Skip to content

Commit 76c33cb

Browse files
committed
docs: 更新文档
1 parent d511b66 commit 76c33cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ export function parse(
120120
| border-right-color | Color | ✔️ |
121121
| border-bottom-color | Color | ✔️ |
122122
| border-left-color | Color | ✔️ |
123-
| border-radius | Length(可设置 4 个值,控制 4 个方向) | ✔️ |
124-
| border-top-left-radius | Length | ✔️ |
125-
| border-top-right-radius | Length | ✔️ |
126-
| border-bottom-left-radius | Length | ✔️ |
127-
| border-bottom-right-radius | Length | ✔️ |
123+
| border-radius | Length(可设置 4 个值,控制 4 个方向), 不支持百分比 | ✔️ |
124+
| border-top-left-radius | Length, 不支持百分比 | ✔️ |
125+
| border-top-right-radius | Length, 不支持百分比 | ✔️ |
126+
| border-bottom-left-radius | Length, 不支持百分比 | ✔️ |
127+
| border-bottom-right-radius | Length, 不支持百分比 | ✔️ |
128128
| border-style | 'dotted', 'dashed', 'solid' (4 个值,控制 4 个方向) | ✔️ |
129129
| border-top-style | 'dotted', 'dashed', 'solid' | ✔️ |
130130
| border-right-style | 'dotted', 'dashed', 'solid' | ✔️ |

0 commit comments

Comments
 (0)