Browse Source

app-扫码头像居中

liao-sea 11 months ago
parent
commit
13d104b315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5app/src/views/pages/jobUserInfo/index.vue

+ 1 - 1
h5app/src/views/pages/jobUserInfo/index.vue

@@ -167,11 +167,11 @@ export default defineComponent({
 .user_img {
 .user_img {
   .img-list {
   .img-list {
     width:100%;
     width:100%;
-    padding-left: 125px;
   }
   }
 
 
   .img-item:first-child,.img-item:first-child img{
   .img-item:first-child,.img-item:first-child img{
     width: 120px;
     width: 120px;
+    margin:0 auto;
   }
   }
 
 
   .img-item:not(:first-child){
   .img-item:not(:first-child){