Fix bulk multi select

This commit is contained in:
Will Miao
2025-03-07 14:00:15 +08:00
parent 95dfcee90c
commit 59716ce3c3
3 changed files with 49 additions and 24 deletions

View File

@@ -5,6 +5,7 @@
gap: 12px; /* Reduced from var(--space-2) for tighter horizontal spacing */
margin-top: var(--space-2);
padding-top: 4px; /* 添加顶部内边距,为悬停动画提供空间 */
padding-bottom: 4px; /* 添加底部内边距,为悬停动画提供空间 */
max-width: 1400px; /* Container width control */
margin-left: auto;
margin-right: auto;