Browse Source

优化

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

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

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

11
src/styles/mdp.scss

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

Loading…
Cancel
Save