chore: update table default style

This commit is contained in:
JaguarJack
2023-01-12 10:10:17 +08:00
parent d06e2a4c20
commit 014de3832b
11 changed files with 18 additions and 14 deletions

View File

@@ -9,14 +9,18 @@
@apply layout-sider w-64
}
.layout-sider-hidden {
@apply layout-sider w-0 lg:w-20
.layout-sider-hidden {
@apply layout-sider w-0 lg:w-20
}
.layout-sider-mask {
@apply block lg:hidden z-40 w-full h-full absolute
}
.table-default {
@apply pl-2 pr-2 bg-white dark:bg-regal-dark rounded-lg mt-2 pb-6
}
}
@tailwind components;
@tailwind utilities;
@tailwind utilities;