diff --git a/web/src/config/zh.js b/web/src/config/zh.js index 4c64b5e0..756bfe6d 100644 --- a/web/src/config/zh.js +++ b/web/src/config/zh.js @@ -97,7 +97,7 @@ export const colorList = [ '#0C797D', '#0062B1', '#653294', - '#AB149E', + // '#AB149E', 'transparent' ] diff --git a/web/src/lang/en_us.js b/web/src/lang/en_us.js index 010a221a..4606f804 100644 --- a/web/src/lang/en_us.js +++ b/web/src/lang/en_us.js @@ -373,5 +373,9 @@ export default { boxStyle: 'Box style', boxColor: 'Box color', fillColor: 'Fill color' + }, + nodeTagStyle: { + placeholder: 'Please enter the tag content', + delete: 'Delete this tag' } } diff --git a/web/src/lang/zh_cn.js b/web/src/lang/zh_cn.js index dd420124..0ffec9cc 100644 --- a/web/src/lang/zh_cn.js +++ b/web/src/lang/zh_cn.js @@ -365,5 +365,9 @@ export default { boxStyle: '边框样式', boxColor: '边框颜色', fillColor: '填充颜色' + }, + nodeTagStyle: { + placeholder: '请输入标签内容', + delete: '删除此标签' } } diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue index da946aba..b0d17042 100644 --- a/web/src/pages/Edit/components/Edit.vue +++ b/web/src/pages/Edit/components/Edit.vue @@ -37,6 +37,7 @@ +
+
+
+ +
+ + {{ $t('nodeTagStyle.delete') }} +
+
+
+ +
+
+ + + + +