fix(divider): vertical dashed divider not show (#7218)
parent
3f33cefa81
commit
f034a7759e
|
@ -105,7 +105,7 @@ const genSharedDividerStyle: GenerateStyle<DividerToken> = (token): CSSObject =>
|
||||||
},
|
},
|
||||||
|
|
||||||
[`&-vertical${componentCls}-dashed`]: {
|
[`&-vertical${componentCls}-dashed`]: {
|
||||||
borderInlineStart: lineWidth,
|
borderInlineStartWidth: lineWidth,
|
||||||
borderInlineEnd: 0,
|
borderInlineEnd: 0,
|
||||||
borderBlockStart: 0,
|
borderBlockStart: 0,
|
||||||
borderBlockEnd: 0,
|
borderBlockEnd: 0,
|
||||||
|
|
Loading…
Reference in New Issue