From 7f5039859d631c5c2c6278fec6d1a45503c12b27 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 29 Oct 2025 13:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=91=84=E5=83=8F=E5=A4=B4?= =?UTF-8?q?=E9=A2=84=E8=A7=88-=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E5=9C=A8=E6=8C=89=E9=92=AE=E6=97=B6=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2=E5=92=8C=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/tplink/camera/components/CameraPreviewForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/iot/tplink/camera/components/CameraPreviewForm.vue b/src/views/iot/tplink/camera/components/CameraPreviewForm.vue index 77e5f16..06568cc 100644 --- a/src/views/iot/tplink/camera/components/CameraPreviewForm.vue +++ b/src/views/iot/tplink/camera/components/CameraPreviewForm.vue @@ -508,9 +508,9 @@ margin-top:5px; } .selectDiv:hover{ - border: 1px solid #a2a3a3; - background: #a2a3a3; - color:white; + border: 1px solid #f4f5fa; + background: #f4f5fa; + color:#037FEA; border-radius: 10px; cursor: pointer; }