From 2afb97a747e0915ff30c9d03696c45a390ae55aa Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 7 May 2026 09:42:58 +0800 Subject: [PATCH] fix: Style optimization --- frontend/src/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/style.less b/frontend/src/style.less index bdd6f324..9c930d4f 100644 --- a/frontend/src/style.less +++ b/frontend/src/style.less @@ -425,3 +425,7 @@ strong { .datetime-variables.datetime-variables { color: #3370ff; } + +.ed-tree-node__content { + border-radius: 4px; +} \ No newline at end of file