gpt4 book ai didi

javascript - 将汉堡图标添加到 Bootstrap 侧边栏

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


我正在尝试将汉堡菜单添加到我的侧边栏。我正在使用 bootstrap 侧边栏 - 版本 3.3.7,我的 bootstrap.min.css 被复制到我的文件夹:

<link rel="stylesheet" type="text/css" href="/bower_components/bootstrap/dist/css/bootstrap.min.css"/> 


代码:

const contentHeader = (
<span>
<a href="#" onClick={this.menuButtonClick}>
<span class="glyphicon glyphicon-menu-hamburger">=</span>
</a>
<span> My Site - {this.state.selected}</span>
</span>);


当我运行网站时看不到图标,我尝试调试网站我看到这个元素是空的,当我编辑元素并添加 class="glyphicon glyphicon-menu-hamburger"时,汉堡图标出现了。
image of the debug of the element

如何让图标一直出现?

最佳答案

我猜您正在使用该语法中的 JSX + React,在这种情况下,您需要在 html 属性中使用 className 而不是 class。

我建议使用 Atom 编辑器,它应该会为您突出显示该问题。

关于javascript - 将汉堡图标添加到 Bootstrap 侧边栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47789683/

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