add 锁屏页空白修复
This commit is contained in:
parent
61fff747bc
commit
8d7488f809
BIN
src/assets/lock.png
Normal file
BIN
src/assets/lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 545 KiB |
@ -233,7 +233,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.layout-lock-screen-img {
|
.layout-lock-screen-img {
|
||||||
@extend .layout-lock-screen-fixed;
|
@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%;
|
background-size: 100% 100%;
|
||||||
z-index: 9999991;
|
z-index: 9999991;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user