[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
9
vendor/filament/tables/resources/views/components/cell.blade.php
vendored
Normal file
9
vendor/filament/tables/resources/views/components/cell.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
@props([
|
||||
'tag' => 'td',
|
||||
])
|
||||
|
||||
<{{ $tag }}
|
||||
{{ $attributes->class(['fi-ta-cell p-0 first-of-type:ps-1 last-of-type:pe-1 sm:first-of-type:ps-3 sm:last-of-type:pe-3']) }}
|
||||
>
|
||||
{{ $slot }}
|
||||
</{{ $tag }}>
|
||||
Reference in New Issue
Block a user