vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
24.27k stars 6.61k forks source link

TableAction 打包之后样式丢失 #2966

Closed nuo-promise closed 1 year ago

nuo-promise commented 1 year ago

⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭

描述 Bug

TableAction 组件 颜色 开发时候 都是正常显示,打包之后 就变成黑色了,我看元素样式,是在打包时候 生成 button : { color: inherit} 使用父级颜色了。

复现 Bug

开发模式

image

打包模式

image

系统信息

nuo-promise commented 1 year ago

image 我搜了代码种找不到这个样式,还请帮忙下。

HughCodeX commented 1 year ago

能否提供一下demo代码, 我无法复现你的问题

nuo-promise commented 1 year ago

通过 修改 属性 color 去实现样式了。