v-footer
用于显示用户可能希望从站点内的所有页面访问到的公共信息。
从下面选择您想要的组件,并查看可用的属性、插槽、事件和函数。
给组件应用 position: absolute
指定该组件作为应用程序布局的一部分。用于动态调整内容的大小。使用此 prop 的组件应该位于 v-main
组件的 外 部,才能正常运行。你可以在 应用程序页面 上获得更多关于布局的信息。注意: 这个 prop 会自动将 position: fixed 应用到布局元素上。你可以使用 absolute
prop 来覆盖这个功能。
将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success
或者 purple
)或 css 颜色 (#033
或 rgba(255, 0, 0, 0.5)
)。 你可以在 colors page 中找到内置类的列表。
将暗色主题变量应用到组件。你可以在 dark themes 的 Material Design 文档中找到更多有关信息。
组件的海拔可接受 0 到 24 之间的值。你可以在 elevation page 浏览更多信息。
给组件应用 position: fixed
设定组件的高度。
定位工具栏偏离应用程序的v-navigation-drawer
的位置
为组件设置浅色主题。
设定组件的最大高度。
设定组件的最大宽度。
设定组件的最小高度。
设定组件的最小宽度。
Removes elevation (box-shadow) and adds a thin border.
删除页脚中的所有边距
Designates the border-radius applied to the component. You can find more information on the Border Radius page.
Applies a large border radius on the top left and bottom right of the card.
指定在根元素上使用的自定义标签。
Removes the component's border-radius.
设定组件的宽度。
默认Vue 插槽。
0 !default;
0 !default;
6px 16px !default;
0px !default;
map-get($rounded, 'xl') $footer-border-radius !default;
0.2s !default;
background-color, left, right !default;
map-get($transition, 'fast-out-slow-in') !default;