Commit 1e4e0ff0 authored by 沈翠玲's avatar 沈翠玲

生产工单和生产排产高度优化

parent 2c126e4d
......@@ -190,3 +190,7 @@ aside {
.multiselect--active {
z-index: 1000 !important;
}
.el-dialog__body {
padding: 4vh 20px !important;
}
\ No newline at end of file
......@@ -102,7 +102,7 @@
position: relative;
height: 25px;
margin-bottom: 10px;
margin-top: 15px;
margin-top: 10px;
padding: 10px 20px !important;
}
......
......@@ -33,6 +33,7 @@
<el-table
v-loading="loading"
:data="itemList"
height="40vh"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55" align="center"/>
......
......@@ -204,7 +204,7 @@
</div>
</el-dialog>
<el-table v-loading="loading" :data="workorderList" row-key="workorderId" default-expand-all
<el-table v-loading="loading" :data="workorderList" row-key="workorderId" default-expand-all max-height="339"
@selection-change="handleSelectionChange" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }">
<!-- 新增复选框 -->
<el-table-column type="selection" width="55" align="center" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment