docs: fix typos (#50096)

* docs: fix typos

* fix
This commit is contained in:
thinkasany 2024-07-26 16:40:48 +08:00 committed by GitHub
parent ea9549ab7e
commit 5f917554db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const genSharedEmptyStyle: GenerateStyle<EmptyToken> = (token): CSSObject => {
lineHeight,
textAlign: 'center',
// 原来 &-image 没有父子结构,现在为了外层承担我们的hashId改成父子结果
// 原来 &-image 没有父子结构,现在为了外层承担我们的 hashId改成父子结构
[`${componentCls}-image`]: {
height: token.emptyImgHeight,
marginBottom: marginXS,
@ -46,7 +46,7 @@ const genSharedEmptyStyle: GenerateStyle<EmptyToken> = (token): CSSObject => {
color: token.colorTextDescription,
},
// 原来 &-footer 没有父子结构,现在为了外层承担我们的hashId改成父子结果
// 原来 &-footer 没有父子结构,现在为了外层承担我们的 hashId改成父子结构
[`${componentCls}-footer`]: {
marginTop: margin,
},