fix: style bug

This commit is contained in:
xiaoxian521
2021-04-06 11:15:21 +08:00
parent b76e199b6d
commit 485df5eb2f
2 changed files with 7 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ export default defineComponent({
.app-main {
min-height: calc(100vh - 70px);
width: 100%;
height: 100vh;
position: relative;
overflow-x: hidden;
}