Skip to content

Commit

Permalink
fix(bcs:iframe): add missing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Feb 20, 2024
1 parent db858b6 commit 0612238
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/bcs/yunzai-iframe-page/style/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.yunzai-iframe-page {
position: relative;
width: calc(100% + 48px);
margin-left: -24px; // 去掉左侧间隙
margin-bottom: -24px; // 去掉下方间隙
margin-top: 3px;
overflow: hidden;

iframe {
width: 100%;
height: 100%;
border: none;
}

}

0 comments on commit 0612238

Please sign in to comment.