front end for Unioil CMS done.

This commit is contained in:
armiejean 2025-04-16 18:53:08 +08:00
parent 00d3c3f826
commit 90f4d73a8c
6 changed files with 6 additions and 5 deletions

View File

@ -6,3 +6,4 @@ abstract class Controller
{ {
// //
} }

View File

@ -15,4 +15,4 @@ return Application::configure(basePath: dirname(__DIR__))
}) })
->withExceptions(function (Exceptions $exceptions) { ->withExceptions(function (Exceptions $exceptions) {
// //
})->create(); })->create();

View File

@ -11,7 +11,7 @@ return [
| framework needs to place the application's name in a notification or | framework needs to place the application's name in a notification or
| other UI elements where an application name needs to be displayed. | other UI elements where an application name needs to be displayed.
| |
*/ */
'name' => env('APP_NAME', 'Laravel'), 'name' => env('APP_NAME', 'Laravel'),

View File

@ -5,7 +5,7 @@ namespace Database\Factories;
use Illuminate\Database\Eloquent\Factories\Factory; use Illuminate\Database\Eloquent\Factories\Factory;
use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Str; use Illuminate\Support\Str;
/** /**
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User> * @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User>
*/ */

View File

@ -161,7 +161,7 @@
.input-group-text, .input-group-text,
.modal-content { .modal-content {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
} }
.card-header h5, .card-header h5,

View File

@ -130,4 +130,4 @@ Route::get('/add-fuels', function () {
Route::get('/add-station', function () { Route::get('/add-station', function () {
return view('pages.add-station'); return view('pages.add-station');
})->name('add-station'); })->name('add-station');