Skip to content

Commit

Permalink
docs: fix typos (ant-design#50096)
Browse files Browse the repository at this point in the history
* docs: fix typos

* fix
  • Loading branch information
thinkasany authored Jul 26, 2024
1 parent ea9549a commit 5f91755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/empty/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const genSharedEmptyStyle: GenerateStyle<EmptyToken> = (token): CSSObject => {
lineHeight,
textAlign: 'center',

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

// 原来 &-footer 没有父子结构,现在为了外层承担我们的hashId,改成父子结果
// 原来 &-footer 没有父子结构,现在为了外层承担我们的 hashId,改成父子结构
[`${componentCls}-footer`]: {
marginTop: margin,
},
Expand Down

0 comments on commit 5f91755

Please sign in to comment.