Browse Source

优化

master
陈裕财 2 years ago
parent
commit
4e445db469
  1. 2
      src/components/mdp-ui/mdp.scss
  2. 15
      src/styles/mdp.scss

2
src/components/mdp-ui/mdp.scss

@ -366,7 +366,7 @@ table tr.hover-row{
} }
} }
.el-dialog { .el-dialog {
max-height: 96%;
max-height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0 !important; margin: 0 !important;

15
src/styles/mdp.scss

@ -159,17 +159,7 @@
.el-row { .el-row {
padding-top: 10px; padding-top: 10px;
} }
}
/**
修改弹出框关闭按钮放大原来的太小
**/
.el-dialog__headerbtn {
top: 8px !important;
background-size: cover;
}
.el-dialog__headerbtn i {
font-size: 32px;
}
}
.more-label-font { .more-label-font {
@ -365,8 +355,7 @@ table tr.hover-row{
max-width:80vw; max-width:80vw;
} }
} }
.el-dialog {
max-height: 96%;
.el-dialog {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0 !important; margin: 0 !important;

Loading…
Cancel
Save