fix MainLayout.vue content height
This commit is contained in:
@@ -100,6 +100,7 @@ onUnmounted(() => {
|
||||
|
||||
.page-transition {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
@@ -108,6 +109,7 @@ onUnmounted(() => {
|
||||
.pages {
|
||||
grid-area: 1 / 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
background: v-bind(pageBackground);
|
||||
@@ -120,6 +122,7 @@ onUnmounted(() => {
|
||||
.push-right-leave-active {
|
||||
grid-area: 1 / 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
transition: transform @duration @easing, opacity .2s linear;
|
||||
backface-visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user