Merge branch 'master' into chore/runtime-publicPath

This commit is contained in:
afc163 2024-09-22 22:28:57 +08:00 committed by GitHub
commit 1b4158627c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,8 @@ const genBaseStyle: GenerateStyle<TourToken> = (token) => {
},
[`${componentCls}-header`]: {
padding: `${unit(padding)} ${unit(padding)} ${unit(paddingXS)}`,
width: `calc(100% - ${unit(closeBtnSize)})`,
wordBreak: 'break-word',
[`${componentCls}-title`]: {
fontWeight: fontWeightStrong,
},