feat: flow design & page query refactor

This commit is contained in:
meilin.huang
2025-05-20 21:04:47 +08:00
parent 44d379a016
commit f676ec9e7b
269 changed files with 5072 additions and 5075 deletions

View File

@@ -10,27 +10,6 @@
max-height: 280px !important;
}
/* Form 表单
------------------------------- */
// .el-form {
// // 修复行内表单最后一个 el-form-item 位置下移问题
// &.el-form--inline {
// .el-form-item--large.el-form-item:last-of-type {
// margin-bottom: 22px !important;
// }
// .el-form-item--default.el-form-item:last-of-type,
// .el-form-item--small.el-form-item:last-of-type {
// margin-bottom: 18px !important;
// }
// }
// .el-form-item .el-form-item__label .el-icon {
// margin-right: 0px;
// }
// }
/* Alert 警告
------------------------------- */
@@ -239,36 +218,6 @@ $menuHeight: 46px !important;
}
}
/* Dialog 对话框
------------------------------- */
.el-overlay {
overflow: hidden;
.el-overlay-dialog {
display: flex;
align-items: center;
justify-content: center;
position: unset !important;
width: 100%;
height: 100%;
.el-dialog {
margin: 0 auto !important;
position: absolute;
.el-dialog__body {
padding: 20px !important;
}
}
}
}
.el-dialog__body {
max-height: calc(90vh - 111px) !important;
overflow-y: auto;
overflow-x: hidden;
}
/* Card 卡片
------------------------------- */
.el-card__header {