# Sheets(工作表)

v-sheet 组件是许多组件的基础,如 v-card, v-toolbar等等。 The available properties form the foundation of Material Design — the concept of paper and elevation (shadows).

# 使用

v-sheet 组件是一块可改变的 paper ,为Vuetify 的功能提供了基础。 For example, properties such as rounded and shaped modify the border-radius property while elevation increases/decreases box-shadow.

# API

# 示例

# 属性

# 高度(z轴)

The v-sheet component accepts a custom elevation between 0 and 24 (0 is default). elevation 属性修改 box-shadow 属性。 更多信息位于MD Elevation设计规格

# 圆角

rounded prop 增加了默认 4pxborder-radius。 默认情况下, v-sheet 组件没有边框半径。 通过提供自定义的圆角值来定义半径的大小和位置;例如,圆角值 tr-xl l-pill 等于 rounded-tr-xl rounded-l-pill。 关于圆角样式的其他信息在 边框半径页。

# 颜色

纸张和基于它们的部件可以有不同的尺寸和颜色。

The v-sheet component accepts custom Material Design Color values such as warning, amber darken-3, and deep-purple accent — as well as rgb, rgba, and hexadecimal values.

了解更多?

继续学习由 我们的团队 选择的相关内容,或通过使用下面的导航链接在页面之间跳转。
GitHub 上编辑此页面
最后更新:11/12/2024, 6:59:50 AM