新增开放平台
This commit is contained in:
13
src/views/doc/doc_detail.vue
Normal file
13
src/views/doc/doc_detail.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<iframe src="http://openplat.sxczgkj.cn/" class="iframe"></iframe>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.iframe {
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 99%;
|
||||
border-radius: 14px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user