修复钱包相关功能

This commit is contained in:
张成
2025-10-18 17:24:39 +08:00
parent 0737b12b0e
commit de52dc4762
4 changed files with 35 additions and 11 deletions

View File

@@ -303,7 +303,18 @@
flex-direction: column;
align-items: flex-end;
gap: 4px;
width: 68px;
width: 100px;
.type_text_tag{
font-size: 8px;
font-weight: normal;
color: #FF9500;
border-radius: 999px !important;
padding: 4px;
background-color: rgba(#FF9500, 0.1);
border: solid 1px #FF9500;
}
.transaction_amount {
font-size: 12px;
@@ -311,6 +322,7 @@
color: #000;
line-height: 1.5;
text-align: right;
margin-left: 3px;
}
.balance_info {