4b04f3de by zrj

8.28 lpt instagram

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