Commit 4192d7e6 authored by 邓晓峰's avatar 邓晓峰

fix: 修复二级菜单图标样式

parent 422b368f
Pipeline #37654 passed with stages
in 19 minutes 3 seconds
/* eslint-disable */
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
const proxyURL = 'http://192.168.10.152:8062'
const proxyURL = 'http://192.168.10.150:8669'
//'http://192.168.12.47:8081';
module.exports = {
assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './',
......
......@@ -129,12 +129,18 @@
}
}
}
svg {
path {
fill: #fff!important;
// svg {
// path:not(.st0) {
// fill: #fff!important;
}
}
// }
// path.st0 {
// fill:url(#SVGID_1_)!important;
// }
// path.st1 {
// fill:url(#SVGID_2_)!important;
// }
// }
}
}
&.active {
......@@ -146,7 +152,7 @@
.icon {
svg {
path, rect, circle {
fill: #fff!important;
// fill: #fff!important;
}
}
......
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