样式
This commit is contained in:
@@ -144,6 +144,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
|||||||
.zd-col-1 {
|
.zd-col-1 {
|
||||||
width: 4.16667%
|
width: 4.16667%
|
||||||
}
|
}
|
||||||
|
.mgl0 {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
.mgr5 {
|
.mgr5 {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -160,11 +160,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mgb20 zd-row jcenter">
|
<view class="mgb20 zd-row jcenter">
|
||||||
<view class="zd-col-4">
|
<view class="zd-col-10 zd-row">
|
||||||
<button class="confirm-button confirm-button_cancle" @tap="show = false">取消</button>
|
<button class="confirm-button confirm-button_cancle mgl0" @tap="show = false">取消</button>
|
||||||
</view>
|
<button class="confirm-button mgl0" :class="{'confirm-button_disabled': (type === '1' && dataList3.length === 0) || (type === '2' && kwCode === '')}" :disabled="disabled2" @tap="modalConfirm">确定</button>
|
||||||
<view class="zd-col-4">
|
|
||||||
<button class="confirm-button" :class="{'confirm-button_disabled': (type === '1' && dataList3.length === 0) || (type === '2' && kwCode === '')}" :disabled="disabled2" @tap="modalConfirm">确定</button>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user