From 024cd1195d01d227de32809365d7351ea4c0e380 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Mon, 11 Jul 2022 10:22:09 +0800 Subject: [PATCH] fix tag dropdown (#116) --- src/views/components/ConditionTags.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/components/ConditionTags.vue b/src/views/components/ConditionTags.vue index 34e60fa4..2c32a6bf 100644 --- a/src/views/components/ConditionTags.vue +++ b/src/views/components/ConditionTags.vue @@ -46,6 +46,7 @@ limitations under the License. --> :hide-on-click="false" style="margin: 20px 0 0 -130px" v-if="tagArr.length" + :max-height="400" >