vbenjs / vite-plugin-theme

Vite plugin for dynamically changing the theme color of the interface
MIT License
140 stars 35 forks source link

生产环境和开发环境的样式表现不一致 #2

Open donley828 opened 3 years ago

donley828 commented 3 years ago

Menu 组件

image 在鼠标悬浮之后border-bottom 会被放出来 image .ant-menu 的 [data-theme="dark"] .ant-menu-horizontal 里的border-bottom 会被覆盖 image 但是生产环境的表现刚好相反

anncwb commented 3 years ago

这个可能跟按需引入有关,可以给一个复现?

Jenniferyingni commented 2 years ago

@donley828 看一下是不是和这个 issues 同一个原因导致的 https://github.com/anncwb/vite-plugin-theme/issues/7 因为暗黑模式的 css 文件默认插入到了 html 的 <!DOCTYPE html> 之前,导致生产态下忽略了这个 DOCTYPE , 导致的样式不一致问题