ios补计算单按钮
This commit is contained in:
@ -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;
|
||||
|
@ -211,6 +211,7 @@
|
||||
:preview-size="54"
|
||||
accept="image"
|
||||
capture="camera"
|
||||
|
||||
/>
|
||||
</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user