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/fieldscomponent/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/fieldscomponent/index.jsx b/src/templates/sharecomponent/fieldscomponent/index.jsx
index c7630d7..85b0013 100644
--- a/src/templates/sharecomponent/fieldscomponent/index.jsx
+++ b/src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -146,7 +146,7 @@
           Hide: 'false',
           IsSort: item.type === 'picture' ? 'false' : 'true',
           type: item.type,
-          Width: 120
+          Width: item.type === 'number' ? 80 : 120
         }
 
         if (item.type === 'number') {

--
Gitblit v1.8.0