修复钱包相关功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user