From 920e94fc5483b081b3d43c86df8f56d838f2f14d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 06 一月 2024 22:07:15 +0800 Subject: [PATCH] 2024-01-06 --- src/menu/components/share/colsControl/markform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/colsControl/markform/index.jsx b/src/menu/components/share/colsControl/markform/index.jsx index e718f56..7a29c8d 100644 --- a/src/menu/components/share/colsControl/markform/index.jsx +++ b/src/menu/components/share/colsControl/markform/index.jsx @@ -115,7 +115,7 @@ 鍙栨秷 </Button> : null} </Col> - {targetKeys ? <Col span={18}> + {targetKeys ? <Col span={18} style={{clear: 'left'}}> <Form.Item label="鏄剧ず鍒�"> {getFieldDecorator('cols', { initialValue: [], -- Gitblit v1.8.0