chore: 优化样式

This commit is contained in:
xiaoxian521
2022-09-11 19:46:53 +08:00
parent f14889ef56
commit 685d7beb11
6 changed files with 61 additions and 367 deletions

View File

@@ -36,17 +36,17 @@
z-index: 99999 !important;
}
/* 重置buttoniconmargin */
/* 重置 el-buttoniconmargin */
.reset-margin [class*="el-icon"] + span {
margin-left: 2px !important;
}
/* 自定义popover的类名 */
/* 自定义 popover 的类名 */
.pure-popper {
padding: 0 !important;
}
/* nprogress适配ep的primary */
/* nprogress 适配 element-plus 的主题色 */
#nprogress {
& .bar {
background-color: var(--el-color-primary) !important;