From 096acf609d82f7cf33c03b58ea67d1eb2fb022b8 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 7 May 2026 09:44:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 4 ++++ core/core-frontend/src/views/system/font/index.vue | 1 + 2 files changed, 5 insertions(+) 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; } } }