clll
2023-11-27 1ebc598658f85c07c7cbabaf289ab89838a8acc9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>