From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/tabviews/zshare/topSearch/advanceform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/advanceform/index.jsx b/src/tabviews/zshare/topSearch/advanceform/index.jsx index ae479bd..b8b3023 100644 --- a/src/tabviews/zshare/topSearch/advanceform/index.jsx +++ b/src/tabviews/zshare/topSearch/advanceform/index.jsx @@ -52,7 +52,7 @@ if (content) { fields.push( - <Col span={item.ratio || 6} key={index}> + <Col className="mk-search-col" span={item.ratio || 6} key={index}> <Form.Item labelCol={item.labelCol} wrapperCol={item.wrapperCol} -- Gitblit v1.8.0