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;