From 7727d3a2baea791aee53f7476f4ef65ec07513fd Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 13 Oct 2022 16:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=BC=A0=E6=A0=87=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E8=AF=BE=E7=A8=8B=E6=97=B6=E7=9A=84=E6=94=BE=E5=A4=A7?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 06640b9d..6acd1d38 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -891,12 +891,13 @@ export default { ::v-deep .course-image-box :hover .el-image{ // transition: all 0.5s; - z-index: 999; - position: absolute; - top: -50px; - left: -35px; - width: 420px !important; - height: 236px !important; + + //z-index: 999; + //position: absolute; + //top: -50px; + //left: -35px; + //width: 420px !important; + //height: 236px !important; }