Compare commits
2 Commits
767aea14d3
...
05c29da6db
Author | SHA1 | Date |
---|---|---|
nelson | 05c29da6db | 3 years ago |
nelson | 761fd7550b | 3 years ago |
3 changed files with 36 additions and 13 deletions
@ -0,0 +1,16 @@ |
|||
<template> |
|||
<div class="plate-container"> |
|||
<iframe src="http://page.tdx.com.cn:7615/site/pcwebcall/html/pc_tcld_bkzqb.html" width="100%" height="100%" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script setup lang="ts"> |
|||
|
|||
</script> |
|||
|
|||
<style scoped lang="scss"> |
|||
.plate-container{ |
|||
height: 100%; |
|||
width: 100%; |
|||
} |
|||
</style> |
Loading…
Reference in new issue