mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
exam add backgrond color
This commit is contained in:
@@ -104,6 +104,10 @@ class ExamResource extends Resource
|
||||
->inline()
|
||||
->required()
|
||||
->columnSpan(['sm' => 2]),
|
||||
Forms\Components\TextInput::make('background_color')
|
||||
->required()
|
||||
->label(__('exam.background_color'))
|
||||
->columnSpan(['sm' => 2]),
|
||||
Forms\Components\TextInput::make('priority')
|
||||
->columnSpan(['sm' => 2])
|
||||
->integer()
|
||||
|
||||
Reference in New Issue
Block a user