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

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

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