style: 页面不能滚动
parent
7612af85bc
commit
1826e920df
|
@ -89,7 +89,7 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.warpper {
|
||||
height: calc(100vh - 100px);
|
||||
height: calc(100vh);
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -86,7 +86,7 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.warpper {
|
||||
height: calc(100vh - 100px);
|
||||
height: calc(100vh);
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -104,7 +104,7 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.warpper {
|
||||
height: calc(100vh - 100px);
|
||||
height: calc(100vh);
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -72,7 +72,7 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.warpper {
|
||||
height: calc(100vh - 100px);
|
||||
height: calc(100vh);
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -49,7 +49,7 @@ export default defineComponent({
|
|||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.warpper {
|
||||
height: calc(100vh - 100px);
|
||||
height: calc(100vh);
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue