From c78e2e555201789537bf176a349bbb34f8c0ca8f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 27 十二月 2022 13:58:00 +0800
Subject: [PATCH] 2022-12-27

---
 src/templates/comtableconfig/updatetable/index.jsx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/templates/comtableconfig/updatetable/index.jsx b/src/templates/comtableconfig/updatetable/index.jsx
index d947713..8aaf83b 100644
--- a/src/templates/comtableconfig/updatetable/index.jsx
+++ b/src/templates/comtableconfig/updatetable/index.jsx
@@ -897,10 +897,12 @@
                 datatype: 'dynamic',
                 eleType: _cols[sub].type !== 'number' ? 'text' : 'number',
                 field: sub,
-                height: 1,
-                innerHeight: 21,
+                height: '',
+                innerHeight: 'auto',
                 marks: _cols[sub].marks || null,
                 noValue: 'show',
+                prefix: _cols[sub].prefix || '',
+                postfix: _cols[sub].postfix || '',
                 style: {},
                 width: 24,
                 uuid: Utils.getuuid()

--
Gitblit v1.8.0