From 068ae8b3cc5d55a4fbf8cd99e33ab0aa5a242b23 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Tue, 26 Mar 2024 10:23:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=94=A8=E4=BE=8B=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=BF=87=E9=95=BF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1036294 --user=王旭 【用例管理】功能用例-标签长度大于64提示-提示信息排列不美观 https://www.tapd.cn/55049933/s/1480777 --- frontend/src/components/pure/ms-tags-input/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/pure/ms-tags-input/index.vue b/frontend/src/components/pure/ms-tags-input/index.vue index b0776154d4..1417e0458a 100644 --- a/frontend/src/components/pure/ms-tags-input/index.vue +++ b/frontend/src/components/pure/ms-tags-input/index.vue @@ -26,10 +26,10 @@ - - {{ t('common.tagInputMaxLength', { number: props.maxLength }) }} - + + {{ t('common.tagInputMaxLength', { number: props.maxLength }) }} +