mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 11:42:18 +08:00
fix: 修复壁纸展示状态无法点击下载按钮的问题
This commit is contained in:
parent
1f8afa7268
commit
17b278f467
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="cover">
|
<div :class="store.backgroundShow ? 'cover show' : 'cover'">
|
||||||
<img
|
<img
|
||||||
v-show="store.imgLoadStatus"
|
v-show="store.imgLoadStatus"
|
||||||
class="bg"
|
class="bg"
|
||||||
|
@ -99,6 +99,10 @@ onBeforeUnmount(() => {
|
||||||
transition: 0.25s;
|
transition: 0.25s;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
|
&.show {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.bg {
|
.bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user