mirror of
https://github.com/PlayEdu/backend
synced 2025-07-23 21:59:43 +08:00
iconfont样式优化
This commit is contained in:
parent
798699bcbd
commit
55103f393b
@ -19,7 +19,7 @@ const items = [
|
|||||||
getItem(
|
getItem(
|
||||||
"首页概览",
|
"首页概览",
|
||||||
"/",
|
"/",
|
||||||
<i className="iconfont icon-icon-home" />,
|
<i className="iconfont icon-icon-home" />,
|
||||||
null,
|
null,
|
||||||
null
|
null
|
||||||
),
|
),
|
||||||
|
@ -109,6 +109,7 @@ code {
|
|||||||
color: #04c877;
|
color: #04c877;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.c-red {
|
.c-red {
|
||||||
color: #ff4d4f;
|
color: #ff4d4f;
|
||||||
}
|
}
|
||||||
@ -153,10 +154,6 @@ code {
|
|||||||
margin-right: 16px !important;
|
margin-right: 16px !important;
|
||||||
margin-top: 8px !important;
|
margin-top: 8px !important;
|
||||||
margin-bottom: 8px !important;
|
margin-bottom: 8px !important;
|
||||||
color: rgba(#333333, 0.3);
|
|
||||||
.ant-menu-title-content {
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-submenu {
|
.ant-menu-submenu {
|
||||||
@ -165,10 +162,6 @@ code {
|
|||||||
margin-right: 12px !important;
|
margin-right: 12px !important;
|
||||||
margin-top: 6px !important;
|
margin-top: 6px !important;
|
||||||
margin-bottom: 6px !important;
|
margin-bottom: 6px !important;
|
||||||
color: rgba(#333333, 0.3);
|
|
||||||
.ant-menu-title-content {
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu,
|
.ant-menu,
|
||||||
@ -191,24 +184,15 @@ code {
|
|||||||
|
|
||||||
.ant-menu-submenu-active > .ant-menu-submenu-title {
|
.ant-menu-submenu-active > .ant-menu-submenu-title {
|
||||||
background-color: rgba(#ff4d4f, 0.1) !important;
|
background-color: rgba(#ff4d4f, 0.1) !important;
|
||||||
.iconfont {
|
|
||||||
color: rgba(#333333, 0.3);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-item-active {
|
.ant-menu-item-active {
|
||||||
background-color: rgba(#ff4d4f, 0.1) !important;
|
background-color: rgba(#ff4d4f, 0.1) !important;
|
||||||
.iconfont {
|
|
||||||
color: rgba(#333333, 0.3) !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-item-selected {
|
.ant-menu-item-selected {
|
||||||
background-color: #ff4d4f !important;
|
background-color: #ff4d4f !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
.ant-menu-title-content {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-submenu-selected > .ant-menu-submenu-title {
|
.ant-menu-submenu-selected > .ant-menu-submenu-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user