Authored by 陈峰

Merge branch 'release/2.0' into 'master'

iframe css



See merge request !13
@@ -24,10 +24,20 @@ export default { @@ -24,10 +24,20 @@ export default {
24 .iframe-box { 24 .iframe-box {
25 width: 100%; 25 width: 100%;
26 height: 100%; 26 height: 100%;
  27 + position: absolute;
  28 + top: 0;
  29 + left: 0;
  30 + right: 0;
  31 + bottom: 0;
27 32
28 iframe { 33 iframe {
29 width: 100%; 34 width: 100%;
30 height: 100%; 35 height: 100%;
  36 + position: absolute;
  37 + top: 0;
  38 + left: 0;
  39 + right: 0;
  40 + bottom: 0;
31 } 41 }
32 } 42 }
33 </style> 43 </style>