-
+
+
+
+
+
+
+
+.dialog-header-bar {
+ display: flex; justify-content: space-between; align-items: center;
+ margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #EBEEF5;
+}
+.device-info { display: flex; align-items: center; gap: 10px; }
+.d-name { font-size: 18px; font-weight: bold; color: #303133; }
+.latest-time-hint { font-size: 12px; color: #909399; margin-left: 5px; }
+.date-filter { display: flex; align-items: center; }
+.label { font-size: 14px; color: #606266; margin-right: 8px; }
+
+.monitor-dialog-content { min-height: 400px; padding: 10px; }
+.charts-scroll-container { display: flex; flex-direction: column; gap: 20px; }
+.chart-wrapper {
+ background: #fff; border-radius: 8px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
+ padding: 10px; border: 1px solid #EBEEF5;
+}
+.echart-container { width: 100%; height: 450px; }
+
+@media screen and (max-width: 768px) {
+ .dialog-header-bar { flex-direction: column; align-items: flex-start; gap: 10px; }
+ .echart-container { height: 350px; }
+}
+
diff --git a/zhandianxinxi/光谱数据监控/src/views/MaintenanceLogs.vue b/zhandianxinxi/光谱数据监控/src/views/MaintenanceLogs.vue
index 24a8686..23ef5ab 100644
--- a/zhandianxinxi/光谱数据监控/src/views/MaintenanceLogs.vue
+++ b/zhandianxinxi/光谱数据监控/src/views/MaintenanceLogs.vue
@@ -1,61 +1,264 @@
-
-
+
+
+
-
-
-
-
-
查询
+
+
+
+
+
+
+
+ {{ formatDisplayName(row.device_name) }}
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+ 删除
+
+
+
+
+
-
-
-
-
- {{ row.device_name }}
-
-
-
-
-
-
- 删除
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+ 取消
+
+ {{ logDialog.isEdit ? '保存修改' : '提交保存' }}
+
+
+
+
+
+