From 5653508d14d9521c79ef9b7e3f35a4536be600b3 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Tue, 21 Jun 2022 11:22:06 +0800 Subject: [PATCH] [update] 54104 --- jero-web/src/views/parameter/ParameterTemplate/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/parameter/ParameterTemplate/index.vue b/jero-web/src/views/parameter/ParameterTemplate/index.vue index 526b3e8b5..ca51c7fb2 100644 --- a/jero-web/src/views/parameter/ParameterTemplate/index.vue +++ b/jero-web/src/views/parameter/ParameterTemplate/index.vue @@ -58,11 +58,11 @@ > - {{ text && text.length > 30 ? text.slice(0, 29) + '...' : text }} + {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }} - {{ text && text.length > 50 ? text.slice(0, 49) + '...' : text }} + {{ text && text.length > 30 ? text.slice(0, 29) + '...' : text }} {{$t('edit')}}