Administrator 7 лет назад
Родитель
Сommit
fa583f094a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/mobile/user/storeinfo.vue

+ 1 - 1
pages/mobile/user/storeinfo.vue

@@ -21,7 +21,6 @@
                     </div>
                     <div class="file_input" v-if="storeState !== 'look'">
                       <input type="file"
-                             class="file-input"
                              name="name"
                              accept="image/jpeg,image/jpg,image/gif,image/bmp,image/png"
                              @change="uploadImg"/>
@@ -516,6 +515,7 @@
         }
         span{
           font-size: .20rem;
+          vertical-align: top;
         }
       }
     }