wuyouming666
2024-05-17 6ba80f38f18375403bb7f92d8f38d2d8a7f69583
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<template>
  <div class="container">
    <!-- <iframe src="http://localhost:8080/GERP/optimize/optimize/html/youhuacaidan.jsp"></iframe> -->
  </div>
</template>
 
 
<style>
.container {
  position: fixed;
 
  left: 5;
 
 
  width: 100%;
  height: 100%;
}
 
iframe {
  width: 96%;
  height: 99%;
}
</style>