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; }