Commit 64347f1f authored by arvin's avatar arvin

样式调整

parent 3e99d798
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@
* @date 2022/03/29
*/
<template>
<div class="-page">
<div class="AddOutStorageMaterialDetailDialog-diloag">
<dee-as-com
ref="materielSearch"
:lay-config="{ typeName: 'Inventory', layKey: 'search_sanqichukuwuliaomingxi'}"
......@@ -13,10 +13,11 @@
/>
<dee-as-com
ref="materielTable"
class="list-table"
:lay-config="{ typeName: 'Inventory', layKey: 'table_sanqichukuwuliaomingxi'}"
@selectionChange="selectionChange"
/>
<div class="foot-btn-box">
<div slot="footer" class="foot-btn-box">
<el-button type="primary" @click="submitEvent">确认</el-button>
<el-button @click="cancelEvent">取消</el-button>
</div>
......@@ -68,9 +69,16 @@ export default {
}
</script>
<style lang='scss'>
.AddOutStorageMaterialDetailDialog-diloag{
.list-table{
height: 510px!important;
}
.foot-btn-box{
display: flex;
margin-top: 10px;
justify-content: center;
align-content: center;
}
}
</style>
......@@ -4,7 +4,7 @@
* @date 2022/03/29
*/
<template>
<div class="-page">
<div class="AddPutStorageMaterialDetailDialog-dialog">
<dee-as-com
ref="materielSearch"
:lay-config="{ typeName: 'JobResponseOutStorageExpire', layKey: 'defaultQuery'}"
......@@ -13,10 +13,11 @@
/>
<dee-as-com
ref="materielTable"
class="list-table"
:lay-config="{ typeName: 'JobResponseOutStorageExpire', layKey: 'table'}"
@selectionChange="selectionChange"
/>
<div class="foot-btn-box">
<div slot="footer" class="foot-btn-box">
<el-button type="primary" @click="submitEvent">确认</el-button>
<el-button @click="cancelEvent">取消</el-button>
</div>
......@@ -134,9 +135,16 @@ export default {
}
</script>
<style lang='scss'>
.AddPutStorageMaterialDetailDialog-dialog{
.list-table{
height: 510px!important;
}
.foot-btn-box{
display: flex;
justify-content: center;
align-content: center;
margin-top: 10px;
}
}
</style>
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