隐藏侦测结果部分内容

This commit is contained in:
JIANG
2026-03-12 18:43:42 +08:00
parent 76aa28c701
commit a7106a7289
@@ -473,7 +473,7 @@ const DetectionResults: React.FC<Props> = ({ result }) => {
</Box>
{/* Selected Day Interpretation */}
<Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
{/* <Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
<Box className="flex items-center justify-between border-b border-gray-100 bg-white px-4 py-3">
<Typography variant="subtitle1" className="font-bold text-gray-800">
选中日解读
@@ -522,10 +522,10 @@ const DetectionResults: React.FC<Props> = ({ result }) => {
请在趋势图或表格中选择一天查看详细解释。
</Typography>
)}
</Box>
</Box> */}
{/* Latest Sensor Rankings */}
<Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
{/* <Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
<Box className="flex items-center justify-between border-b border-gray-100 bg-white px-4 py-3">
<Typography variant="subtitle1" className="font-bold text-gray-800">
最新测点高频特征排名
@@ -554,7 +554,7 @@ const DetectionResults: React.FC<Props> = ({ result }) => {
</Button>
))}
</Box>
</Box>
</Box> */}
{/* Results Table */}
<Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">