修改管道冲洗点击提示信息

This commit is contained in:
JIANG
2026-02-05 17:39:49 +08:00
parent 4fbe845015
commit 62a97459d0

View File

@@ -288,7 +288,7 @@ const AnalysisParameters: React.FC = () => {
</Box> </Box>
{selectionMode === 'valve' && ( {selectionMode === 'valve' && (
<Box className="mb-2 p-2 bg-blue-50 text-xs text-blue-700 rounded"> <Box className="mb-2 p-2 bg-blue-50 text-xs text-blue-700 rounded">
💡
</Box> </Box>
)} )}
<Stack spacing={1} className="max-h-50 h-48 overflow-auto"> <Stack spacing={1} className="max-h-50 h-48 overflow-auto">
@@ -336,7 +336,7 @@ const AnalysisParameters: React.FC = () => {
</Box> </Box>
{selectionMode === 'drainage' && ( {selectionMode === 'drainage' && (
<Box className="mb-2 p-2 bg-blue-50 text-xs text-blue-700 rounded"> <Box className="mb-2 p-2 bg-blue-50 text-xs text-blue-700 rounded">
💡
</Box> </Box>
)} )}
<Stack spacing={1} className="h-12 overflow-auto"> <Stack spacing={1} className="h-12 overflow-auto">