@@ -52,8 +52,6 @@
.el-dialog {
min-height: 500px;
- max-height: 60vh;
- overflow-y: auto;
.el-dialog__title {
color: rgba(0, 0, 0, 0.88);
font-weight: 600;
@@ -21,9 +21,11 @@
}
.basic-dialog--custom {
+ height: 500px;
+ max-height: 60vh;
+ overflow-y: auto;
display: flex;
flex-direction: column;
- height: 500px;
.el-dialog__body {
flex: 1;