|
@@ -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>
|