Skip to content

Commit 80a5ee0

Browse files
committed
fix(mobile): 修复鼠标无法切换页面
写了的代码一定要生效!\o/
1 parent ed080dd commit 80a5ee0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Player/FullPlayerMobile.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ const contentTransform = computed(() => {
551551
border-radius: 50%;
552552
background-color: rgba(255, 255, 255, 0.2);
553553
transition: all 0.3s;
554+
pointer-events: auto;
555+
cursor: pointer;
554556
&.active {
555557
background-color: rgb(var(--main-cover-color));
556558
width: 16px;

0 commit comments

Comments
 (0)