From 7c3df96cd021f5bde59fa31b145b8514445a13e8 Mon Sep 17 00:00:00 2001 From: qiwei Date: Wed, 13 Nov 2024 11:43:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=B1=9E=E6=80=A7=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/attribute-panel/style/attribute-panel.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/attribute-panel/style/attribute-panel.scss b/src/common/attribute-panel/style/attribute-panel.scss index 96ec4c18..06de9000 100644 --- a/src/common/attribute-panel/style/attribute-panel.scss +++ b/src/common/attribute-panel/style/attribute-panel.scss @@ -11,6 +11,9 @@ @include e(header) { width: 100%; border-bottom: 1px solid $border-color-split; + .title { + margin: 8px 14px; + } .ellipsis { max-width: calc(100% - 80px); overflow: hidden;