@@ -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}>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user