fix(divider): vertical dashed divider not show (#7218)

pull/7288/head^2
一堆菠萝 2024-01-12 10:50:06 +08:00 committed by GitHub
parent 3f33cefa81
commit f034a7759e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const genSharedDividerStyle: GenerateStyle<DividerToken> = (token): CSSObject =>
},
[`&-vertical${componentCls}-dashed`]: {
borderInlineStart: lineWidth,
borderInlineStartWidth: lineWidth,
borderInlineEnd: 0,
borderBlockStart: 0,
borderBlockEnd: 0,