Commit f74fe749 authored by youjie's avatar youjie

no message

parent dd3b4078
...@@ -37,11 +37,21 @@ ...@@ -37,11 +37,21 @@
<div class="text-grey-6 f12">Product No. # {{ dataList.Id }}</div> <div class="text-grey-6 f12">Product No. # {{ dataList.Id }}</div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-6" style=""> <div class="col-6 q-mr-lg" style="padding-bottom: calc((100% - 0px) / 4); position: relative">
<div style="" class="q-pr-lg overflow-hidden"> <div
<q-img class="rounded-borders" :src="dataList.CoverImageList[0].Url" spinner-color="grey" spinner-size="20px" /> style="position: absolute; left: 0; top: 0; right: 0; bottom: 0"
</div> class="overflow-hidden rounded-borders"
>
<template v-for="(item, index) in dataList.CoverImageList">
<q-img v-if="item.Url"
:src="item.Url"
spinner-color="grey"
spinner-size="20px"
style="height: 100%;width: 100%;"
/>
</template>
</div> </div>
</div>
<div class="col"> <div class="col">
<div class="row"> <div class="row">
<div class="text-weight-bold text-h6 ellipsis-2-lines">{{ dataList.Name }}</div> <div class="text-weight-bold text-h6 ellipsis-2-lines">{{ dataList.Name }}</div>
...@@ -85,14 +95,14 @@ ...@@ -85,14 +95,14 @@
{{ dataList.VisaValidity }} {{ dataList.VisaValidity }}
</span> </span>
</div> </div>
<div class="row q-pt-lg" v-if="dataList.VisaProductInfo&&dataList.VisaProductInfo.AcceptRange"> <!-- <div class="row q-pt-lg" v-if="dataList.VisaProductInfo&&dataList.VisaProductInfo.AcceptRange">
<span class="col-2 text-dark">受理范围</span> <span class="col-2 text-dark">受理范围</span>
<div class="col text-grey-7"> <div class="col text-grey-7">
<span class="col"> <span class="col">
{{ dataList.VisaProductInfo.AcceptRange }} {{ dataList.VisaProductInfo.AcceptRange }}
</span> </span>
</div> </div>
</div> </div> -->
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment