gpt4 book ai didi

html - Angular Material 工具栏高度问题

转载 作者:太空狗 更新时间:2023-10-29 14:52:50 28 4
gpt4 key购买 nike

我使用 Angular Material v. 1.1.0-RC.5。我创建了简单的工具栏

<md-toolbar> </md-toolbar>

当浏览器宽度小于 960p 时,工具栏将其高度更改为 48p。这看起来合乎逻辑,尽管我希望我的工具栏始终保持相同的高度。
但真正让我感到困惑的是 - 当浏览器宽度小于 500p - 工具栏变得比之前更大 (56p)!!

我注意到一件事:浏览器高度应大于 274p 才能重现此行为。

Is it an issue?
And is it possible to disable toolbar resing?

Live example (确保内容区域高度大于 274p)

enter image description here

enter image description here

enter image description here

最佳答案

可以在css中指定高度来解决这个问题。

md-toolbar{
min-height:64px;
max-height:64px
}

只要尝试将高度设置为 8 的倍数,因为 Material-design 使用的所有尺寸都是 8 的倍数。

工作示例。 http://codepen.io/next1/pen/pbwjKV

关于html - Angular Material 工具栏高度问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38164716/

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