生箔工序样式优化,返回顶部

This commit is contained in:
2024-05-11 16:00:04 +08:00
parent 39e69be121
commit 49ae6ced4e
3 changed files with 28 additions and 35 deletions

View File

@@ -31,7 +31,7 @@
<thead>
<tr>
<th>状态</th>
<th>母卷号</th>
<th class="th_2">母卷号</th>
<th>工单号</th>
<th>机台编码</th>
<th>产品编码</th>
@@ -47,7 +47,7 @@
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.container_name === pkId}">
<td>{{e.status_name}}</td>
<td>{{e.container_name}}</td>
<td class="td_2">{{e.container_name}}</td>
<td>{{e.mfg_order_name}}</td>
<td>{{e.point_code}}</td>
<td>{{e.product_name}}</td>
@@ -256,16 +256,4 @@
}
}
}
</script>
<style lang="stylus">
.zd_content
padding-bottom 154rpx
.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>
</script>