11wqe1 1 周之前
父节点
当前提交
3812465992
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/appStoreCopy/index.vue

+ 2 - 1
src/views/appStoreCopy/index.vue

@@ -557,6 +557,7 @@ export default {
 }
 .bodyCon {
   height: 100%;
+  background: #f9f8f8;
 }
 :deep .van-popup--left {
   top: auto !important;
@@ -683,7 +684,7 @@ export default {
 // }
 
 /deep/ .van-tab__pane {
-  height: calc(92vh - 44px);
+  max-height: calc(92vh - 44px);
   overflow-y: auto;
   overflow-x: hidden;
   width: 100%;