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