DESKTOP-GBVU60Q\dell hace 2 años
padre
commit
b118266ad2
Se han modificado 1 ficheros con 33 adiciones y 16 borrados
  1. 33 16
      src/views/test/test.vue

+ 33 - 16
src/views/test/test.vue

@@ -1,38 +1,55 @@
-<!-- test页面内嵌测试-->
 <script setup>
 </script>
 
 <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>
 
 <script>
 	export default {
 		data() {
 			return {
-				title: '头部标题',
-				height: '600rem',
-				headerheight: '200rem'
+				
 			}
+		},
+		methods:{
+			
+		},
+		mounted() {
+			
+		},
+		created() {
+			
 		}
 	}
 </script>
 
 <style scoped>
 	.main {
-		display: inline-block;
 		width: 100%;
 		height: 100%;
 	}
 
-	.trend-container2 {
-		width: 100%;
-		height: 100%;
-	}
+	
 </style>