|
|
@@ -35,7 +35,7 @@
|
|
|
</p>
|
|
|
<el-table class="table-headermd" :data="item.productDetailList" border>
|
|
|
<el-table-column label="物料名称" prop="productName" align="center" />
|
|
|
- <el-table-column label="规格" prop="productSku" align="center" />
|
|
|
+ <el-table-column label="规格" prop="productSku" align="center" width="90px" />
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<van-empty v-if="list.length == 0" />
|
|
|
@@ -211,15 +211,15 @@ export default {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
|
|
|
- .table-headermd col {
|
|
|
- width: 5.8rem;
|
|
|
- }
|
|
|
+ // .table-headermd col {
|
|
|
+ // width: 5.8rem;
|
|
|
+ // }
|
|
|
|
|
|
.table-headermd col:nth-child(2),
|
|
|
.table-headermd col:nth-child(4),
|
|
|
- .table-headermd col:nth-child(3) {
|
|
|
- width: 5rem;
|
|
|
- }
|
|
|
+ // .table-headermd col:nth-child(3) {
|
|
|
+ // width: 5rem;
|
|
|
+ // }
|
|
|
|
|
|
.table-headermd .van-cell {
|
|
|
padding: 0 4px;
|