From e47f5f999cb20283ad99c00c5e771d44501cf3c9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十二月 2019 17:47:26 +0800 Subject: [PATCH] 2019-12-26 --- src/tabviews/tableshare/topSearch/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/tableshare/topSearch/index.jsx b/src/tabviews/tableshare/topSearch/index.jsx index b44bf03..5a9c3e2 100644 --- a/src/tabviews/tableshare/topSearch/index.jsx +++ b/src/tabviews/tableshare/topSearch/index.jsx @@ -250,7 +250,7 @@ render() { return ( - <Form className="ant-advanced-search-form subtable-main-search" onSubmit={this.handleSearch}> + <Form className="ant-advanced-search-form top-search" onSubmit={this.handleSearch}> <Row gutter={24}>{this.getFields()}</Row> </Form> ) -- Gitblit v1.8.0