gpt4 book ai didi

css - rails Bootstrap wysihtml5 无法覆盖宽度

转载 作者:行者123 更新时间:2023-11-28 11:58:04 26 4
gpt4 key购买 nike

我在输入表单上有一个 Bootstrap wysihtml5。

我一直无法使输入宽度 = 800px

图片显示浏览器。如果我取消选中宽度:201px;然后我得到我想要的。

如果我更改设置 201px 的源代码,那么其他表单就会变得困惑。

Original page

After click

我尝试添加这个:

.wysihtml5-sandbox {
width: 800px;
}

最佳答案

这可能是由加载样式的顺序引起的。如果我没记错的话,显示的是最新读过的样式。您可以使用 !important 覆盖它:

width: 800px!important;

关于css - rails Bootstrap wysihtml5 无法覆盖宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20011946/

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