Commit e34fd64f835eed1e424bac7e8a17ec2a6dbddfaa

Authored by fengtao
1 parent 8e2b5026

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

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