|
@@ -83,9 +83,7 @@ class DistVideoController extends AdminDistController
|
|
|
protected function detail($id)
|
|
|
{
|
|
|
return Show::make($id, DistVideo::with(['distVideoCategory']), function (Show $show) {
|
|
|
-
|
|
|
- // $show->field('id');
|
|
|
- $show->field('title');
|
|
|
+ $show->field('title')->width('30%');
|
|
|
$show->field('dist_video_category.name',admin_trans_label('category_name'));
|
|
|
$show->field('cover_image')->as(function ($image) {
|
|
|
// 开始生成 HTML
|