Skip to content

Commit

Permalink
fix:frameView组件隐藏标签页时高度没有自适应
Browse files Browse the repository at this point in the history
  • Loading branch information
gaotian committed Aug 31, 2023
1 parent 967a9d4 commit f33d13b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/layout/frameView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ onMounted(() => {
<style lang="scss" scoped>
.frame {
z-index: 998;
height: calc(100vh - 88px);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
.frame-iframe {
box-sizing: border-box;
Expand Down

0 comments on commit f33d13b

Please sign in to comment.