From eed2715dc1434bc4a81640ac2febcc9243cd7774 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 19 Aug 2021 15:58:13 +0800 Subject: [PATCH] =?UTF-8?q?style=20=EF=BC=9A=20=E8=A1=A5=E5=85=85=20module?= =?UTF-8?q?=20=E6=8A=A5=E9=94=99=E7=BA=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/moduleBox.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 3a8589018..8afec7e92 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -1529,6 +1529,9 @@ export default { #module-box-relabel /deep/ .vue-tags-input{ max-width: unset; } + /deep/ .is-error .vue-tags-input{ + border: 1px solid #F56C6C; + } .pipeline-box{ display: flex; justify-content: space-between;