chore: 优化样式

This commit is contained in:
xiaoxian521
2022-09-11 19:54:00 +08:00
parent ee65ec9f72
commit f7ba97c73e
6 changed files with 62 additions and 242 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;