From 6d0137932fcc8f9848123743c1aad5cff8172d8a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 09 二月 2020 13:09:39 +0800
Subject: [PATCH] 2020-02-09

---
 src/templates/modalconfig/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/modalconfig/index.jsx b/src/templates/modalconfig/index.jsx
index 32ef6c9..8df2033 100644
--- a/src/templates/modalconfig/index.jsx
+++ b/src/templates/modalconfig/index.jsx
@@ -969,12 +969,12 @@
                 </div>
                 <Select
                   showSearch
+                  showArrow={false}
                   className="tables"
                   style={{ width: '100%' }}
                   optionFilterProp="children"
                   value={this.state.dict['header.menu.table.placeholder']}
                   onChange={this.onTableChange}
-                  showArrow={false}
                   getPopupContainer={() => document.getElementById('modal-basedata')}
                   filterOption={(input, option) => {
                     return option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0

--
Gitblit v1.8.0