Skip to content

Commit

Permalink
修复界面切换问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Jan 1, 2022
1 parent b9596f2 commit 7a20f06
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/renderer/components/core/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
.view {
position: relative;
z-index: 1;
// > * {
// position: absolute;
// width: 100%;
// }
> * {
position: absolute !important;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
// background: #fff;
// overflow: hidden;
}
Expand Down

0 comments on commit 7a20f06

Please sign in to comment.