fixed:#854

This commit is contained in:
piexlmax 2021-12-26 14:06:02 +08:00
parent b8bac2ffb8
commit 2ff07055b3
1 changed files with 188 additions and 184 deletions

View File

@ -1,13 +1,13 @@
/* 改变主题色变量 */ /* 改变主题色变量 */
#app{ #app {
.el-button{ .el-button {
font-weight: 400; font-weight: 400;
border-radius: 2px; border-radius: 2px;
} }
} }
.el-dialog{ .el-dialog {
border-radius: 2px; border-radius: 2px;
} }
@ -187,6 +187,10 @@
} }
} }
.el-drawer__body{ .el-drawer__body {
padding:0; padding: 0;
}
.el-date-editor .el-range-separator {
line-height: 24px;
} }