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