样式及详情等

This commit is contained in:
2022-07-29 17:12:24 +08:00
parent a0aa7fd81c
commit ac85b2558a
12 changed files with 21071 additions and 35 deletions

View File

@ -28,6 +28,10 @@
@endif
<input class="form-input border-0 border-b-2 w-full" type="file" name="start_image">
</label>
<label class="block my-2">
节目开打时间
<input class="form-input border-0 border-b-2 w-full" type="datetime-local" step="1" name="created_at" value="{{$program_video->created_at}}">
</label>
<label class="block my-2">
结束P数
<input class="form-input border-0 border-b-2 w-full" type="number" name="stop_part" value="{{$program_video->stop_part}}">