diff --git a/webui/src/components/ParameterForm.vue b/webui/src/components/ParameterForm.vue
index d46c2b0..e5f53ed 100644
--- a/webui/src/components/ParameterForm.vue
+++ b/webui/src/components/ParameterForm.vue
@@ -152,24 +152,16 @@
-
- 地面倾角 (°) - 向下为正
-
-
+
-
-
-
-
-
-
+ label="地面倾角 (°) - 向下为正"
+ >
+ 地面倾斜角度,向下为正值
+
@@ -384,16 +376,6 @@ const removeGcX = () => {
}
}
-const addGroundAngel = () => {
- params.parameter.ground_angels.push(0)
-}
-
-const removeGroundAngel = () => {
- if (params.parameter.ground_angels.length > 1) {
- params.parameter.ground_angels.pop()
- }
-}
-
// 计算函数
const calculate = async () => {
calculating.value = true