This commit is contained in:
jxxghp
2023-07-02 19:25:47 +08:00
parent 90587608f8
commit a1ee522b83
4 changed files with 11 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ const onRefresh = () => {
<style type="scss">
.grid-downloading-card {
grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
padding-block-end: 1rem;
}
</style>