-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Labels
bugSomething isn't workingSomething isn't working
Description
使用的版本
latest
版本号
最新版
你的安装方式
NPM 依赖
你的操作系统
Windows
你的浏览器
Edge
你的项目编程语言
Vue 3
问题描述
与tailwindcss bzse样式冲突了,导致了:
1.预览的html样式会和页脚重叠,原因之一是图片的高度height="40"失效了,不好判断有没有其他原因。
img, video {
max-width: 100%;
height: auto;
}
就算在控制台取消[height](height: auto;)的时候图片的高度也出不来还是无效
如何复现
引入tailwindcss,然后预览就行了
预期结果
造成文档预览和导出都有问题
实际结果
实际是tailwindcss样式冲突
截图或视频
[在这里上传图片]
这个问题是否已经存在?
- 我已经搜索过现有的问题 (https://github.com/CcSimple/vue-plugin-hiprint/issues)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working