样式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

@@ -18,7 +18,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-3 zd-th"><text class="fontcol1">送货单号</text></view>
@@ -33,7 +33,7 @@
<view class="zd-col-2 zd-th">更多</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}">
@@ -50,7 +50,7 @@
<view class="zd-col-2 zd-td"><text>{{e.dhrq}}</text></view>
<view class="zd-col-3 zd-td"><text>{{e.shjg}}</text></view>
<view class="zd-col-2 zd-td" @tap.stop="getDetails(4,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 -->
@@ -131,7 +131,7 @@
<td>{{el.sysl}}</td>
<td>{{el.assign_qty}}</td>
<td>{{el.num}}</td>
<td @tap.stop="getDetails(4,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
<td @tap.stop="getDetails(4,el)"><uni-icons type="more-filled" size="14" color="#909399"></uni-icons></td>
</tr>
</tbody>
</table>