Update src/components/Table/Table.vue

This commit is contained in:
Ilya Artamonov
2022-12-18 13:41:20 +03:00
committed by GitHub
parent f2b776f86e
commit 060fa3a620

View File

@@ -1,5 +1,5 @@
<template>
<div class="vp-raw relative overflow-x-auto shadow-md sm:rounded-lg">
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
<slot></slot>
</table>