fixed:#854
This commit is contained in:
parent
b8bac2ffb8
commit
2ff07055b3
|
|
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue