mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-06 10:43:37 +08:00
perf: 同步完整版分支代码
This commit is contained in:
@@ -46,6 +46,19 @@
|
||||
--el-button-active-border-color: var(--el-color-primary-active) !important;
|
||||
}
|
||||
|
||||
/* button--primary plain */
|
||||
.el-button--primary.is-plain {
|
||||
--el-button-bg-color: var(--el-color-primary-light-9) !important;
|
||||
--el-button-border-color: var(--el-color-primary-light-6) !important;
|
||||
--el-button-hover-bg-color: var(--el-color-primary-light-1) !important;
|
||||
--el-button-hover-border-color: var(--el-color-primary) !important;
|
||||
--el-button-active-bg-color: var(--el-color-primary) !important;
|
||||
--el-button-active-border-color: var(--el-color-primary) !important;
|
||||
--el-button-text-color: var(--el-color-primary) !important;
|
||||
--el-button-hover-text-color: var(--el-color-white) !important;
|
||||
--el-button-active-text-color: var(--el-color-white) !important;
|
||||
}
|
||||
|
||||
/* nprogress适配ep的primary */
|
||||
#nprogress {
|
||||
& .bar {
|
||||
|
||||
@@ -23,16 +23,6 @@
|
||||
margin-left: $sideBarWidth;
|
||||
position: relative;
|
||||
background: #f0f2f5;
|
||||
@media screen and (min-width: 150px) and (max-width: 420px) {
|
||||
.app-main .el-scrollbar__view:first-child {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 420px) {
|
||||
.app-main .el-scrollbar__view:first-child {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.fixed-header {
|
||||
|
||||
Reference in New Issue
Block a user