From bee77da2f4dacefb377bab1b22813803f6dba454 Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 18 Oct 2024 01:51:27 +0800 Subject: [PATCH] update UI --- src/Components/PanOverview.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Components/PanOverview.php b/src/Components/PanOverview.php index b5a7acb..176ee59 100644 --- a/src/Components/PanOverview.php +++ b/src/Components/PanOverview.php @@ -47,9 +47,11 @@ public function table(Table $table): Table ]) ->headerActions([ CreateAction::make() + ->size('sm') ->hiddenLabel() ->icon('heroicon-o-plus-circle') ->model(PanAnalytics::class) + ->modalWidth('xl') ->form([ TextInput::make('name') ->required() @@ -57,6 +59,8 @@ public function table(Table $table): Table ->maxLength(255), ]), Action::make('Config') + ->size('sm') + ->modalWidth('xl') ->hiddenLabel() ->icon('heroicon-o-adjustments-horizontal') ->form([