@@ -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%;