修改表单样式

This commit is contained in:
GGJ
2024-05-23 16:10:17 +08:00
parent 15cdd9be53
commit ed39878513
2 changed files with 50 additions and 49 deletions

View File

@@ -31,10 +31,17 @@
}
.el-dialog {
padding: 0px !important;
// .el-dialog__body{
// max-height: 60vh;
// overflow-y: auto;
// }
.el-dialog__body{
max-height: 60vh;
overflow-y: auto;
}
.el-dialog__footer {
padding: 15px;
box-shadow: var(--el-box-shadow);
width: 100%;
bottom: 0;
}
}
.el-dialog__header {
background: var(--el-color-primary);