样式优化

This commit is contained in:
2025-10-27 13:22:15 +08:00
parent 80a4cc35fa
commit f5df67cbd5
4 changed files with 23 additions and 28 deletions

View File

@@ -1,6 +1,7 @@
// @use '../../scss/common.scss' as *;
.wallet_page {
min-height: 100vh;
background-color: #f5f5f5;
padding-bottom: 5px;
box-sizing: border-box;
@@ -305,15 +306,14 @@
gap: 4px;
width: 100px;
.type_text_tag{
.type_text_tag {
font-size: 8px;
font-weight: normal;
color: #FF9500;
color: #ff9500;
border-radius: 999px !important;
padding: 4px;
background-color: rgba(#FF9500, 0.1);
border: solid 1px #FF9500;
background-color: rgba(#ff9500, 0.1);
border: solid 1px #ff9500;
}
.transaction_amount {