Angular Material设计中有滚动组件吗?
Is there scroll component in Angular Material Design?
Angular Material设计中有滚动组件吗?
我有一个固定宽度的 dib 块。这个块中有几个内联块。所以,它有溢出属性,这意味着正在显示水平滚动条。
根据 MVVM's like material or bootstrap, once you include the style sheet in your project if a styling is available it will be pre-styled. Beyond that you will have to add styling yourself. Also, it seems many browser's don't support scroll bar styling 的本质,MVVM 试图在所有设备类型上创建流畅的体验。我怀疑这就是为什么我从未在 MVVM 中看到过预设置样式的滚动条,但它也是 OS 通常独有的东西,而且经常被单独留下。
Angular Material设计中有滚动组件吗?
我有一个固定宽度的 dib 块。这个块中有几个内联块。所以,它有溢出属性,这意味着正在显示水平滚动条。
根据 MVVM's like material or bootstrap, once you include the style sheet in your project if a styling is available it will be pre-styled. Beyond that you will have to add styling yourself. Also, it seems many browser's don't support scroll bar styling 的本质,MVVM 试图在所有设备类型上创建流畅的体验。我怀疑这就是为什么我从未在 MVVM 中看到过预设置样式的滚动条,但它也是 OS 通常独有的东西,而且经常被单独留下。