mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
fix(problem/solutions): style of add_new_solution_form
This commit is contained in:
parent
d6e47f1de5
commit
6202e1a74f
@ -89,7 +89,7 @@ if (UOJProblem::cur()->userCanManage(Auth::user()) || UOJProblem::cur()->userPer
|
||||
},
|
||||
]);
|
||||
$add_new_solution_form->config['form']['class'] = 'd-flex';
|
||||
$add_new_solution_form->config['submit_container']['class'] = 'ms-2';
|
||||
$add_new_solution_form->config['submit_container']['class'] = 'ms-2 flex-shrink-0';
|
||||
$add_new_solution_form->config['submit_button']['text'] = '发布';
|
||||
$add_new_solution_form->handle = function (&$vdata) {
|
||||
DB::insert([
|
||||
|
Loading…
Reference in New Issue
Block a user