# Empty 空状态 V2.2.5
空状态时的占位提示。
# 属性对比(只显示有差异的)
参数 | WinDesign | Element-ui |
---|---|---|
message |
TIP
在 V2.2.16
版本下,默认 Svg 图片新增换肤功能。
# 代码演示
# API
# Empty Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
image | 图片地址 | string | — | — |
image-size | 图片大小(宽度) | number | — | — |
description | 文本描述 | string | — | — |
message | 辅助性文本描述 | string | — | — |
# Empty Slots
Name | 说明 |
---|---|
default | 自定义底部内容 |
image | 自定义图片 |
description | 自定义描述文字 |
message | 自定义辅助性描述文字 |