Mrbigshot
Mrbigshot
I have a svg file called menu-more.svg ``` ``` It used to be like this But when i import this with the plugin, it shows like this Color of path...
Bug Type: **`Style`** ## Environment - Vue Version: `3.3.6` - Element Plus Version: `2.6.2` - Browser / OS: `Chrome 109.0.5414.87 / Mac OS 12.6` - Build Tool: `Vite` ## Reproduction...
### 这个功能解决了什么问题? 比如我使用了一个 ```van-popup```组件,里面有个金额的表单,用到了 ```van-number-keyboard``` 组件,但是 ```van-number-keyboard``` 组件的 z-index 默认是 100,而 ```van-popup``` 的 z-index 是动态的从 2000 开始加的,按照比较严谨的逻辑来说,此时 ```van-number-keyboard``` 的 z-index 应该是当前最大的 z-index 的值+1,使用 ```useGlobalZIndex``` 返回的值就行。 但是 vant 好像没有暴露 ```useGlobalZIndex``` 方法...