|
@ -87,12 +87,13 @@ |
|
|
<h2 class="white--text">{{ item.title }}</h2> |
|
|
<h2 class="white--text">{{ item.title }}</h2> |
|
|
<div class="pt-2">{{ item.txt }}</div> |
|
|
<div class="pt-2">{{ item.txt }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<a-modal :footer="null" :visible="showProfile" @cancel="handleCancel" @ok="handleCancel" title="项目介绍" width="65%"> |
|
|
|
|
|
<iframe style="width:100%;height:650px" :src="lists[pdfIndex].pdfUrl" frameborder="0"></iframe> |
|
|
|
|
|
<!-- <div>{{ lists[pdfIndex].pdfUrl}}</div> --> |
|
|
|
|
|
</a-modal> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<a-modal :footer="null" :visible="showProfile" @cancel="handleCancel" @ok="handleCancel" title="项目介绍" width="65%"> |
|
|
|
|
|
<iframe style="width:100%;height:650px" :src="lists[pdfIndex].pdfUrl" frameborder="0"></iframe> |
|
|
|
|
|
<!-- <div>{{ lists[pdfIndex].pdfUrl}}</div> --> |
|
|
|
|
|
</a-modal> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|