panhui 3 年 前
コミット
f65bf492e0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/Mine.vue

+ 1 - 1
src/views/Mine.vue

@@ -346,7 +346,7 @@ export default {
 <style lang="less" scoped>
 .content {
     width: 100%;
-    height: calc(var(--app-height));
+    min-height: calc(var(--app-height));
     // position: absolute;
     // margin-top: 44px;
     background: @bg;