Browse Source

处理文字样式问题

Administrator 7 years ago
parent
commit
fa583f094a
1 changed files with 1 additions and 1 deletions
  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;
         }
       }
     }