fix footer bar position being wrong briefly when loading the footer bar

This commit is contained in:
MaysWind 2020-04-12 00:30:14 +08:00
parent 439da9e6a3
commit c6b571ab74

View file

@ -88,6 +88,10 @@ td {
z-index: 1010; z-index: 1010;
} }
.content-wrapper {
min-height: calc(100vh - 48px);
}
.content-wrapper, .right-side { .content-wrapper, .right-side {
background-color: #fff; background-color: #fff;
} }