diff --git a/src/views/AppStoreKeyGoods.vue b/src/views/AppStoreKeyGoods.vue index 176d91c..46d2b6a 100644 --- a/src/views/AppStoreKeyGoods.vue +++ b/src/views/AppStoreKeyGoods.vue @@ -63,6 +63,7 @@ export default { .AppStoreKeyGoods { color: #fff; box-sizing: border-box; + height: 600px; } .AppStoreKeyGoods .subTitle { @@ -74,4 +75,8 @@ export default { background-size: 100% 2px; background-position: center bottom; } + +.AppStoreKeyGoods .scrollTable { + height: calc(100% - 56px) !important; +}