标题居中,增加排序

This commit is contained in:
Winchen 2025-06-18 16:45:13 +07:00
parent a627efc3bf
commit b81a8481b3
51 changed files with 3 additions and 3 deletions

0
Expin.session.sql Normal file → Executable file
View File

0
app/Filament/Pages/Dashboard.php Normal file → Executable file
View File

0
app/Filament/Pages/OtherFunctions.php Normal file → Executable file
View File

0
app/Filament/Resources/LedgerResource.php Normal file → Executable file
View File

View File

View File

View File

0
app/Filament/Resources/TgCommResource.php Normal file → Executable file
View File

View File

View File

View File

6
app/Filament/Resources/UsdtC2cResource.php Normal file → Executable file
View File

@ -55,9 +55,9 @@ public static function table(Table $table): Table
{ {
return $table return $table
->columns([ ->columns([
TextColumn::make('Highest')->label('最高价'), TextColumn::make('Highest')->label('最高价')->alignCenter()->sortable(),
TextColumn::make('Million')->label('200万成交价'), TextColumn::make('Million')->label('200万成交价')->alignCenter()->sortable(),
TextColumn::make('created_at')->label('时间')->dateTime(), TextColumn::make('created_at')->label('时间')->dateTime()->alignCenter()->sortable(),
]) ])
->filters([ ->filters([
Filter::make('created_at') Filter::make('created_at')

View File

View File

View File

0
app/Http/Controllers/BinanceController.php Normal file → Executable file
View File

0
app/Models/UsdtC2c.php Normal file → Executable file
View File

0
app/Models/User.php Normal file → Executable file
View File

0
app/Providers/Filament/AdminPanelProvider.php Normal file → Executable file
View File

0
config/data/TgComm.php Normal file → Executable file
View File

View File

View File

View File

0
database/seeders/UsdtC2cSeeder.php Normal file → Executable file
View File

0
lang/en/auth.php Normal file → Executable file
View File

0
lang/en/pagination.php Normal file → Executable file
View File

0
lang/en/passwords.php Normal file → Executable file
View File

0
lang/en/validation.php Normal file → Executable file
View File

0
package-lock.json generated Normal file → Executable file
View File

0
public/css/filament/filament/app.css Normal file → Executable file
View File

0
public/css/filament/forms/forms.css Normal file → Executable file
View File

0
public/css/filament/support/support.css Normal file → Executable file
View File

0
public/js/filament/filament/app.js Normal file → Executable file
View File

0
public/js/filament/filament/echo.js Normal file → Executable file
View File

0
public/js/filament/forms/components/color-picker.js Normal file → Executable file
View File

View File

0
public/js/filament/forms/components/file-upload.js Normal file → Executable file
View File

0
public/js/filament/forms/components/key-value.js Normal file → Executable file
View File

0
public/js/filament/forms/components/markdown-editor.js Normal file → Executable file
View File

0
public/js/filament/forms/components/rich-editor.js Normal file → Executable file
View File

0
public/js/filament/forms/components/select.js Normal file → Executable file
View File

0
public/js/filament/forms/components/tags-input.js Normal file → Executable file
View File

0
public/js/filament/forms/components/textarea.js Normal file → Executable file
View File

0
public/js/filament/notifications/notifications.js Normal file → Executable file
View File

0
public/js/filament/support/support.js Normal file → Executable file
View File

0
public/js/filament/tables/components/table.js Normal file → Executable file
View File

0
public/js/filament/widgets/components/chart.js Normal file → Executable file
View File

View File

0
resources/views/filament/pages/dashboard.blade.php Normal file → Executable file
View File

View File