From db4a16f50e7f6734c93d10944236ba54cb41a612 Mon Sep 17 00:00:00 2001 From: zxc <1171051090@qq.com> Date: Fri, 7 Mar 2025 21:31:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue b/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue index 365de384..614b516b 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue @@ -282,6 +282,7 @@ const updateTextAlign = (align: 'top' | 'middle' | 'bottom') => { .title { display: flex; justify-content: space-between; + align-items: center; margin-bottom: 10px; } .shape-pool {