diff --git a/build/webpack.config.js b/build/webpack.config.js index 9898dc9..c1f2e31 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -86,7 +86,7 @@ module.exports = { limit: 4096, name: 'img/[name].[hash:8].[ext]', esModule: false, - publicPath: '../' + publicPath: './' } }] } diff --git a/packages/styles/component.scss b/packages/styles/component.scss index d14de32..61d7555 100644 --- a/packages/styles/component.scss +++ b/packages/styles/component.scss @@ -190,7 +190,8 @@ display: inline-flex; } - .svg-icon>>>svg { - fill: currentColor; - } -} \ No newline at end of file +} + +// .guip-svg-icon-wrapper .svg-icon>>>svg { +// fill: currentColor; +// } \ No newline at end of file