MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/segmented/style/index.tsx
|
|
@ -150,7 +150,7 @@ const genSegmentedStyle: GenerateStyle<SegmentedToken> = (token: SegmentedToken) |
|
|
|
|
|
|
|
'&&-sm': { |
|
|
|
borderRadius: token.controlRadiusSM, |
|
|
|
[`&&-sm ${componentCls}-item-label`]: { |
|
|
|
[`${componentCls}-item-label`]: { |
|
|
|
minHeight: token.controlHeightSM - token.segmentedContainerPadding * 2, |
|
|
|
lineHeight: `${token.controlHeightSM - token.segmentedContainerPadding * 2}px`, |
|
|
|
padding: `0 ${token.segmentedPaddingHorizontalSM}px`, |
|
|
|