improve responsiveness of admin
This commit is contained in:
@ -17,7 +17,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
?>
|
||||
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<div class="table-responsive">
|
||||
<?= GridView::widget(
|
||||
[
|
||||
'dataProvider' => $dataProvider,
|
||||
@ -72,5 +72,6 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
],
|
||||
]
|
||||
) ?>
|
||||
</div>
|
||||
|
||||
<?php $this->endContent() ?>
|
||||
|
||||
Reference in New Issue
Block a user