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

@@ -21,7 +21,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>
@@ -37,7 +37,7 @@
<view class="zd-col-1 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}">
@@ -55,7 +55,7 @@
<view class="zd-col-2 zd-td"><text>{{e.jhdrrq}}</text></view>
<view class="zd-col-2 zd-td"><text>{{e.jhdcrq}}</text></view>
<view class="zd-col-1 zd-td" @tap.stop="getDetails(3,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 -->
@@ -126,7 +126,7 @@
</view>
</td>
<td>{{el.drckmc}}</td>
<td @tap.stop="getDetails(3,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
<td @tap.stop="getDetails(3,el)"><uni-icons type="more-filled" size="14" color="#909399"></uni-icons></td>
</tr>
</tbody>
</table>