|
|
@@ -356,7 +356,7 @@
|
|
|
</button>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="td-yellow p-0 m-0 child-layer-2 w-50" v-if="index===0" :rowspan="orderIssues.length">
|
|
|
+ <td class="td-yellow p-0 m-0 child-layer-2 w-50" style="width:50px;" v-if="index===0" :rowspan="orderIssues.length">
|
|
|
<span class="btn" :class="isShowOrderInfo ? 'btn-outline-secondary':'btn-outline-info'"
|
|
|
@click="toggleOrderInfo" :style="{'min-height':toggleBtnHeight+'px'}">
|
|
|
@{{ isShowOrderInfo ? '隐藏运单列' : '展开运单列'}}
|
|
|
@@ -1202,7 +1202,7 @@
|
|
|
})
|
|
|
this.form.init();
|
|
|
let order = $('.table-head-warning')[0];
|
|
|
- $('.top').css('min-width', $(order).outerWidth(true));
|
|
|
+ $('.top').css('min-width', $(order).outerWidth(true)-50);
|
|
|
this._initializePage();
|
|
|
},
|
|
|
watch: {
|