diff --git a/frontend/src/assets/style/var.less b/frontend/src/assets/style/var.less index a8609528da..1c207d6ad1 100644 --- a/frontend/src/assets/style/var.less +++ b/frontend/src/assets/style/var.less @@ -1,4 +1,5 @@ /** 主题变量覆盖 **/ +@border-radius-mini: 2px; @border-radius-small: 4px; @border-radius-medium: 6px; @border-radius-large: 12px; diff --git a/frontend/src/components/pure/ms-code-editor/index.vue b/frontend/src/components/pure/ms-code-editor/index.vue index bf7dde0693..a0a72a1288 100644 --- a/frontend/src/components/pure/ms-code-editor/index.vue +++ b/frontend/src/components/pure/ms-code-editor/index.vue @@ -1,15 +1,23 @@