feat: v1.7.3

This commit is contained in:
meilin.huang
2024-02-08 09:53:48 +08:00
parent 9dbf104ef1
commit d711a36749
8 changed files with 13 additions and 9 deletions

View File

@@ -259,6 +259,10 @@ defineExpose({
padding: 10px;
}
.el-dialog {
padding: 1px 1px;
}
// 取消body最大高度否则全屏有问题
.el-dialog__body {
max-height: 100% !important;