Commit 8d597ca8 by Wuyuqiu

弹出框样式调整

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