Преглед на файлове

260108 editor樣式調整

OMEGA\lulufj.ho преди 3 седмици
родител
ревизия
96ca9a4dd6
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1
    1
      app/Filament/Resources/EsgResource.php
  2. 1
    1
      app/Filament/Resources/NewsResource.php

+ 1
- 1
app/Filament/Resources/EsgResource.php Целия файл

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

+ 1
- 1
app/Filament/Resources/NewsResource.php Целия файл

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