From bfe5f96822b5d56f03a55ae407dbf1aaa8be0334 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 30 Aug 2022 13:16:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/wizard/videoCard.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/wizard/videoCard.vue b/frontend/src/views/wizard/videoCard.vue index 8852ec22c2..85b9f70c67 100644 --- a/frontend/src/views/wizard/videoCard.vue +++ b/frontend/src/views/wizard/videoCard.vue @@ -36,6 +36,9 @@ export default { border: 1px solid #DEE0E3; float: left; border-radius: 4px; + &:hover{ + box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08); + } } .video_top{ position: relative;