Parcourir la source

问题件置顶 遮挡住了展开按钮

ajun il y a 5 ans
Parent
commit
d3cac574f2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      resources/views/order/issue/index.blade.php

+ 2 - 2
resources/views/order/issue/index.blade.php

@@ -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: {