From b41a10bc4bf59c1741a1219616c1c74ee6edc39a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 07 十二月 2021 12:41:02 +0800 Subject: [PATCH] 2021-12-07 --- src/tabviews/zshare/mutilform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx index 5e054e8..22a92aa 100644 --- a/src/tabviews/zshare/mutilform/index.jsx +++ b/src/tabviews/zshare/mutilform/index.jsx @@ -694,7 +694,7 @@ } else if (item.type === 'hint') { fields.push( <Col span={item.span || 24} key={index}> - <Form.Item className="hint" colon={!!item.label} label={item.label} labelCol={item.labelCol} wrapperCol={item.wrapperCol}> + <Form.Item className="hint" colon={!!item.label} label={item.label || ' '} labelCol={item.labelCol} wrapperCol={item.wrapperCol}> <div className="message">{item.message}</div> </Form.Item> </Col> -- Gitblit v1.8.0