gpt4 book ai didi

css - Fieldset 奇怪的图例下划线问题

转载 作者:行者123 更新时间:2023-12-02 14:25:31 27 4
gpt4 key购买 nike

我对字段集标记有疑问:图例无缘无故地加下划线。如何去掉下面的细线?

这是显示问题的屏幕截图,我添加了红色背景只是为了突出显示图例“HEY”下的行

enter image description here

预先感谢您的帮助。

最佳答案

Bootstrap 正在向 legend 添加一个 border-bottom。您可以通过将 border: 0 添加到 legend 来删除它。

Bootply

legend {
border: 0;
}

关于css - Fieldset 奇怪的图例下划线问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27397784/

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