From 06df959c880f98e3ba20cb6083deb048cfd3190f Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 25 Dec 2024 17:23:49 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=94=B6=E7=BC=A9=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BC=98=E5=8C=96=E4=B8=BA=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/DvSidebar.vue | 4 ++++ .../src/views/chart/components/editor/index.vue | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/DvSidebar.vue b/core/core-frontend/src/components/visualization/DvSidebar.vue index 4c2972c3e5..cf58c3f222 100644 --- a/core/core-frontend/src/components/visualization/DvSidebar.vue +++ b/core/core-frontend/src/components/visualization/DvSidebar.vue @@ -234,6 +234,10 @@ const onComponentNameChange = () => { font-weight: 500; text-align: center; padding: 5px; + span { + writing-mode: vertical-rl; + text-orientation: mixed; + } } .main-content { height: calc(100% - 45px); diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 2d0afdd1e8..7a8b05d907 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4856,7 +4856,11 @@ span { width: 35px; text-align: center; padding: 5px; - margin-top: 30px; + margin-top: 35px; + span { + writing-mode: vertical-rl; + text-orientation: mixed; + } } .custom-icon {