Authored by 陈峰

Merge branch 'release/2.0' into 'master'

iframe css



See merge request !13
... ... @@ -24,10 +24,20 @@ export default {
.iframe-box {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}
</style>
... ...