样式改成诺力色
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
<view class="zd-row" @tap="loadSubData(e)">
|
||||
<view class="zd-col-1 zd-td"><text>{{i+1}}</text></view>
|
||||
<view class="zd-col-1 zd-td" @tap.stop="toCheckbox(e)">
|
||||
<view class="zd-checkbox" :class="{'zd-checkbox_active': e.checked}"></view>
|
||||
<view class="zd-checkbox" :class="{'zd-checkbox_active': e.checked}">
|
||||
<uni-icons type="checkmarkempty" size="12" class="checkbox_icon"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-col-3 zd-td fontcol1"><text>{{e.djbh}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.ywrq}}</text></view>
|
||||
@@ -72,7 +74,9 @@
|
||||
<th>序号</th>
|
||||
<th>
|
||||
<view class="zd-row jcenter">
|
||||
<view class="zd-checkbox zd-checkbox_i" :class="{'zd-checkbox_active': e.subAllChecked}" @tap="toSubAllCheckbox(e)"></view>
|
||||
<view class="zd-checkbox zd-checkbox_i" :class="{'zd-checkbox_active': e.subAllChecked}" @tap="toSubAllCheckbox(e)">
|
||||
<uni-icons type="checkmarkempty" size="12" class="checkbox_icon"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</th>
|
||||
<th><text class="fontcol1">采购订单号</text></th>
|
||||
@@ -99,7 +103,9 @@
|
||||
<td>{{j+1}}</td>
|
||||
<td @tap="toSubCheckbox(e, el)">
|
||||
<view class="zd-row jcenter">
|
||||
<view class="zd-checkbox zd-checkbox_i" :class="{'zd-checkbox_active': el.checked}"></view>
|
||||
<view class="zd-checkbox zd-checkbox_i" :class="{'zd-checkbox_active': el.checked}">
|
||||
<uni-icons type="checkmarkempty" size="12" class="checkbox_icon"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</td>
|
||||
<td><view class="underline fontcol1" @tap="showPop(3, e, el)">{{el.cgbh}}</view></td>
|
||||
@@ -667,7 +673,6 @@
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '是否确认删除?',
|
||||
cancelColor: '#fff',
|
||||
confirmColor: '#fff',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
@@ -715,20 +720,11 @@
|
||||
min-height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 0 2px 0 12px;
|
||||
border: 1px solid #4980bd;
|
||||
background-color: rgba(45,88,184,0.1);
|
||||
border: 1px solid #dcdfe6;
|
||||
background-color: #fff;
|
||||
border-radius: 6px;
|
||||
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
||||
font-size 13px
|
||||
/deep/ .uni-select__selector
|
||||
background-color #071F3E
|
||||
border-color #0c3162
|
||||
/deep/ .uni-popper__arrow
|
||||
border-bottom-color #0c3162
|
||||
&:after
|
||||
border-bottom-color #071F3E
|
||||
/deep/ .uni-select__selector-item
|
||||
color #fff
|
||||
.zd-th
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
|
||||
Reference in New Issue
Block a user