diff --git a/frontend/src/components/canvas/components/TextAttr.vue b/frontend/src/components/canvas/components/TextAttr.vue
index 8525c85377..4ac2dfb775 100644
--- a/frontend/src/components/canvas/components/TextAttr.vue
+++ b/frontend/src/components/canvas/components/TextAttr.vue
@@ -153,7 +153,7 @@
-
+
@@ -345,7 +345,7 @@ export default {
mainStyle() {
const style = {
left: (this.getPositionX(this.curComponent.style.left) - this.scrollLeft) + 'px',
- top: (this.getPositionY(this.curComponent.style.top) - this.scrollTop - 3) + 'px'
+ top: (this.getPositionY(this.curComponent.style.top) - this.scrollTop + 25) + 'px'
}
return style
},
diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue
index 4a70cf7612..0c670b939b 100644
--- a/frontend/src/components/canvas/components/Toolbar.vue
+++ b/frontend/src/components/canvas/components/Toolbar.vue
@@ -3,12 +3,10 @@
-
-
-
+
-
+
@@ -28,69 +26,73 @@