| | |
| | | FileAddOutlined, |
| | | CompressOutlined, |
| | | SettingOutlined, |
| | | CloseOutlined |
| | | } from '@ant-design/icons'; |
| | | import './index.css' |
| | | import { createStyles } from 'antd-style'; |
| | |
| | | }} |
| | | size={'large'} |
| | | placeholder="Email" |
| | | allowClear={{ |
| | | clearIcon: <CloseOutlined /> |
| | | }} |
| | | |
| | | onSearch={() => { }} |
| | | options={[ |
| | | { |
| | | value: 'text 1', |
| | |
| | | <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={{ |