diff --git a/src/statusTag/index.md b/src/statusTag/index.md index 92d34e71e..46983380e 100644 --- a/src/statusTag/index.md +++ b/src/statusTag/index.md @@ -26,9 +26,9 @@ StatusTag 组件作用于任务运行状态效果展示 ### StatusTag | 参数 | 说明 | 类型 | 默认值 | -| ---------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------- | --- | -| color | 状态色,内置了六种颜色,不满足时可自定义(仅支持 RGB 和十六进制颜色) | `blue \| yellow \| green \| gray \| red \| purple \| cyan \| pink` \| `string` | `success` | - | +| ---------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------- | +| color | 状态色,内置了六种颜色,不满足时可自定义(仅支持 RGB 和十六进制颜色) | `blue \| yellow \| green \| gray \| red \| purple \| cyan \| pink` \| `string` | `green` | | icon | 自定义图标 | `React.ReactNode` | - | | loading | 状态标签载入状态 | `boolean` | `false` | | type | 状态类型 | `default \| outline \| fill` | `default` | -| background | 背景颜色,仅在自定义颜色且为 fill 的情况下生效 | `string` | `--` | +| background | 背景颜色,仅在 type 为 fill 的情况下生效 | `string` | `--` | diff --git a/src/statusTag/style.scss b/src/statusTag/style.scss index ef01a9a12..030fa5b0c 100644 --- a/src/statusTag/style.scss +++ b/src/statusTag/style.scss @@ -53,6 +53,7 @@ $colors: ( &__icon { display: flex; align-items: center; + font-size: 16px; &--default { display: inline-block; width: 6px;