Commit 8d597ca8 by Wuyuqiu

弹出框样式调整

parent 24ac41b1
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
.el-table__fixed, .el-table__fixed,
.el-table__fixed-right { .el-table__fixed-right {
/* height: 100% !important; */ height: 100% !important;
bottom: 17px; bottom: 17px;
} }
...@@ -756,13 +756,13 @@ padding-left: 30px; ...@@ -756,13 +756,13 @@ padding-left: 30px;
} }
.el-dialog--center { .el-dialog--center {
height: 70%; height: 70%;
overflow: auto;
} }
.el-dialog__body { .el-dialog__body {
padding: 40px 30px 40px; padding: 40px 30px 40px;
} }
.el-dialog--center .el-dialog__body { .el-dialog--center .el-dialog__body {
height: 100%; height: 75%;
overflow: auto;
} }
.el-dialog--center .el-dialog__body>div{ .el-dialog--center .el-dialog__body>div{
height: 100%; height: 100%;
...@@ -778,4 +778,4 @@ padding-left: 30px; ...@@ -778,4 +778,4 @@ padding-left: 30px;
} }
.el-dialog__headerbtn .el-dialog__close { .el-dialog__headerbtn .el-dialog__close {
color: #fff; color: #fff;
} }
\ No newline at end of file
...@@ -192,32 +192,32 @@ export default { ...@@ -192,32 +192,32 @@ export default {
{ {
prop: 'branch', prop: 'branch',
label: 'Branch Code', label: 'Branch Code',
width: '150px' width: '120px'
}, },
{ {
prop: 'bchName', prop: 'bchName',
label: 'Branch Name', label: 'Branch Name',
width: '150px' width: '200px'
}, },
{ {
prop: 'adrName', prop: 'adrName',
label: 'Address Name', label: 'Address Name',
width: '150px' width: '200px'
}, },
{ {
prop: 'adr1', prop: 'adr1',
label: 'Address1', label: 'Address1',
width: '120px' width: '200px'
}, },
{ {
prop: 'locCty', prop: 'locCty',
label: 'City', label: 'City',
width: '120px' width: '100px'
}, },
{ {
prop: 'locZip', prop: 'locZip',
label: 'Zip', label: 'Zip',
width: '120px' width: '100px'
}, },
{ {
prop: 'bicCode', prop: 'bicCode',
......
...@@ -94,8 +94,18 @@ export default { ...@@ -94,8 +94,18 @@ export default {
}; };
</script> </script>
<style> <style scoped lang="less">
.grid-ety .el-table .cell { .grid-ety .el-table .cell {
white-space: nowrap ; white-space: nowrap ;
} }
/deep/ .el-dialog.grid-ety .el-table__body-wrapper {
height: 270px;
}
/deep/ .el-dialog.grid-ety .el-dialog__header {
padding: 17px 20px 17px;
}
// .grid-ety .el-table .el-dialog__body .el-table__body-wrapper {
// height: 270px;
// }
</style> </style>
\ No newline at end of file
...@@ -953,6 +953,9 @@ export default { ...@@ -953,6 +953,9 @@ export default {
height: 70%; height: 70%;
overflow: hidden; overflow: hidden;
} }
.preview /deep/ .el-dialog__header {
padding: 17px 20px 17px;
}
.preview /deep/ .el-dialog--center .el-dialog__body { .preview /deep/ .el-dialog--center .el-dialog__body {
height: 100%; height: 100%;
} }
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
destroy-on-close destroy-on-close
:before-close="beforeClose" :before-close="beforeClose"
width="70%" width="70%"
calss="engp-dialog"
> >
<el-form v-model="formData" label-width="150px"> <el-form v-model="formData" label-width="150px">
<c-row> <c-row>
...@@ -123,4 +124,8 @@ export default { ...@@ -123,4 +124,8 @@ export default {
}; };
</script> </script>
<style></style> <style scoped lang="less">
.engp-dialog /deep/ .el-dialog__header {
padding: 25px 20px 25px;
}
</style>
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
destroy-on-close destroy-on-close
:before-close="beforeClose" :before-close="beforeClose"
width="70%" width="70%"
class="setmod-dialog"
> >
<el-form v-model="formData" label-width="150px"> <el-form v-model="formData" label-width="150px">
<c-row> <c-row>
...@@ -390,4 +391,15 @@ export default { ...@@ -390,4 +391,15 @@ export default {
}, },
}; };
</script> </script>
<style></style> <style scoped lang="less">
.setmod-dialog /deep/ .el-dialog__header {
padding: 25px 20px 25px;
}
.setmod-dialog /deep/ .el-dialog--center {
height: 70%;
}
.setmod-dialog /deep/ .el-dialog--center .el-dialog__body {
height: 84%;
overflow: auto;
}
</style>
...@@ -492,7 +492,7 @@ export default { ...@@ -492,7 +492,7 @@ export default {
background: rgba(144, 146, 152, 0.3); background: rgba(144, 146, 152, 0.3);
} }
.logoutdialog .el-dialog .el-dialog__header { .logoutdialog .el-dialog .el-dialog__header {
padding: 10px 20px 0px; padding: 17px 20px 17px;
} }
.logoutdialog .el-dialog .el-dialog__body { .logoutdialog .el-dialog .el-dialog__body {
padding: 20px 30px 0px 20px; padding: 20px 30px 0px 20px;
......
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