diff --git a/src/components/formula/FormulaConfig.vue b/src/components/formula/FormulaConfig.vue
index f685f48..b0ddf46 100644
--- a/src/components/formula/FormulaConfig.vue
+++ b/src/components/formula/FormulaConfig.vue
@@ -210,65 +210,74 @@ const validateName = (rule: any, value: any, callback: any) => {
label-position="right"
:size="size"
inline
+ style="overflow: hidden"
>
-
-
-
-
-
-
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
-
-
-
-
-
- 是
-
-
- 否
-
-
-
-
+
+
+
+
+
+
+
+
+ 是
+
+
+ 否
+
+
+
+
+
+
diff --git a/src/components/formula/HomeFormulaConfig.vue b/src/components/formula/HomeFormulaConfig.vue
index 480919d..fb8ccd9 100644
--- a/src/components/formula/HomeFormulaConfig.vue
+++ b/src/components/formula/HomeFormulaConfig.vue
@@ -45,56 +45,60 @@ const size = 'default'
-
-
-
-
-
-
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
-
-
-
-
-
- 是
-
-
- 否
-
-
-
-
+
+
+
+
+
+
+
+
+ 是
+
+
+ 否
+
+
+
+
+
+
diff --git a/src/components/formula/RunFormulaConfig.vue b/src/components/formula/RunFormulaConfig.vue
index aa931fe..1b5395b 100644
--- a/src/components/formula/RunFormulaConfig.vue
+++ b/src/components/formula/RunFormulaConfig.vue
@@ -61,70 +61,84 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
-
-
-
-
+
+
+
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
-
-
-
-
-
- 是
-
-
- 否
-
-
-
-
+
+
+
+
+
+
+
+
+ 是
+
+
+ 否
+
+
+
+
+
+
diff --git a/src/components/formula/SettingFormulaConfig.vue b/src/components/formula/SettingFormulaConfig.vue
index 42890c0..14ef234 100644
--- a/src/components/formula/SettingFormulaConfig.vue
+++ b/src/components/formula/SettingFormulaConfig.vue
@@ -90,61 +90,68 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
label-position="right"
:size="size"
inline
+ style="overflow: hidden"
>
-
-
-
+
+
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
- {{ labelUnitMap[item.setting_id] }}
+
+
+
+ {{ labelUnitMap[item.setting_id] }}
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/components/home/HomeSetting.vue b/src/components/home/HomeSetting.vue
index 648cdb8..9355be0 100644
--- a/src/components/home/HomeSetting.vue
+++ b/src/components/home/HomeSetting.vue
@@ -1,6 +1,5 @@