wenhongquan 1 жил өмнө
parent
commit
992971ca48

+ 1 - 1
src/views/h5/filelist/index.vue

@@ -8,7 +8,7 @@
         <van-cell-group v-for="item in list" :key="item" inset style="margin-top: 10px">
           <van-cell @click="previewfile(item)">
             <div style="display: flex;justify-content: space-between;">
-              <div style="display: flex;">
+              <div style="display: flex;align-items: center;">
                 <img style="width: 25px;height:25px" :src="gettypeicon(item.fileSuffix)" />
                 <div style="max-width: 50vw;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; ">{{ item.originalName }}</div>
               </div>