From 54135a622e819f3b1c7946f5aa54f7e907fc4515 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 14 三月 2024 13:23:44 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/index.jsx | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/index.jsx b/zy-asrs-flow/src/pages/map/index.jsx
index 1b80e20..a747e3b 100644
--- a/zy-asrs-flow/src/pages/map/index.jsx
+++ b/zy-asrs-flow/src/pages/map/index.jsx
@@ -8,6 +8,7 @@
FileAddOutlined,
CompressOutlined,
SettingOutlined,
+ CloseOutlined
} from '@ant-design/icons';
import './index.css'
import { createStyles } from 'antd-style';
@@ -242,6 +243,11 @@
}}
size={'large'}
placeholder="Email"
+ allowClear={{
+ clearIcon: <CloseOutlined />
+ }}
+
+ onSearch={() => { }}
options={[
{
value: 'text 1',
@@ -257,7 +263,7 @@
<Col span={12} style={{ backgroundColor: '#4a69bd' }}>
<Flex className={styles.flex} gap={'large'} justify={'flex-end'} align={'center'}>
<Select
- className={styles.select}
+ className='map-header-select'
size={'large'}
defaultValue={MapModel.OBSERVER_MODEL}
style={{
--
Gitblit v1.9.1