king
2021-12-03 ce0211bddb6aeaf4f26649995de9bbc3207c7cd1
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') {