调整 Element UI 样式

This commit is contained in:
2021-05-04 22:01:58 +08:00
parent 2e5b6c2a0e
commit ca4f029b72

View File

@@ -99,6 +99,10 @@ body {
// Element UI
.el-checkbox {
font-weight: inherit;
}
.el-drawer.drawer-full {
.el-drawer__header {
z-index: 500;
@@ -126,6 +130,11 @@ body {
}
}
.el-link {
font-size: inherit;
font-weight: inherit;
}
.el-select-dropdown {
border: none !important;
}