| | |
| | | return ( |
| | | <Box |
| | | sx={{ |
| | | margin: '0 -8px', // 抵消父容器的左右内边距 |
| | | height: '100%', |
| | | display: 'flex', |
| | | flexDirection: 'column', |
| | |
| | | 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, |
| | | }} |
| | | > |
| | | {/* 左侧搜索框 */} |
| | |
| | | sx={{ |
| | | flexGrow: 1, |
| | | position: 'relative', |
| | | backgroundColor: '#e0e0e0', // 更美观的背景色 |
| | | backgroundColor: '#fff', // 地图区域背景色 |
| | | }} |
| | | > |
| | | {/* 地图占位符 */} |
| | |
| | | sx={{ |
| | | width: '100%', |
| | | height: '100%', |
| | | backgroundColor: '#f5f5f5', |
| | | backgroundColor: '#e0e0e0', |
| | | }} |
| | | /> |
| | | {/* Speed Dial组件 */} |