-
+
@@ -30,12 +30,14 @@ canvas {
height: 100%;
}
+
.left-editor {
flex: 3; /* 左侧区域占据 3/4 的宽度 */
- margin-right: 10px; /* 可选:添加间距 */
+ margin-left: 150px; /* 可选:添加间距 */
}
.right-editor {
flex: 1; /* 右侧区域占据 1/4 的宽度 */
+ margin-right: 250px; /* 向左侧移动一点 */
}
\ No newline at end of file
diff --git a/frontend/src/views/machine/testScript/components/testScriptFlickerTab.vue b/frontend/src/views/machine/testScript/components/testScriptFlickerTab.vue
index 14eabb6..d646797 100644
--- a/frontend/src/views/machine/testScript/components/testScriptFlickerTab.vue
+++ b/frontend/src/views/machine/testScript/components/testScriptFlickerTab.vue
@@ -13,7 +13,10 @@
-
+
+
+
+
@@ -23,7 +26,11 @@
-
+
+
+
+
+
diff --git a/frontend/src/views/machine/testScript/components/testScriptHarmTab.vue b/frontend/src/views/machine/testScript/components/testScriptHarmTab.vue
index 3014f1a..fcfcf5d 100644
--- a/frontend/src/views/machine/testScript/components/testScriptHarmTab.vue
+++ b/frontend/src/views/machine/testScript/components/testScriptHarmTab.vue
@@ -6,27 +6,39 @@
-
+
-
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
+
@@ -39,28 +51,39 @@
-
+
-
-
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
+
+
+
@@ -132,4 +155,12 @@ for (let i = 26; i <= 50; i++) {
margin-right: 0; /* 最后一个表格不需要右侧间距 */
}
+.input-label-container {
+ display: flex;
+ align-items: center; /* 垂直居中对齐 */
+}
+
+.input-label-container label {
+ margin-left: 5px; /* 添加标签与输入框之间的间距 */
+}
\ No newline at end of file
diff --git a/frontend/src/views/machine/testScript/components/testScriptVolCurTab.vue b/frontend/src/views/machine/testScript/components/testScriptVolCurTab.vue
index f292272..daf74fc 100644
--- a/frontend/src/views/machine/testScript/components/testScriptVolCurTab.vue
+++ b/frontend/src/views/machine/testScript/components/testScriptVolCurTab.vue
@@ -1,26 +1,101 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/views/machine/testScript/components/valueTypePopup.vue b/frontend/src/views/machine/testScript/components/valueTypePopup.vue
index f277f57..9f7a840 100644
--- a/frontend/src/views/machine/testScript/components/valueTypePopup.vue
+++ b/frontend/src/views/machine/testScript/components/valueTypePopup.vue
@@ -21,7 +21,7 @@
-