Skip to content

Commit 3799919

Browse files
iamkunFeng
authored andcommitted
Chore: add border zero (ElemeFE#15256)
1 parent 6d69e98 commit 3799919

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/i18n/theme-editor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"background-color-base": "基础背景色",
107107
"border-radius-base": "大圆角",
108108
"border-radius-small": "小圆角",
109+
"border-radius-zero": "无圆角",
109110
"border-radius-circle": "圆形圆角",
110111
"box-shadow-base": "基础投影",
111112
"box-shadow-dark": "深色投影",

packages/theme-chalk/src/common/var.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ $--border-radius-base: 4px !default;
8686
$--border-radius-small: 2px !default;
8787
/// borderRadius|1|Radius|0
8888
$--border-radius-circle: 100% !default;
89+
/// borderRadius|1|Radius|0
90+
$--border-radius-zero: 0 !default;
8991

9092
// Box-shadow
9193
/// boxShadow|1|Shadow|1

0 commit comments

Comments
 (0)