UI样式优化

This commit is contained in:
2025-11-16 13:02:00 +08:00
parent 6f4900eb0b
commit 6a365be470
7 changed files with 19 additions and 16 deletions

View File

@@ -110,7 +110,7 @@
bottom: 0;
left: 0;
width: 100vw;
background-color: #ffffff;
background-color: #fafafa;
padding: 20px 0;
}
}

View File

@@ -3,7 +3,7 @@
.wallet_page {
height: 100vh;
overflow-y: auto;
background-color: #f5f5f5;
background-color: #fafafa;
padding-bottom: 5px;
box-sizing: border-box;