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