dewfall123 / vitepress-for-component

📖 针对组件开发的VitePress。 重构版本https://github.com/dewfall123/ruabick
https://dewfall123.github.io/vitepress-for-component/
MIT License
194 stars 38 forks source link

打包前后Css样式不一致问题 #47

Closed peterroe closed 2 years ago

peterroe commented 2 years ago

能不能把默认css样式也一同打包,我发现组件发布的样式和这个项目预览的不一样,例如,用这个文档会默认为table表格加一些样式,但是打包之后,样式没有了,看起来很不一致。而且我无法得知默认样式有哪些

peterroe commented 2 years ago

或者说可以关掉脚手架提供的默认样式吗

dewfall123 commented 2 years ago

css隔离这个问题应该晚些会解决下

peterroe commented 2 years ago

好的