mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
关闭鼠标悬浮课程时的放大效果
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user