mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
fix: el-button plain model theme bug
This commit is contained in:
parent
a9a8115d46
commit
a4a042bfd7
@ -46,6 +46,19 @@
|
|||||||
--el-button-active-border-color: var(--el-color-primary-active) !important;
|
--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适配ep的primary */
|
||||||
#nprogress {
|
#nprogress {
|
||||||
& .bar {
|
& .bar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user