You've already forked lubo_comment_query
样式及详情等
This commit is contained in:
@ -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}}">
|
||||
|
Reference in New Issue
Block a user