add 锁屏页空白修复

This commit is contained in:
yxh 2023-08-21 11:08:37 +08:00
parent 61fff747bc
commit 8d7488f809
2 changed files with 2 additions and 1 deletions

BIN
src/assets/lock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

View File

@ -233,7 +233,8 @@ export default defineComponent({
}
.layout-lock-screen-img {
@extend .layout-lock-screen-fixed;
background-image: url('https://img-blog.csdnimg.cn/afa9c317667f47d5bea34b85af45979e.png#pic_center');
background-image: url('/@/assets/lock.png');
background-color: aquamarine;
background-size: 100% 100%;
z-index: 9999991;
}