File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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' | ✔️ |
You can’t perform that action at this time.
0 commit comments