Commit 8776ea9d authored by “lixuyan”'s avatar “lixuyan”

修改缺件信息样式

parent 1b5f66b5
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
border border
size="mini" size="mini"
align="center" align="center"
:height="420" class="missing-parts-table"
> >
<el-table-column <el-table-column
prop="extMaterial.resName" prop="extMaterial.resName"
label="物料名称" label="物料名称"
width="60" width="80"
align="center" align="center"
/> />
<el-table-column <el-table-column
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<el-table-column <el-table-column
prop="takeAmount" prop="takeAmount"
label="库存占用数量" label="库存占用数量"
width="60" width="90"
align="center" align="center"
/> />
<el-table-column <el-table-column
...@@ -111,6 +111,10 @@ export default { ...@@ -111,6 +111,10 @@ export default {
// display: flex; // display: flex;
// flex-flow: column; // flex-flow: column;
// justify-content: space-around; // justify-content: space-around;
.missing-parts-table{
height:calc(100vh - 220px);
overflow: scroll;
}
.search-box{ .search-box{
border: 1px solid #d8d8d8; border: 1px solid #d8d8d8;
border-radius:8px ; border-radius:8px ;
......
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