小程序页面优化
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-22 15:12:19 +08:00
parent b0f565103f
commit b534a569f8
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export default function RedeemPage() {
/> />
</View> </View>
<View className="redeem-amount-foot"> <View className="redeem-amount-foot">
<Text className="redeem-tips" style={{ margin: 0 }}> <Text className="redeem-amount-hint">
¥{formatMoney(redeemableMax)} ¥{formatMoney(redeemableMax)}
</Text> </Text>
<Text className="redeem-fill-max" onClick={fillMaxAmount}> <Text className="redeem-fill-max" onClick={fillMaxAmount}>
+11 -1
View File
@@ -75,12 +75,22 @@
} }
.redeem-tips { .redeem-tips {
margin: 0 var(--space-page); display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0 var(--space-page);
font-size: 12px; font-size: 12px;
color: var(--color-subtle-gray); color: var(--color-subtle-gray);
line-height: 1.6; line-height: 1.6;
} }
.redeem-amount-hint {
font-size: 12px;
color: var(--color-subtle-gray);
line-height: 1.4;
}
.redeem-amount-foot { .redeem-amount-foot {
display: flex; display: flex;
align-items: center; align-items: center;