From ce0211bddb6aeaf4f26649995de9bbc3207c7cd1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 03 十二月 2021 18:11:59 +0800 Subject: [PATCH] 2021-12-03 --- src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx b/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx index 1fa8a7c..5baa6cc 100644 --- a/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx +++ b/src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx @@ -63,7 +63,7 @@ newcard.contrastType = 'static' newcard.IsSort = 'true' newcard.type = item.subType - newcard.Width = 120 + newcard.Width = item.subType === 'number' ? 80 : 120 if (item.subType === 'colspan') { newcard.sublist = [] newcard.subfield = [] -- Gitblit v1.8.0