diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 90d30c4a0c..fc044ba0bf 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -884,3 +884,7 @@ strong { caret-color: #333333; } } + +.ed-tree-node__content { + border-radius: 4px; +} diff --git a/core/core-frontend/src/views/system/font/index.vue b/core/core-frontend/src/views/system/font/index.vue index cc8af3773d..d5d88c7e19 100644 --- a/core/core-frontend/src/views/system/font/index.vue +++ b/core/core-frontend/src/views/system/font/index.vue @@ -302,6 +302,7 @@ onMounted(() => { line-height: 28px; min-width: 48px; padding: 3px 8px; + font-size: 12px; } } }