gpt4 book ai didi

css - 改变 ui.bootstrap.alert 的高度

转载 作者:技术小花猫 更新时间:2023-10-29 11:14:56 24 4
gpt4 key购买 nike

我正在尝试根据以下示例添加 ui.bootstrap.alert:https://plnkr.co/edit/?p=preview .

除了对我来说太大外,它工作正常,如下所示。 enter image description here

所以我在 CSS 中更改了高度,这是新的输出

.alert {
margin-bottom: 1px;
height: 30px;
}

enter image description here但是现在句子已经不在警戒中了。

如何正确更改警报的高度?谢谢!

最佳答案

您需要更改 line-heightpadding 才能正常工作

.alert {
margin-bottom: 1px;
height: 30px;
line-height:30px;
padding:0px 15px;
}

http://codepen.io/nilestanner/pen/kkGoNO

关于css - 改变 ui.bootstrap.alert 的高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39811673/

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