feat: 优化页面效果

This commit is contained in:
alger
2024-12-09 22:58:57 +08:00
parent df74dafbc5
commit bb99049991
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ const isPrevDisabled = computed(() => currentIndex.value === 0);
&-content {
@apply grid gap-4 pb-28 mt-2 pr-4;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.mv-item {