varletjs / varlet

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
https://varletjs.org/#/en-US/index
MIT License
4.9k stars 618 forks source link

是否能给appBar添加固定在顶部的api #1610

Closed Jxells closed 4 months ago

Jxells commented 5 months ago

About styles 🛠️

BottomNavigation 有一个是否固定在底部的属性,个人觉得appBar也可以搞一个固定在顶部的属性。

haoziqaq commented 5 months ago

目前 app bar 是有 fixed 这个 api 可以固定到顶部的。

Jxells commented 5 months ago

目前app bar是有固定的这个api可以固定到顶部的。

在文档中没看到呀

haoziqaq commented 5 months ago
image
Jxells commented 5 months ago

加上fixed 属性后下拉刷新的图标会顶到app bar上面 image

haoziqaq commented 4 months ago

和 bottom navigation 一样,需要自行空出 app-bar 的位置。比如设置给主要容器设置 padding-top