diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index 498d3c773..68ebfb04e 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -855,7 +855,7 @@ const en = { cancel:'cancel', addLine:'Add Line', lineName:'Line Name', - width:'width', + width:'thickness', option:'Option', arrows:'Arrows', color:'Color', diff --git a/nezha-fronted/src/components/common/project/addLine.vue b/nezha-fronted/src/components/common/project/addLine.vue index 6770f0761..7e663d228 100644 --- a/nezha-fronted/src/components/common/project/addLine.vue +++ b/nezha-fronted/src/components/common/project/addLine.vue @@ -21,73 +21,68 @@ {{$t('project.topology.option')}} - - - - - - - - - - - - - - - - - - - - - - -
- - - - +
+ + + + + +
+ + + + +
+ + + + +
+
+ +
+
+ {{form.color}} + + + +
- - - - - -
- -
-
- {{form.color}} -
-
- - -
-
+
+ + +
+ +
{{$t('alert.config.expr')}}
- + + + + + + - - - - + {{$t('project.topology.unit')}} @@ -110,10 +105,11 @@ @change="expressionChange" @removeExpression="removeExpression" :showRemove="false" + :projectRightBox="true" >