调整一下各表高度

This commit is contained in:
2024-09-25 23:21:03 +08:00
parent 3ce26a1ffe
commit be94d86119
3 changed files with 6 additions and 10 deletions

View File

@@ -77,6 +77,6 @@ export default {
}
.AppStoreKeyGoods .scrollTable {
height: calc(100% - 56px) !important;
height: calc(100% - 70px) !important;
}
</style>