From 7b8ca904369d03567ec20cd7eadf7a699e511971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Mon, 30 Oct 2023 15:05:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dpolicy=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E6=97=B6form=E7=9A=84=E6=97=B6=E9=97=B4=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=A2=AB=E7=9B=96=E4=BD=8F=EF=BC=8C=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E9=99=90=E5=88=B6=E8=BE=93=E5=85=A5=E6=A1=86=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detection-create/detection-form.scss | 6 ++++++ .../detections/detectionPolicies/PolicyForm.vue | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/assets/css/components/views/detections/detection-create/detection-form.scss b/src/assets/css/components/views/detections/detection-create/detection-form.scss index 77cf7933..ebef8d00 100644 --- a/src/assets/css/components/views/detections/detection-create/detection-form.scss +++ b/src/assets/css/components/views/detections/detection-create/detection-form.scss @@ -101,6 +101,12 @@ justify-content: flex-start; height: 24px; line-height: 24px; + + .policy-form-item { + .el-form-item__error { + width: 260px; + } + } } .el-input--mini .el-input__inner { diff --git a/src/views/detections/detectionPolicies/PolicyForm.vue b/src/views/detections/detectionPolicies/PolicyForm.vue index d93131ea..b950a640 100644 --- a/src/views/detections/detectionPolicies/PolicyForm.vue +++ b/src/views/detections/detectionPolicies/PolicyForm.vue @@ -57,12 +57,12 @@