|
@@ -1,38 +1,55 @@
|
|
-<!-- test页面内嵌测试-->
|
|
|
|
<script setup>
|
|
<script setup>
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<template>
|
|
<template>
|
|
- <view class="main">
|
|
|
|
- <iframe src="http://218.59.194.82:14083/" scrolling="auto" frameborder="0" class="trend-container2"
|
|
|
|
- id="iframe"></iframe>
|
|
|
|
- <!-- <jt-popup :height="height" :title="title">
|
|
|
|
- <h1>测试插槽</h1>
|
|
|
|
- </jt-popup> -->
|
|
|
|
- </view>
|
|
|
|
|
|
+ <jt-popup2 title="" >
|
|
|
|
+
|
|
|
|
+ </jt-popup2>
|
|
|
|
+
|
|
|
|
+ <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)" >
|
|
|
|
+
|
|
|
|
+ </jt-popup2>
|
|
|
|
+
|
|
|
|
+ <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" >
|
|
|
|
+
|
|
|
|
+ </jt-popup2>
|
|
|
|
+
|
|
|
|
+ <jt-popup3 title="">
|
|
|
|
+
|
|
|
|
+ </jt-popup3>
|
|
|
|
+
|
|
|
|
+ <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)">
|
|
|
|
+
|
|
|
|
+ </jt-popup3>
|
|
|
|
+
|
|
|
|
+ <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)">
|
|
|
|
+ </jt-popup3>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- title: '头部标题',
|
|
|
|
- height: '600rem',
|
|
|
|
- headerheight: '200rem'
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ methods:{
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ mounted() {
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ created() {
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
.main {
|
|
.main {
|
|
- display: inline-block;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
- .trend-container2 {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
</style>
|
|
</style>
|