kailong321200875 / vue-element-plus-admin

A backend management system based on vue3, typescript, element-plus, and vite
https://element-plus-admin.cn/
MIT License
2.81k stars 682 forks source link

background-clip加-webkit-加不上 #482

Closed fantasy118 closed 5 months ago

fantasy118 commented 5 months ago

字体渐变需要兼容360极速版浏览器,background-clip需要加-webkit-才能生效,但是提交代码时校验工具自动把前缀去掉了,无法保存上

kailong321200875 commented 5 months ago

打包的时候会默认带上-webkit-前缀

fantasy118 commented 5 months ago

在打包后的测试环境看没有加上

fantasy118 commented 5 months ago

生产环境的包能加上,测试环境的包没加上,测试环境没法兼容低版本了吗?

kailong321200875 commented 5 months ago

我排查一下