调整 Element UI 样式
This commit is contained in:
@@ -99,6 +99,10 @@ body {
|
|||||||
|
|
||||||
// Element UI
|
// Element UI
|
||||||
|
|
||||||
|
.el-checkbox {
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.el-drawer.drawer-full {
|
.el-drawer.drawer-full {
|
||||||
.el-drawer__header {
|
.el-drawer__header {
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
@@ -126,6 +130,11 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-link {
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.el-select-dropdown {
|
.el-select-dropdown {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user