样式优化

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

@@ -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">
{/* 头部信息 */}