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

View File

@ -211,6 +211,7 @@
:preview-size="54" :preview-size="54"
accept="image" accept="image"
capture="camera" capture="camera"
/> />
</div> </div>
</td> </td>