gpt4 book ai didi

css - 将字形图标与文本一起使用时如何避免额外的空间?

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

我在 div 中有一个带有文本的 div。但是当添加 glyphicon 时会出现奇怪的行为,即单词之间的间距变大了。

如何避免这种情况?

<div class="glyphicon  glyphicon-chevron-up">With glyphicon</div>
<div>Without glyphicon</div>

Demo of the issue

Demo of Implementation in my application

最佳答案

这个有效...

<div class="glyphicon glyphicon-chevron-up"></div>With glyphicon
<div>Without glyphicon</div>

如果你不能用这个,那就用这个:

 <div class="glyphicon  glyphicon-chevron-up" style="color: steelblue;font-size: initial;" data-toggle="collapse"   href="#new"></div><span style="color: steelblue;font-size: initial;" href="#new">
Glyhicon div with collapse</span>
<div class="collapse in" id="new">
Something goes here
</div>

然后你只能选择点击图标来切换。

关于css - 将字形图标与文本一起使用时如何避免额外的空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36324567/

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