zy-acs-flow/src/map/MapPage.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-acs-flow/src/map/header/MapSearch.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-flow/src/map/MapPage.jsx
@@ -284,6 +284,7 @@ setMode={setMode} dataFetched={dataFetched} curZone={curZone} setCurSprite={setCurSprite} setSpriteSettings={setSpriteSettings} /> <Box sx={{ flexGrow: 1 }} /> zy-acs-flow/src/map/header/MapSearch.jsx
@@ -138,10 +138,10 @@ size="small" options={filterDeviceList} getOptionLabel={(option) => option.value} renderOption={(props, option) => { const { key, ...otherProps } = props; renderOption={(optionProps, option) => { const { key, ...otherProps } = optionProps; return ( <li key={Number(key)} {...otherProps}> <li key={option.uuid} {...otherProps}> <Stack direction="row" justifyContent="space-between" width="100%"> <Typography variant="body1" fontWeight="bold"> {option.label}