Commit e34fd64f835eed1e424bac7e8a17ec2a6dbddfaa

Authored by fengtao
1 parent 8e2b5026

fix:修复锁屏图片显示默认logo

@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 33
34 import { useUserStore } from '/@/store/modules/user'; 34 import { useUserStore } from '/@/store/modules/user';
35 import { useLockStore } from '/@/store/modules/lock'; 35 import { useLockStore } from '/@/store/modules/lock';
36 - import headerImg from '/@/assets/images/header.jpg'; 36 + import headerImg from '/@/assets/images/logo.png';
37 export default defineComponent({ 37 export default defineComponent({
38 name: 'LockModal', 38 name: 'LockModal',
39 components: { BasicModal, BasicForm }, 39 components: { BasicModal, BasicForm },
@@ -106,6 +106,7 @@ @@ -106,6 +106,7 @@
106 left: calc(50% - 45px); 106 left: calc(50% - 45px);
107 width: auto; 107 width: auto;
108 text-align: center; 108 text-align: center;
  109 +
109 &-img { 110 &-img {
110 width: 70px; 111 width: 70px;
111 border-radius: 50%; 112 border-radius: 50%;
@@ -113,7 +114,7 @@ @@ -113,7 +114,7 @@
113 114
114 &-name { 115 &-name {
115 margin-top: 5px; 116 margin-top: 5px;
116 - display: flex; 117 + // display: flex;
117 width: 100%; 118 width: 100%;
118 // margin-left: -15px; 119 // margin-left: -15px;
119 } 120 }