修改表单样式
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user