样式优化
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
font-size: 20px;
|
||||
letter-spacing: 0.38px;
|
||||
|
||||
&>.detail-navigator-back-icon {
|
||||
& > .detail-navigator-back-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
@@ -258,10 +258,11 @@
|
||||
padding: 4px;
|
||||
background-color: rgba(#ff9500, 0.1);
|
||||
border: solid 1px #ff9500;
|
||||
margin-right: 4px;
|
||||
|
||||
&.success {
|
||||
color: #000;
|
||||
background-color: rgba(0, 0, 0, .1);
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-color: #000;
|
||||
}
|
||||
}
|
||||
@@ -296,4 +297,4 @@
|
||||
padding: 20px 0 40px;
|
||||
background: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -374,7 +374,11 @@ const QueryTransactions = () => {
|
||||
</View>
|
||||
<View className="transaction_right">
|
||||
<View>
|
||||
<Text className={`type_text_tag ${transaction.type_text === "已提现" ? "success" : ""}`}>
|
||||
<Text
|
||||
className={`type_text_tag ${
|
||||
transaction.type_text === "已提现" ? "success" : ""
|
||||
}`}
|
||||
>
|
||||
{transaction.type_text}
|
||||
</Text>
|
||||
<Text className="transaction_amount">
|
||||
|
||||
Reference in New Issue
Block a user