Commit 709d3534 by yuananting

fix:前往学院hove弹窗不灵敏修复

parent 6d198668
......@@ -341,12 +341,8 @@
}
}
.store-popover {
display: none;
}
&:hover {
.store-popover {
position: absolute;
display: flex;
display: none;
width: 216px;
height: 260px;
top: 49px;
......@@ -395,6 +391,10 @@
}
}
}
&:hover {
.store-popover {
display: flex;
}
}
}
.share,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment