更新 TransferHistoryView.vue

This commit is contained in:
jxxghp
2024-04-16 18:31:32 +08:00
committed by GitHub
parent 3b518d6f33
commit 86d5903f32

View File

@@ -529,6 +529,6 @@ onMounted(fetchData)
}
.data-table-div {
block-size: calc(100vh - 14rem);
block-size: calc(100vh - 15rem);
}
</style>