gpt4 book ai didi

angularjs - UI Bootstrap Popover : change width

转载 作者:行者123 更新时间:2023-12-03 13:08:25 24 4
gpt4 key购买 nike

我正在尝试在 AngularJS 中使用 UI Bootstrap 的弹出框:
http://angular-ui.github.io/bootstrap/#/popover

<i class="fa fa-question-circle" popover="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur porta libero tincidunt, malesuada tellus vitae, dapibus ex. Ut tristique tristique eros." popover-trigger="mouseenter" popover-placement="right"></i>

它给了我一个这样的弹出框:

enter image description here

我怎样才能改变这个弹出窗口的宽度?

最佳答案

您可以通过覆盖 popover-content 类来实现它:

.popover-content {
width: 200px;
}

更新:
您可以在 Chrome 中查看:
- 按 F12
- 选择放大镜
- 单击要检查的元素
- 修改其样式
enter image description here

关于angularjs - UI Bootstrap Popover : change width,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29005345/

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