iconfont样式优化

This commit is contained in:
禺狨
2023-03-10 16:22:56 +08:00
parent 5a88f6daa1
commit 798699bcbd
7 changed files with 89 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ code {
margin-right: 16px;
}
.mb-10{
.mb-10 {
margin-bottom: 10px;
}
@@ -109,10 +109,6 @@ code {
color: #04c877;
}
.c-gray {
color: #999999;
}
.c-red {
color: #ff4d4f;
}
@@ -157,6 +153,10 @@ code {
margin-right: 16px !important;
margin-top: 8px !important;
margin-bottom: 8px !important;
color: rgba(#333333, 0.3);
.ant-menu-title-content {
color: #333333;
}
}
.ant-menu-submenu {
@@ -165,6 +165,10 @@ code {
margin-right: 12px !important;
margin-top: 6px !important;
margin-bottom: 6px !important;
color: rgba(#333333, 0.3);
.ant-menu-title-content {
color: #333333;
}
}
.ant-menu,
@@ -187,15 +191,24 @@ code {
.ant-menu-submenu-active > .ant-menu-submenu-title {
background-color: rgba(#ff4d4f, 0.1) !important;
.iconfont {
color: rgba(#333333, 0.3);
}
}
.ant-menu-item-active {
background-color: rgba(#ff4d4f, 0.1) !important;
.iconfont {
color: rgba(#333333, 0.3) !important;
}
}
.ant-menu-item-selected {
background-color: #ff4d4f !important;
color: white !important;
.ant-menu-title-content {
color: white;
}
}
.ant-menu-submenu-selected > .ant-menu-submenu-title {
@@ -238,3 +251,7 @@ textarea.ant-input {
color: rgba(#ff4d4f, 0.8) !important;
}
}
.c-gray {
color: rgba(#333333, 0.3);
}