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

修改缺件信息样式

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