diff --git a/src/views/pages/framework/runner/group-edit-dialog.vue b/src/views/pages/framework/runner/group-edit-dialog.vue index f534e3b55942ab5f8c0c50d86d2e3fcf7731903c..99f16d78cc0e897df1738d277b8355a9feb37ec9 100644 --- a/src/views/pages/framework/runner/group-edit-dialog.vue +++ b/src/views/pages/framework/runner/group-edit-dialog.vue @@ -51,9 +51,9 @@ /> diff --git a/src/views/pages/framework/runner/src/runner-group.less b/src/views/pages/framework/runner/src/runner-group.less index 94faf83b4b8cee22d1950b6562865eff9544b6f8..df6f249dc979beccf466153454b5af39a2329490 100644 --- a/src/views/pages/framework/runner/src/runner-group.less +++ b/src/views/pages/framework/runner/src/runner-group.less @@ -6,14 +6,14 @@ ::v-deep div:first-of-type { // 解决网段IP和掩码有错误提示,高度不对齐问题 height: 50px; - line-height: 40px; + line-height: 50px; } ::v-deep .form-error-tip { position: absolute; - top: 34px; + top: 40px; } ::v-deep .ivu-input-icon { - line-height: 38px; + line-height: 46px; } } .netWork {