Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -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 | } | ... | ... |