mirror of https://gitee.com/xiaonuobase/snowy
【更新】顶部栏应用主题色时修正样式
parent
9b5f2502f8
commit
ac59260a49
|
@ -151,6 +151,12 @@ a, button, input, textarea {
|
||||||
border-bottom: 1px solid var(--border-color-split);
|
border-bottom: 1px solid var(--border-color-split);
|
||||||
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
||||||
background-color: var(--body-background);
|
background-color: var(--body-background);
|
||||||
|
|
||||||
|
.ant-menu-item{
|
||||||
|
padding-right: 20px!important;
|
||||||
|
height: 48px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// 应用主题色
|
// 应用主题色
|
||||||
.snowy-header-primary-color {
|
.snowy-header-primary-color {
|
||||||
|
@ -165,6 +171,10 @@ a, button, input, textarea {
|
||||||
.ant-breadcrumb-separator {
|
.ant-breadcrumb-separator {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.ant-menu-light .ant-menu-item:hover{
|
||||||
|
color: #ccc;
|
||||||
|
background-color: var(--primary-7);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-layout-sider-dark {
|
.ant-layout-sider-dark {
|
||||||
|
|
Loading…
Reference in New Issue