Procházet zdrojové kódy

260108 editor樣式調整

OMEGA\lulufj.ho před 3 týdny
rodič
revize
96ca9a4dd6

+ 1
- 1
app/Filament/Resources/EsgResource.php Zobrazit soubor

56
             ->schema([
56
             ->schema([
57
                 //
57
                 //
58
                 Tabs::make("")->tabs([
58
                 Tabs::make("")->tabs([
59
-                    Tab::make('基本資訊')->schema([
59
+                    Tab::make('基本資訊123')->schema([
60
                         TextInput::make('keyword')->label("關聯字詞")->required()
60
                         TextInput::make('keyword')->label("關聯字詞")->required()
61
                         ->validationMessages([
61
                         ->validationMessages([
62
                             'required' => '請填寫關聯字詞',
62
                             'required' => '請填寫關聯字詞',

+ 1
- 1
app/Filament/Resources/NewsResource.php Zobrazit soubor

149
                         ])->visible(fn (Get $get):bool => $get("paragraph_type") == 1),
149
                         ])->visible(fn (Get $get):bool => $get("paragraph_type") == 1),
150
                         Group::make()->schema([
150
                         Group::make()->schema([
151
                             FilamentLexicalEditor::make('text_content_tw')
151
                             FilamentLexicalEditor::make('text_content_tw')
152
-                                ->label('繁體中文內容123')
152
+                                ->label('繁體中文內容')
153
                                 ->id(fn ($get) => "text_content_tw_" . $get('item_key') . "_" . uniqid())
153
                                 ->id(fn ($get) => "text_content_tw_" . $get('item_key') . "_" . uniqid())
154
                                 ->enabledToolbars([
154
                                 ->enabledToolbars([
155
                                     ToolbarItem::UNDO, ToolbarItem::REDO, ToolbarItem::NORMAL,
155
                                     ToolbarItem::UNDO, ToolbarItem::REDO, ToolbarItem::NORMAL,