|
@@ -25,10 +25,10 @@
|
|
|
</div>
|
|
|
<div style="margin-top: 2%;height: fit-content !important;">
|
|
|
<span class="img_contain">
|
|
|
- <el-image
|
|
|
- v-for="(e,idx) in info.attachPaths"
|
|
|
+ <el-image
|
|
|
+ v-for="(e,idx) in info.attachPaths"
|
|
|
:key="idx"
|
|
|
- :src="e"
|
|
|
+ :src="e"
|
|
|
style="width: 100px;height: 100px;"
|
|
|
z-index="999"
|
|
|
:preview-src-list="[e]">
|
|
@@ -37,9 +37,9 @@
|
|
|
</div>
|
|
|
<div style="margin-top: 2%;height: fit-content !important;">
|
|
|
<span class="file_contain">
|
|
|
- <span v-for="(e,idx) in info.fileUrl" @click="download(e[1],e[0])" style="display: inline-block;width: 100%;">{{ e[1] }}</span>
|
|
|
+ <a v-for="(e,idx) in info.fileUrl" @click="download(e[1],e[0])" style="display: inline-block;width: 100%;">{{ e[1] }}</a>
|
|
|
</span>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</template>
|
|
@@ -89,9 +89,9 @@ export default{
|
|
|
width: 100%;
|
|
|
height: 6%;
|
|
|
font-size: 16px;
|
|
|
- line-height: 2;
|
|
|
+ line-height: 2;
|
|
|
margin-top: 3%;
|
|
|
- >span{
|
|
|
+ >span{
|
|
|
display: inline-block;
|
|
|
}
|
|
|
>span::-webkit-scrollbar{
|
|
@@ -295,4 +295,4 @@ export default{
|
|
|
width: 77px !important;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|