## Skeleton Props | 属性 | 类型 | 默认值 | 可选值 | 必传 | 说明 | | --------- | ------ | ------ | ------------------------------------------------------ | ---- | ----------------------------------------------------------------------------- | | type | String | 'div' | 'div'/'p'/'img'/'video'/'code'/'qrcode'/'barcode' | N | Skeleton 类型。 | | width | String | '6' | '2'/'4'/'6'/'8'/'12'/'16'/'24'/'32'/'48'/'64'/'96' | N | 宽度。 | | height | String | '6' | '1'/'2'/'4'/'6'/'8'/'12'/'16'/'24'/'32'/'48'/'64'/'96' | N | 高度。 | | radius | String | 'base' | 'none'/'base'/'md'/'xl'/'2xl'/'3xl'/'full' | N | 圆角风格。 | | padding | String | '1' | '0.5'/'1'/'2'/'4' | N | 内边距。 | | lines | Number | 3 | - | N | 行数,仅在 type 为“p”时生效。 | | iconRatio | Number | 0.6 | 0 - 1 | N | 内部图标比例,仅在 type 为“img”、“video”、“code”、“qrcode”、“barcode”时生效。 |