实现鼠标划过card时的放大效果

This commit is contained in:
haiyangcui
2021-02-27 16:08:37 +01:00
parent a3a26e0deb
commit 43ff812b21

View File

@@ -178,7 +178,6 @@
.el-select-dropdown__item.selected.hover{ //是上游的bug吗临时性修补
background-color: transparent;
}
.el-select-dropdown__wrap{
max-height: 574px
}
@@ -284,7 +283,8 @@
cursor: pointer;
transition: 0.2s;
&:hover {
top: -3px;
width: 102%;
height: 102%
}
.img{
position: relative;