#
luxiaotao1123
2024-10-08 ed045ba14d6953c215cfaee975767e6b93f165ee
#
1个文件已修改
13 ■■■■■ 已修改文件
zy-acs-flow/src/map/MapPage.jsx 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/MapPage.jsx
@@ -35,6 +35,7 @@
    return (
        <Box
            sx={{
                margin: '0 -8px', // 抵消父容器的左右内边距
                height: '100%',
                display: 'flex',
                flexDirection: 'column',
@@ -45,9 +46,11 @@
                sx={{
                    display: 'flex',
                    alignItems: 'center',
                    backgroundColor: 'rgb(47, 104, 172)', // 使用主题颜色
                    color: '#fff',
                    padding: '8px 16px',
                    backgroundColor: '#f5f5f5', // 浅色背景
                    color: '#000',
                    padding: '0 16px',
                    height: '64px', // 固定高度
                    flexShrink: 0,
                }}
            >
                {/* 左侧搜索框 */}
@@ -96,7 +99,7 @@
                sx={{
                    flexGrow: 1,
                    position: 'relative',
                    backgroundColor: '#e0e0e0', // 更美观的背景色
                    backgroundColor: '#fff', // 地图区域背景色
                }}
            >
                {/* 地图占位符 */}
@@ -104,7 +107,7 @@
                    sx={{
                        width: '100%',
                        height: '100%',
                        backgroundColor: '#f5f5f5',
                        backgroundColor: '#e0e0e0',
                    }}
                />
                {/* Speed Dial组件 */}