This commit is contained in:
Mackie 2026-06-08 08:37:01 +08:00
parent 5de27c250d
commit c5102a86d8

View file

@ -11,7 +11,7 @@
height: 600px; /* Fixed height for virtualization */ height: 600px; /* Fixed height for virtualization */
overflow: auto; overflow: auto;
border: 1px solid #2d3748; border: 1px solid #2d3748;
border-radius: 8px; border-radius: 16px;
background-color: #1a202c; background-color: #1a202c;
} }
@ -29,7 +29,7 @@
padding: 0 1rem; padding: 0 1rem;
box-sizing: border-box; box-sizing: border-box;
border-bottom: 1px solid #2d3748; border-bottom: 1px solid #2d3748;
height: 35px; /* Match your estimateSize in the virtualizer */ height: 55px; /* Match your estimateSize in the virtualizer */
} }
.row-inner { .row-inner {