Commit 1b94c656 authored by 陈帅's avatar 陈帅

Modify the style of the header icon

parent 68ef8bba
......@@ -51,7 +51,8 @@ export default {
getLocalIdent: (context, localIdentName, localName) => {
if (
context.resourcePath.includes('node_modules') ||
context.resourcePath.includes('ant.design.pro.less')
context.resourcePath.includes('ant.design.pro.less') ||
context.resourcePath.includes('global.less')
) {
return localName;
}
......
......@@ -52,7 +52,7 @@ i.trigger {
transition: all 0.3s;
height: 100%;
> i {
font-size: 16px;
font-size: 18px;
vertical-align: middle;
color: @text-color;
}
......
......@@ -14,7 +14,7 @@
}
.icon {
font-size: 16px;
font-size: 18px;
padding: 4px;
}
......
......@@ -31,10 +31,3 @@ ul,
ol {
list-style: none;
}
body .ant-drawer .ant-drawer-content {
opacity: 1;
}
body .anticon svg {
display: block;
}
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