|
@@ -87,7 +87,9 @@
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ #camera_list td{
|
|
|
|
+ max-width:150px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<div @if(request()->ajax()) style="max-height: 600px;overflow-y: auto;" @endif>
|
|
<div @if(request()->ajax()) style="max-height: 600px;overflow-y: auto;" @endif>
|
|
@@ -287,7 +289,7 @@
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
@foreach($columns as $column)
|
|
@foreach($columns as $column)
|
|
- <th style="width:10%;">{{ $column['name'] }}</th>
|
|
|
|
|
|
+ <th>{{ $column['name'] }}</th>
|
|
@endforeach
|
|
@endforeach
|
|
@if((isset($displayActionOthers) && count($displayActionOthers) > 0) || count($actionBtns) > 0)
|
|
@if((isset($displayActionOthers) && count($displayActionOthers) > 0) || count($actionBtns) > 0)
|
|
<th style="width:15%;">操作</th>
|
|
<th style="width:15%;">操作</th>
|