diff --git a/resources/js/Components/DataTable/Th.vue b/resources/js/Components/DataTable/Th.vue index 9473fba..bed3a31 100644 --- a/resources/js/Components/DataTable/Th.vue +++ b/resources/js/Components/DataTable/Th.vue @@ -35,8 +35,8 @@ const floating = () => { const { th, float } = self.refs if (th && float) { - float.style.width = th.clientWidth + 'px' - float.style.height = th.clientHeight + 'px' + // float.style.width = th.clientWidth + 'px' + // float.style.height = th.clientHeight + 'px' const parent = th.parentElement @@ -74,7 +74,7 @@ onMounted(() => { -
+
\ No newline at end of file