style: 页面不能滚动

develop
时启龙 2024-11-12 15:43:55 +08:00
parent 7612af85bc
commit 1826e920df
5 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
.warpper { .warpper {
height: calc(100vh - 100px); height: calc(100vh);
background-color: #fff; background-color: #fff;
} }
</style> </style>

View File

@ -86,7 +86,7 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
.warpper { .warpper {
height: calc(100vh - 100px); height: calc(100vh);
background-color: #fff; background-color: #fff;
} }
</style> </style>

View File

@ -104,7 +104,7 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
.warpper { .warpper {
height: calc(100vh - 100px); height: calc(100vh);
background-color: #fff; background-color: #fff;
} }
</style> </style>

View File

@ -72,7 +72,7 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
.warpper { .warpper {
height: calc(100vh - 100px); height: calc(100vh);
background-color: #fff; background-color: #fff;
} }
</style> </style>

View File

@ -49,7 +49,7 @@ export default defineComponent({
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.warpper { .warpper {
height: calc(100vh - 100px); height: calc(100vh);
background-color: #fff; background-color: #fff;
} }
</style> </style>