Commit 71b7f5d1 authored by wuhao's avatar wuhao 🎯

asder

parent 910e884f
...@@ -6,7 +6,6 @@ body, ...@@ -6,7 +6,6 @@ body,
} }
.ant-menu-item-group-list { .ant-menu-item-group-list {
.ant-menu-item { .ant-menu-item {
padding: 0.4rem !important;
height: auto !important; height: auto !important;
} }
} }
...@@ -15,20 +14,8 @@ body, ...@@ -15,20 +14,8 @@ body,
color: rgba(0, 0, 0, 1) !important; color: rgba(0, 0, 0, 1) !important;
position: relative; position: relative;
font-weight: bold !important; font-weight: bold !important;
padding: 0.4rem !important;
font-size: 16px !important; font-size: 16px !important;
text-indent: 6px !important; text-indent: 6px !important;
&::before {
content: '';
background-color: rgba(31, 108, 232, 0.8);
position: absolute;
left: 8px;
top: 16px;
width: 2px;
height: 14px;
border-radius: 4px;
}
} }
.ant-menu-item-group-title + ul { .ant-menu-item-group-title + ul {
border-bottom: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment