diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index 1885f68e8..9be338db2 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -532,7 +532,7 @@
-
+
@@ -548,7 +548,7 @@
-
+
@@ -1619,7 +1619,7 @@ export default { line-height: 21px; } .half-form-item { - width: calc(50% - 21px); + width: calc(50% - 5px); display: inline-block; padding: 0 0px 0 0px; } @@ -1667,7 +1667,6 @@ export default { border-radius: 2px; text-align: center; line-height: 18px; - margin-right: 55px; } .configs-copy-value{ opacity: 0.9; diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 6c9c43b81..d5a523b6b 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -512,7 +512,7 @@
-
+
@@ -528,7 +528,7 @@
-
+
@@ -1430,7 +1430,7 @@ export default { line-height: 21px; } .half-form-item { - width: calc(50% - 21px); + width: calc(50% - 5px); display: inline-block; padding: 0 0px 0 0px; } @@ -1478,7 +1478,6 @@ export default { border-radius: 2px; text-align: center; line-height: 18px; - margin-right: 55px; } .configs-copy-value{ opacity: 0.9;