修改
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(el, i) in dataList" :key="i" :class="{'checked': el.checked}">
|
||||
<td><span class="iconfont icon_unchecked" :class="{'icon_checked': e.checked}" @tap="toCheck(e)"></span></td>
|
||||
<td @tap="toXq(el.storagevehicle_code)"><a>{{el.storagevehicle_code}}</a></td>
|
||||
<td><span class="iconfont icon_unchecked" :class="{'icon_checked': el.checked}" @tap="toCheck(el)"></span></td>
|
||||
<td style="text-decoration: underline;" @tap="toXq(el.storagevehicle_code)"><a>{{el.storagevehicle_code}}</a></td>
|
||||
<td>{{el.status}}</td>
|
||||
<!-- <td>{{el.base_qty}}</td>
|
||||
<td><input type="number" class="sin_input" :min="0" v-model="el.fac_qty" @blur="e => {if (e.target.value === '') {el.fac_qty=0}}" v-enter-number></td> -->
|
||||
@@ -141,11 +141,11 @@
|
||||
padding-bottom 77rpx
|
||||
// .slide_new table td:nth-child(1), .slide_new table th:nth-child(1)
|
||||
// box-shadow 1px 0 2px rgba(0,0,0,.12)
|
||||
.slide_new table td:first-child, .slide_new table th:first-child
|
||||
width 92rpx
|
||||
.slide_new table td:nth-child(2), .slide_new table th:nth-child(2)
|
||||
position sticky
|
||||
left 89rpx
|
||||
z-index 102
|
||||
box-shadow 1px 0 2px rgba(0,0,0,.12)
|
||||
// .slide_new table td:first-child, .slide_new table th:first-child
|
||||
// width 92rpx
|
||||
// // .slide_new table td:nth-child(2), .slide_new table th:nth-child(2)
|
||||
// // position sticky
|
||||
// // left 89rpx
|
||||
// // z-index 102
|
||||
// // box-shadow 1px 0 2px rgba(0,0,0,.12)
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user