4b04f3de by zrj

8.28 lpt instagram

1 parent 29859314
......@@ -9,16 +9,16 @@
<div v-if="type==4" class="plr20" v-html="form.reserveDesMeal"></div>
<div v-if="type==5" class="plr20" v-html="form.reserveDesPhoto"></div>
<div v-if="type==10" class="plr20" >
<el-link v-for="v in fileList" :href="fillImgUrl(v.url)" :underline="false" class="link" target="_blank"
type="primary">
<span style="border-bottom: 1px solid var(--el-color-primary)">
{{ v.name }}
<el-icon style="margin-left: 10px;position: relative;bottom: -2px">
<Download/>
</el-icon>
</span>
<!-- <el-link v-for="v in fileList" :href="fillImgUrl(v.url)" :underline="false" class="link" target="_blank"-->
<!-- type="primary">-->
<!-- <span style="border-bottom: 1px solid var(&#45;&#45;el-color-primary)">-->
<!-- {{ v.name }}-->
<!-- <el-icon style="margin-left: 10px;position: relative;bottom: -2px">-->
<!-- <Download/>-->
<!-- </el-icon>-->
<!-- </span>-->
</el-link>
<!-- </el-link>-->
<div v-if="content" v-html="content"/>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!