dev: hotfix, text-size standardization
This commit is contained in:
@@ -9,7 +9,7 @@ const props = defineProps<{
|
||||
|
||||
<template>
|
||||
<div class="relative w-full overflow-x-auto">
|
||||
<table :class="cn('min-w-full table-fixed caption-bottom text-sm', props.class)">
|
||||
<table :class="cn('min-w-full table-fixed caption-bottom md:text-xs 2xl:text-sm', props.class)">
|
||||
<slot />
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user