[baozhangchao] 3 years ago
parent
commit
9646194d2f
2 changed files with 1 additions and 1 deletions
  1. 1
    0
      src/views/StrongPhoto.vue
  2. 0
    1
      src/views/UserCenter.vue

+ 1
- 0
src/views/StrongPhoto.vue View File

186
     background-color: #fff;
186
     background-color: #fff;
187
 
187
 
188
     .PhotoList-box-images {
188
     .PhotoList-box-images {
189
+      text-align: center;
189
       // width: 97%;
190
       // width: 97%;
190
       margin: 0 auto;
191
       margin: 0 auto;
191
       padding-bottom: 10vh;
192
       padding-bottom: 10vh;

+ 0
- 1
src/views/UserCenter.vue View File

37
 
37
 
38
 <script>
38
 <script>
39
 import { mapState } from 'vuex'
39
 import { mapState } from 'vuex'
40
-// import {SetUser} from '../util/api'
41
 export default {
40
 export default {
42
   components: {
41
   components: {
43
     avatar: () => import('@/components/Avatar/index.vue')
42
     avatar: () => import('@/components/Avatar/index.vue')