diff --git a/src/views/ManagePage.vue b/src/views/ManagePage.vue index 16a0b3a..f2df0c6 100644 --- a/src/views/ManagePage.vue +++ b/src/views/ManagePage.vue @@ -1314,7 +1314,7 @@ export default { .category-list { display: grid; - grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; .category-item {