From c2e101fa10d5e81a73ff03d078325f1ee63414f1 Mon Sep 17 00:00:00 2001 From: lj7788 Date: Mon, 29 Dec 2025 17:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8C=BA=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-ui-vue3/src/views/manage/videoMonitor/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanzhu-ui-vue3/src/views/manage/videoMonitor/list.vue b/yanzhu-ui-vue3/src/views/manage/videoMonitor/list.vue index dcf85af1..15518718 100644 --- a/yanzhu-ui-vue3/src/views/manage/videoMonitor/list.vue +++ b/yanzhu-ui-vue3/src/views/manage/videoMonitor/list.vue @@ -445,7 +445,7 @@ function handleTreeNodeClick(node) { transition: background-color 0.2s; &:hover { - background-color: #e6f7ff; + background-color: transparent; } }