样式优化

This commit is contained in:
2025-10-13 14:39:18 +08:00
parent 6fd58d0c2a
commit 94653c48a0
2 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
// @use '../../scss/common.scss' as *;
.wallet_page {
height: 100vh;
background-color: #f5f5f5;
padding: 0 5px 5px;
padding-bottom: 5px;
box-sizing: border-box;
&::-webkit-scrollbar {
@@ -15,7 +16,7 @@
background: #000;
border-radius: 20px;
padding: 12px 20px 32px;
margin-bottom: 8px;
margin: 5px 5px 8px 5px;
color: #fff;
.card_header {
@@ -107,6 +108,7 @@
align-items: center;
gap: 8px;
margin-bottom: 8px;
padding: 0 5px;
.function_item {
background: white;
@@ -152,6 +154,7 @@
border: 0.5px solid #EBEBEB;
border-radius: 20px;
box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
margin: 0 5px;
.history_header {
display: flex;
@@ -398,4 +401,4 @@
}
}
}
}
}

View File

@@ -430,7 +430,7 @@ const WalletPage: React.FC = () => {
};
return (
<ScrollView className="wallet_page" scrollY enhanced showScrollbar={false}>
<ScrollView className="wallet_page" scrollY>
{/* 钱包主卡片 */}
<View className="wallet_main_card">
{/* 头部信息 */}