From bbad25b55b9b6a6c9de738cb8abf7d7482e23f7d Mon Sep 17 00:00:00 2001 From: Sirttas Date: Tue, 21 May 2024 14:57:13 +0200 Subject: [PATCH] cleanup style --- src/components/table/VirtualScrollTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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