diff --git a/web/src/pages/Edit/components/BaseStyle.vue b/web/src/pages/Edit/components/BaseStyle.vue
index 8db1a13d..4a28998a 100644
--- a/web/src/pages/Edit/components/BaseStyle.vue
+++ b/web/src/pages/Edit/components/BaseStyle.vue
@@ -126,7 +126,7 @@
-
{{ $t('baseStyle.line') }}
+ {{ $t('baseStyle.line') }}
{{ $t('baseStyle.color') }}
@@ -357,7 +357,7 @@
- {{ $t('baseStyle.rainbowLines') }}
+ {{ $t('baseStyle.rainbowLines') }}
-
{{ $t('baseStyle.lineOfOutline') }}
+
{{ $t('baseStyle.lineOfOutline') }}
{{ $t('baseStyle.color') }}
@@ -451,7 +451,7 @@
-
{{ $t('baseStyle.associativeLine') }}
+
{{ $t('baseStyle.associativeLine') }}
{{ $t('baseStyle.associativeLineColor') }}
@@ -594,7 +594,7 @@
-
{{ $t('baseStyle.associativeLineText') }}
+
{{ $t('baseStyle.associativeLineText') }}
{{ $t('baseStyle.fontFamily') }}
@@ -656,7 +656,7 @@
- {{ $t('baseStyle.nodeBorderType') }}
+ {{ $t('baseStyle.nodeBorderType') }}
- {{ $t('baseStyle.nodePadding') }}
-
+
{{ $t('baseStyle.nodePadding') }}
+
{{ $t('baseStyle.horizontal') }}
-
{{ $t('baseStyle.image') }}
-
+
{{ $t('baseStyle.image') }}
+
{{ $t('baseStyle.maximumWidth') }}
-
{{ $t('baseStyle.icon') }}
+
{{ $t('baseStyle.icon') }}
{{ $t('baseStyle.size') }}
@@ -754,8 +754,8 @@
-
{{ $t('baseStyle.nodeMargin') }}
-
+
{{ $t('baseStyle.nodeMargin') }}
+
-
{{ $t('baseStyle.outerFramePadding') }}
-
+
{{ $t('baseStyle.outerFramePadding') }}
+
{{ $t('baseStyle.horizontal') }}
-
{{ $t('style.nodePadding') }}
-
+
{{ $t('style.nodePadding') }}
+
{{ $t('style.horizontal') }}
-
{{ $t('style.img') }}
+
{{ $t('style.img') }}
{{ $t('style.placement') }}
@@ -528,7 +528,7 @@
-
{{ $t('style.tag') }}
+
{{ $t('style.tag') }}
{{ $t('style.placement') }}
@@ -635,13 +635,17 @@ export default {
shapeList() {
return [
...(shapeList[this.$i18n.locale] || shapeList.zh),
- ...this.mindMap.extendShapeList.map(item => {
- return {
- width: '40px',
- name: item.nameShow,
- value: item.name
- }
- })
+ ...this.mindMap.extendShapeList
+ .filter(item => {
+ return !['fishHead'].includes(item.name)
+ })
+ .map(item => {
+ return {
+ width: '40px',
+ name: item.nameShow,
+ value: item.name
+ }
+ })
]
},
shapeListMap() {
@@ -854,7 +858,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;
@@ -866,6 +870,10 @@ export default {
justify-content: space-between;
margin-bottom: 10px;
+ &.noBottom {
+ margin-bottom: 0;
+ }
+
.btnGroup {
width: 100%;
display: flex;