-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
换肤问题有没有解决方案 #3054
Comments
虽然和你问题无关,但是我还是想放一下这个链接 |
牛逼牛逼,贵司真棒,可不可以讲讲如何实现?有没有github example? 大概思路是不是 通过element-theme打包好,然后替换link引入? 但是我看到替换主题后发送的请求是.woff .tff 这个可不可以讲讲? |
项目仓库在这:https://github.com/ElementUI/theme-preview
|
棒! |
这个有点复杂,如果我只是下载四种主题方案,然后供用户自由选择,这样的话 该如何实现呢? |
你这个换肤的功能实现了么 @lss5270 |
早就实现了,嘿嘿 |
@lss5270 我看到了,感谢! |
喜欢的话,给个star |
换肤可能实现,但存在兼容性问题,只能兼容谷歌和火狐,请问有什么解决思路? |
@Leopoldthecoder 按照步骤可以实现谷歌、火狐、360和QQ浏览器极速模式下换肤,但是IE浏览器是不支持换肤操作的https://elementui.github.io/theme-preview/#/zh-CN |
https://github.com/lss5270/vue-admin-spa 如果只需要几套换肤方案,大家可以参考我的做法~~ 另外大家喜欢的 可以给个star 谢谢 |
@Leopoldthecoder 谢谢您! @lss5270 请问有步骤或注意事项么?其实我下载了项目,install了很久都成功。 |
@lan0909 下载了很久没成功? 里面有个node压缩包 下载时 可能稍微慢一点 |
@lss5270 可以了,谢谢啦 |
@Leopoldthecoder 使用 https://elementui.github.io/theme-preview/#/zh-CN 下载好主题并使用 link 引入 index.css (大致看了一下代码,index.css 应该是把其余那些 css 文件都集合到一起了) 后,有些弹框背景颜色仍然是白色的,无法随主题色变化,比如日期弹框等,这个怎么办? |
刚好最近有这个需求,受用 |
many thanks. |
你好 请问这个有源码么 实现思路大致是什么 方便告知一下么 |
在element-ui的源码中找到相应的组件,例如,想修改 |
项目怎么启动 |
|
现在皮肤主题设置是用element-variables + babelrc打包
那么如果我们需要有换肤换主题功能,一般实现方式是动态改css样式link路径
但对于elementui该如何解决
The text was updated successfully, but these errors were encountered: