mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-02 05:36:36 +08:00
style: modify visibility to opacity (#30)
Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
This commit is contained in:
parent
4fcc6d2aff
commit
c3d0aeff23
|
@ -144,7 +144,7 @@ export default {
|
|||
.hover-play-button {
|
||||
&:hover {
|
||||
.play-button {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transform: unset;
|
||||
}
|
||||
}
|
||||
|
@ -165,7 +165,7 @@ export default {
|
|||
height: 208px;
|
||||
}
|
||||
.play-button {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue
Block a user