You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
304 B

<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>