|
@@ -353,7 +353,9 @@
|
|
|
max-height: calc(100vh - 37px);
|
|
max-height: calc(100vh - 37px);
|
|
|
}
|
|
}
|
|
|
.el-dialog__body:has(+ .el-dialog__footer) {
|
|
.el-dialog__body:has(+ .el-dialog__footer) {
|
|
|
- max-height: calc(100vh - 37px - 47px);
|
|
|
|
|
|
|
+ padding-bottom: 0 !important;
|
|
|
|
|
+ margin-bottom: 18px;
|
|
|
|
|
+ max-height: calc(100vh - 37px - 47px - 18px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|