diff --git a/src/components/table/VirtualScrollTable.vue b/src/components/table/VirtualScrollTable.vue index e1e72f3..9a08fe6 100644 --- a/src/components/table/VirtualScrollTable.vue +++ b/src/components/table/VirtualScrollTable.vue @@ -61,12 +61,12 @@ div.table-container { @apply sticky top-0 z-10; top: -1px; } + tr, tr>td { + height: v-bind(itemHeightStyle); + } } &::-webkit-scrollbar-track { margin-top: v-bind(scrollBarTop); } - :deep(tr), :deep(tr>td) { - height: v-bind(itemHeightStyle); -} } \ No newline at end of file