样式优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user