diff --git a/src/views/hotVIPPages/mtvip.vue b/src/views/hotVIPPages/mtvip.vue index b98a8de..ef5a704 100644 --- a/src/views/hotVIPPages/mtvip.vue +++ b/src/views/hotVIPPages/mtvip.vue @@ -310,11 +310,13 @@ export default { .hotVipV2-wrap { width: 100%; + min-height: 100vh; height: auto; position: absolute; background-color: #ff5900; padding-bottom: 0.5rem; padding-top: 8.7rem; + box-sizing: border-box; display: flex; flex-direction: column; align-items: center;