From 468a405ff109ada8467317fcce3853ad68299155 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 27 Aug 2024 22:13:52 +0800 Subject: [PATCH] BUG 20240827 8 --- src/views/AppStoreKeyGoods.vue | 5 +++++ 1 file changed, 5 insertions(+) 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; +}