Browse Source

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

pull/7288/head^2
一堆菠萝 10 months ago committed by GitHub
parent
commit
f034a7759e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/divider/style/index.ts

2
components/divider/style/index.ts

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

Loading…
Cancel
Save