ios补计算单按钮

This commit is contained in:
2023-08-23 20:17:32 +08:00
parent c93d5a347c
commit 3f80b70dd2
2 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,7 @@ export default {
line-height: 37px;
.blueColor{
display: flex;
flex-wrap: nowrap;
@include fontWeightSize(bold,14px);
color: #4682FE;
}
@ -186,6 +187,7 @@ export default {
}
}
.fixed-bottom {
margin-top: 20px;
position: fixed; /* 设置按钮容器为固定定位 */
left: 0;
right: 0;