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