We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
任意一个带图片的话题均可触发
琥珀应该在图片下方,而不是穿过图片
No response
The text was updated successfully, but these errors were encountered:
補充:不僅是圖片,根據個人觀察,所有的界面元素,除去背景以外,包括字體及視頻,都被附加了透明效果,導致可以通過圖片看見壁紙。
本人沒有vue相關的編程經歷,但根據JS屬性繼承推測,建議排查打包導出vue實例的時候後沒有讓界面中的元素繼承背景版的透明屬性。
舉個不恰當的例子:
<div style="color:red"> <!--container--> this is red <p> this is also red</p> <!--without style="color:red" in sub-container--> </div>
祝早日解決
Sorry, something went wrong.
補充:不僅是圖片,根據個人觀察,所有的界面元素,除去背景以外,包括字體及視頻,都被附加了透明效果,導致可以通過圖片看見壁紙。 本人沒有vue相關的編程經歷,但根據JS屬性繼承推測,建議排查打包導出vue實例的時候後沒有讓界面中的元素繼承背景版的透明屬性。 舉個不恰當的例子: <div style="color:red"> <!--container--> this is red <p> this is also red</p> <!--without style="color:red" in sub-container--> </div> 祝早日解決
感谢建议, 最近正在编写新网站, 编写完后会着手解决论坛项目的 BUG
KUN1007
No branches or pull requests
描述错误
重现步骤
任意一个带图片的话题均可触发
预期行为
琥珀应该在图片下方,而不是穿过图片
截图
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: