@@ -79,11 +79,6 @@ export default {
}
.af-entry {
- height: 100%;
- overflow-y: scroll;
- -webkit-overflow-scrolling: touch;
- background: #F2F2F2;
-
&-tabbar {
.van-tabbar--fixed {
box-shadow: 0px -2px 4px 0px rgba(13, 13, 13, 0.03);
@@ -40,8 +40,7 @@ iframe {
html,
body {
width: 100%;
- min-height: 100%;
+ background: #F2F2F2;
html {
@@ -206,9 +206,11 @@ export default {
<style lang="scss" scoped>
.wrapper {
- position: relative;
+ position: absolute;
left: 0;
top: 0;
+ right: 0;
+ bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
@@ -90,10 +90,11 @@ export default {
.min-container {
- min-height: 100vh;
background: #fff;
@@ -175,5 +176,6 @@ export default {
.btn-logout {
@include horiz-center;
bottom: 100px;
+ width: 120px;
</style>
@@ -6,6 +6,7 @@
align-items: center;
+ background: #fff;
&:before {
position: absolute;