Browse Source

样式修改

master
rose 4 years ago
parent
commit
09c1002c27
  1. 5
      src/views/Develop/Develop.vue

5
src/views/Develop/Develop.vue

@ -87,12 +87,13 @@
<h2 class="white--text">{{ item.title }}</h2>
<div class="pt-2">{{ item.txt }}</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>
</div>

Loading…
Cancel
Save