样式优化
This commit is contained in:
@@ -237,7 +237,10 @@ const MyselfPageContent: React.FC = () => {
|
||||
isShowNoData={game_records.length === 0}
|
||||
loadMoreMatches={() => {}}
|
||||
collapse={true}
|
||||
style={{ paddingBottom: 0, overflow: "hidden" }}
|
||||
style={{
|
||||
paddingBottom: ended_game_records.length ? 0 : "90px",
|
||||
overflow: "hidden",
|
||||
}}
|
||||
listLoadErrorWrapperHeight="fit-content"
|
||||
listLoadErrorWidth="320px"
|
||||
listLoadErrorHeight="152px"
|
||||
|
||||
@@ -237,7 +237,6 @@
|
||||
|
||||
&::placeholder {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-weight: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -254,6 +253,7 @@
|
||||
text-align: right;
|
||||
&.placeholder {
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
font-weight: unset;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -312,7 +312,10 @@ const OtherUserPage: React.FC = () => {
|
||||
emptyText="暂无球局信息"
|
||||
loadMoreMatches={() => {}}
|
||||
collapse={true}
|
||||
style={{ paddingBottom: 0, overflow: "hidden" }}
|
||||
style={{
|
||||
paddingBottom: ended_game_records.length ? 0 : "90px",
|
||||
overflow: "hidden",
|
||||
}}
|
||||
listLoadErrorWrapperHeight="fit-content"
|
||||
listLoadErrorWidth="320px"
|
||||
listLoadErrorHeight="152px"
|
||||
|
||||
Reference in New Issue
Block a user