fix
This commit is contained in:
@@ -284,11 +284,6 @@ export default defineComponent({
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
transition: top .3s;
|
transition: top .3s;
|
||||||
&:hover{
|
|
||||||
> i{
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
> i:not(.fi-bs-plus){
|
> i:not(.fi-bs-plus){
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -297,6 +292,11 @@ export default defineComponent({
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
&:hover{
|
||||||
|
> i{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
&:last-child{
|
&:last-child{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user