Skip to content

Commit

Permalink
fix(style): fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
wenmine committed Sep 26, 2024
1 parent bc6b943 commit 1f5188d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/theme/base/src/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
--te-base-border-radius-normal: 2px; // 常规
--te-base-border-radius-0: 0px; // 直角
--te-base-border-radius-1: 4px; // 圆角-1
--te-base-border-radius-2: 6px; // 圆角-1
--te-base-border-radius-3: 8px; // 圆角-2
--te-base-border-radius-2: 6px; // 圆角-2
--te-base-border-radius-3: 8px; // 圆角-3
--te-base-border-radius-4: 50%; // 圆形
}
3 changes: 2 additions & 1 deletion packages/theme/base/src/page/base-config-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ body {
-webkit-font-smoothing: subpixel-antialiased;
padding: 0;
margin: 0;
font-family: Microsoft YaHei, Microsoft YaHei-Normal;
font-family: 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
sans-serif;
}

ol,
Expand Down

0 comments on commit 1f5188d

Please sign in to comment.