mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
关闭鼠标悬浮课程时的放大效果
This commit is contained in:
@@ -891,12 +891,13 @@ export default {
|
|||||||
|
|
||||||
::v-deep .course-image-box :hover .el-image{
|
::v-deep .course-image-box :hover .el-image{
|
||||||
// transition: all 0.5s;
|
// transition: all 0.5s;
|
||||||
z-index: 999;
|
|
||||||
position: absolute;
|
//z-index: 999;
|
||||||
top: -50px;
|
//position: absolute;
|
||||||
left: -35px;
|
//top: -50px;
|
||||||
width: 420px !important;
|
//left: -35px;
|
||||||
height: 236px !important;
|
//width: 420px !important;
|
||||||
|
//height: 236px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user