gpt4 book ai didi

javascript - 无法为 vue 设置样式

转载 作者:行者123 更新时间:2023-12-02 20:52:38 27 4
gpt4 key购买 nike

所以,我无法设置 CSS overflow:hidden属性 <md-app-content>...</md-app-content>

这是我的代码片段:

<md-app-content id="main-containter-krishna" md-tag="div">
<Visualiser />
</md-app-content>

.md-app-container{
overflow: hidden;
}

最佳答案

由于您有 id="main-container-krishna" 您的 css 应该是
#main-container-krishna{overflow:hidden}

关于javascript - 无法为 <md-app-content> vue 设置样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61569357/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com