feat: updates

This commit is contained in:
JP
2024-08-15 20:11:21 +08:00
parent 52431a2c61
commit 3af7207ec3
61 changed files with 1674 additions and 480 deletions

View File

@@ -6,5 +6,6 @@ export default {
'./app/Filament/**/*.php',
'./resources/views/filament/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
'./vendor/awcodes/filament-table-repeater/resources/**/*.blade.php'
],
}

View File

@@ -1,8 +1,9 @@
@import '/vendor/filament/filament/resources/css/theme.css';
@import '/vendor/awcodes/filament-table-repeater/resources/css/plugin.css';
@config 'tailwind.config.js';
.fi-btn , .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
.fi-btn, .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
@apply rounded-sm !important;
}
@@ -10,7 +11,7 @@
@apply mx-0 rounded-sm ring-0 shadow !important;
}
.fi-resource-relation-managers , .fi-ta {
.fi-resource-relation-managers, .fi-ta {
@apply gap-y-0 shadow-none bg-none;
}
@@ -26,7 +27,7 @@
@apply bg-primary-500 bg-opacity-10 !important;
}
.fi-ta-table> thead > tr {
.fi-ta-table > thead > tr {
@apply bg-primary-400 bg-opacity-40 !important;
}