BUG 20240827 8

This commit is contained in:
2024-08-27 22:13:52 +08:00
parent 384c4d3883
commit 468a405ff1

View File

@@ -63,6 +63,7 @@ export default {
.AppStoreKeyGoods { .AppStoreKeyGoods {
color: #fff; color: #fff;
box-sizing: border-box; box-sizing: border-box;
height: 600px;
} }
.AppStoreKeyGoods .subTitle { .AppStoreKeyGoods .subTitle {
@@ -74,4 +75,8 @@ export default {
background-size: 100% 2px; background-size: 100% 2px;
background-position: center bottom; background-position: center bottom;
} }
.AppStoreKeyGoods .scrollTable {
height: calc(100% - 56px) !important;
}
</style> </style>