账单tag样式优化
This commit is contained in:
@@ -613,7 +613,7 @@ const WalletPage: React.FC = () => {
|
||||
</View>
|
||||
<View className="transaction_right">
|
||||
<View>
|
||||
<Text className="type_text_tag">
|
||||
<Text className={`type_text_tag ${transaction.type_text === "已提现" ? "success" : ""}`}>
|
||||
{transaction.type_text}
|
||||
</Text>
|
||||
<Text className="transaction_amount">
|
||||
|
||||
Reference in New Issue
Block a user