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