We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
latest
最新版
NPM 依赖
Windows
Edge
Vue 3
与tailwindcss bzse样式冲突了,导致了: 1.预览的html样式会和页脚重叠,原因之一是图片的高度height="40"失效了,不好判断有没有其他原因。
2.是导出的pdf也会出现同样问题,会和页脚离得很远。
img, video { max-width: 100%; height: auto; } 就算在控制台取消[height](height: auto;)的时候图片的高度也出不来还是无效
引入tailwindcss,然后预览就行了
造成文档预览和导出都有问题
实际是tailwindcss样式冲突
[在这里上传图片]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
使用的版本
latest
版本号
最新版
你的安装方式
NPM 依赖
你的操作系统
Windows
你的浏览器
Edge
你的项目编程语言
Vue 3
问题描述
与tailwindcss bzse样式冲突了,导致了:
1.预览的html样式会和页脚重叠,原因之一是图片的高度height="40"失效了,不好判断有没有其他原因。
2.是导出的pdf也会出现同样问题,会和页脚离得很远。
img, video {
max-width: 100%;
height: auto;
}
就算在控制台取消[height](height: auto;)的时候图片的高度也出不来还是无效
如何复现
引入tailwindcss,然后预览就行了
预期结果
造成文档预览和导出都有问题
实际结果
实际是tailwindcss样式冲突
截图或视频
[在这里上传图片]
这个问题是否已经存在?
The text was updated successfully, but these errors were encountered: