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 {