Skip to content

Commit

Permalink
fix(layout): 修复AppsLogoComponents样式警告 (#6440)
Browse files Browse the repository at this point in the history
* fix(compiler): 修复 checkbox 在 ant design 5 vertical 布局失效问题

* fix(compiler): 修复 ProDescriptions 编辑带有校验情况下,样式排版问题

* fix(compiler): 修复 Footer <a> 标签单独使用时带有下划线问题

* fix(compiler): 优化checkbox在hashPriority=high不生效问题

* fix(compiler): You seem to be using 'margin' property with different left margin and right margin, which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties.

Co-authored-by: topiam <support@topiam.cn>
  • Loading branch information
leshalv and topiam authored Dec 30, 2022
1 parent 44f13af commit 1f158ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const genAppsLogoComponentsStyle: GenerateStyle<AppsLogoComponentsToken> = (toke
},
},
'&-item-title': {
margin: '16px 0 8px 12px',
marginInline: '16px 0 8px 12px',
fontWeight: 600,
color: 'rgba(0, 0, 0, 0.88)',
fontSize: 16,
Expand Down

0 comments on commit 1f158ca

Please sign in to comment.