Skip to content

Commit 3e11c47

Browse files
committed
修改回收站视图
1 parent 4e8caf0 commit 3e11c47

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

dnf/resources/views/backend/aboutus/trashed.blade.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@
4242
{{{ $data->introduction}}}
4343
</div>
4444
<hr>
45-
<div class="col-md-4">
46-
{!! AclWidget::edit(route('backend_aboutus_vtmer_update', ['id' => $data->id]), 'aboutus', 'vtmer', 'update', null) !!}
47-
&nbsp;&nbsp;
48-
</div>
49-
<div class="col-md-4" >
45+
46+
<div class="col-md-7" >
5047
<form id="form_vtmer" action="{{ route('backend_aboutus_vtmer_restore') }}" method="POST" >
5148
<input type="hidden" name="_token" value="{{ csrf_token() }}">
5249
<input type="hidden" name="id" value="{{ $data->id or '' }}">

dnf/resources/views/backend/aboutus/vtmer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{{{ $data->introduction}}}
4444
</div>
4545
<hr>
46-
<div class="col-md-6">
46+
<div class="col-md-7">
4747
{!! AclWidget::edit(route('backend_aboutus_vtmer_update', ['id' => $data->id]), 'aboutus', 'vtmer', 'update', null) !!}
4848
&nbsp;&nbsp;
4949
</div>

0 commit comments

Comments
 (0)