From 62f4657a96a41c85d10d2aba66ec826a314cb1d2 Mon Sep 17 00:00:00 2001 From: yaoq Date: Sun, 31 Jul 2022 16:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/src/main/resources/static/template/model_list_card.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl index 908c36a..630716f 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl @@ -175,7 +175,7 @@ <#if (param.col gte 2)> "tips": "${dfield.desc}", - "labelWidth": 150, + "labelWidth": 100, <#if (dfield.readonly = true)> "readonly": true, <#else>