ysy пре 2 година
родитељ
комит
9d650292dc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/materialPlan/components/plan-edit-dialog.vue

+ 2 - 2
src/views/materialPlan/components/plan-edit-dialog.vue

@@ -67,7 +67,7 @@
 
         <!-- 展开内容 -->
         <template v-slot:expand="{ row }">
-          <div style="width:100%; min-height: 60px" v-if="row.materialList.length > 0">
+          <div style="width:calc(100% - 95px); min-height: 60px; margin-left: 95px;" v-if="row.materialList.length > 0">
             <ele-pro-table :toolbar="false" toolsTheme="none" ref="table2" :need-page="false"
               :datasource="row.materialList" :columns="columns2" row-key="id">
 
@@ -276,7 +276,7 @@ export default {
 
 
         {
-          width: 92,
+          width: 50,
           label: '序号',
           prop: 'sort',
           slot: 'sort',