🐞 fix(ID1000610): 修复我的页面的bug
🐞【fix】修复预估金额小数位的问题 🐞【fix】修复退出登录按钮样式异常的问题
This commit is contained in:
parent
52f070adda
commit
86cf09ec1c
@ -3,7 +3,7 @@
|
|||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 80px;
|
padding: 0 30px;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
border: 1px solid $color_main;
|
border: 1px solid $color_main;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -22,7 +22,7 @@ export default memo<PropsType>((props) => {
|
|||||||
<Text className={styles.moneyText}>预估金额:</Text>
|
<Text className={styles.moneyText}>预估金额:</Text>
|
||||||
<Text className={styles.moneyNumber}>
|
<Text className={styles.moneyNumber}>
|
||||||
<Text className={styles.unit}>¥</Text>
|
<Text className={styles.unit}>¥</Text>
|
||||||
{amount}
|
{amount.toFixed(2)}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.bottomRight}>
|
<View className={styles.bottomRight}>
|
||||||
|
@ -39,7 +39,8 @@ page{
|
|||||||
.left {
|
.left {
|
||||||
}
|
}
|
||||||
.middle {
|
.middle {
|
||||||
margin: 0 40px;
|
max-width: 40%;
|
||||||
|
padding: 0 40px;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
.right {
|
.right {
|
||||||
@ -58,11 +59,13 @@ page{
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@include common_ellipsis()
|
||||||
}
|
}
|
||||||
.userno {
|
.userno {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: $color_font_two;
|
color: $color_font_two;
|
||||||
|
@include common_ellipsis()
|
||||||
}
|
}
|
||||||
.userTitle {
|
.userTitle {
|
||||||
color: #626262;
|
color: #626262;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user