diff --git a/web/src/pages/Edit/components/AssociativeLineStyle.vue b/web/src/pages/Edit/components/AssociativeLineStyle.vue
index 8c177cbb..d8ca8c04 100644
--- a/web/src/pages/Edit/components/AssociativeLineStyle.vue
+++ b/web/src/pages/Edit/components/AssociativeLineStyle.vue
@@ -144,7 +144,7 @@
-
{{ $t('baseStyle.associativeLineText') }}
+ {{ $t('baseStyle.associativeLineText') }}
{{ $t('baseStyle.fontFamily') }}
@@ -354,7 +354,7 @@ export default {
font-weight: 500;
color: rgba(26, 26, 26, 0.9);
margin-bottom: 10px;
- margin-top: 20px;
+ margin-top: 35px;
&.noTop {
margin-top: 0;
diff --git a/web/src/pages/Edit/components/NodeOuterFrame.vue b/web/src/pages/Edit/components/NodeOuterFrame.vue
index 8e3f9813..805dbc9f 100644
--- a/web/src/pages/Edit/components/NodeOuterFrame.vue
+++ b/web/src/pages/Edit/components/NodeOuterFrame.vue
@@ -1,7 +1,7 @@