revert: 表格筛选回退默认 Dropdown 布局(与搜索同区、紧凑)

Above 布局与工具栏搜索分成两个区域且占空间;回退 Filament 标准做法:筛选按钮在工具栏、与搜索框同一行,激活时带数量徽章。保留表格行紧凑 CSS
This commit is contained in:
ak
2026-08-12 18:02:20 +08:00
parent 66194b6b22
commit e9a0a49fb7
6 changed files with 5 additions and 11 deletions
-5
View File
@@ -69,11 +69,6 @@ class AppServiceProvider extends ServiceProvider
/* 表格行更紧凑 */
.fi-ta-cell, .fi-ta-header-cell { padding-top: 0.4rem !important; padding-bottom: 0.4rem !important; }
.fi-ta-header-toolbar { padding-block: 0.6rem !important; }
/* 筛选条件区(Above 布局)更紧凑 */
.fi-ta-filters-above-content-ctn { padding: 0.7rem 1rem !important; }
.fi-ta-filters-header { margin-bottom: 0.4rem !important; }
.fi-ta-filters-heading { font-size: 0.8rem !important; margin: 0 !important; }
</style>
HTML)
);