fix: 选择器不支持

This commit is contained in:
菲鸽 2024-03-09 12:52:03 +08:00
parent 44878e441c
commit 27bb11e568

View File

@ -5,18 +5,8 @@
</template>
<style lang="scss">
page {
height: 100%;
overflow: auto;
}
body {
height: 100%;
overflow: auto;
}
.default-layout {
height: 100%;
height: 100vh;
overflow: auto;
}
</style>