Commit 1b94c656 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Modify the style of the header icon

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