调整卡片组件的样式,优化悬停效果,提升用户体验

This commit is contained in:
jxxghp
2025-04-01 18:52:07 +08:00
parent 6a6a3bd463
commit 3c261a2c29
14 changed files with 331 additions and 295 deletions

View File

@@ -218,7 +218,7 @@ html.v-overlay-scroll-blocked body {
}
.grid-user-card {
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
padding-block-end: 1rem;
}