样式bug

This commit is contained in:
2026-08-12 09:17:04 +08:00
parent bfdc3caa92
commit 1444d57758
8 changed files with 33 additions and 25 deletions

View File

@@ -24,7 +24,7 @@
</view>
<view class="grid-wrap">
<view class="zdrow-wrap">
<view class="zd-row sticky zd-th-wraper">
<view class="zd-row sticky zd-th-wraper zd-bor-bottom">
<view class="zd-col-1 zd-th"><text>序号</text></view>
<view class="zd-col-1 zd-th"><text>选择</text></view>
<view class="zd-col-2 zd-th"><text class="fontcol1">{{crType === 'IN'? '入库单号':'出库单号'}}</text></view>
@@ -40,7 +40,7 @@
<view class="zd-th" :class="crType === 'OUT' ? 'zd-col-1' : 'zd-col-2'">更多</view>
</view>
<view class="zd-td-wraper" v-for="(e, i) in dataList" :key="e.id">
<view class="zd-row" @tap="loadSubData(e)">
<view class="zd-row zd-bor-bottom" @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}">
@@ -58,7 +58,7 @@
<view v-if="crType === 'OUT'" class="zd-col-2 zd-td"><text>{{e.cgymc}}</text></view>
<view class="zd-col-4 zd-td"><text>{{e.shjg}}</text></view>
<view class="zd-td" :class="crType === 'OUT' ? 'zd-col-1' : 'zd-col-2'" @tap.stop="getDetails(1,e)">
<uni-icons type="more-filled" size="14" color="#fff"></uni-icons>
<uni-icons type="more-filled" size="14" color="#909399"></uni-icons>
</view>
</view>
<!-- 二级表格start -->
@@ -118,7 +118,7 @@
<td v-if="crType === 'OUT'">{{el.cgymc}}</td>
<td>{{el.update_time}}</td>
<td @tap.stop="getDetails(2,el)">
<uni-icons type="more-filled" size="14" color="#fff"></uni-icons>
<uni-icons type="more-filled" size="14" color="#909399"></uni-icons>
</td>
</tr>
</tbody>