#
luxiaotao1123
2024-03-14 54135a622e819f3b1c7946f5aa54f7e907fc4515
#
1个文件已修改
8 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/index.jsx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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={{