chore: update table default style
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!-- Tag view -->
|
||||
<!--<div class=""></div>-->
|
||||
<!-- Container -->
|
||||
<div class="p-1 sm:p-4 max-w-full h-screen overflow-auto sm:overflow-x-hidden">
|
||||
<div class="p-1 sm:p-2 max-w-full h-screen overflow-auto sm:overflow-x-hidden">
|
||||
<router-view />
|
||||
|
||||
<!--<div class="w-full text-center text-gray-400 h-10 leading-10 mt-2">CatchAdmin 管理系统 @copyright 2018 ~ {{ year }}</div>-->
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user