样式优化
This commit is contained in:
@@ -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