dyjh 6 سال پیش
والد
کامیت
6207b4c094
1فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 7 7
      resources/views/admin/album/cat/index.blade.php

+ 7 - 7
resources/views/admin/album/cat/index.blade.php

xqd xqd
@@ -36,12 +36,12 @@
 						<thead>
     						<tr>
 								
-            <th class="sorting" data-sort="id"> ID </th>
-            <th class="sorting" data-sort="name"> 名称 </th>
-            <th class="sorting" data-sort="level"> 分类级别 </th>
-            <th class="sorting" data-sort="sort"> 排序 </th>
-            <th class="sorting" data-sort="pic_url"> 分类图标 </th>
-            <th class="sorting" data-sort="created_at"> 添加时间 </th>
+            <th class="sorting" data-sort="id" width="10%"> ID </th>
+            <th class="sorting" data-sort="name" width="20%"> 名称 </th>
+            <th class="sorting" data-sort="level" width="10%"> 分类级别 </th>
+            <th class="sorting" data-sort="sort" width="10%"> 排序 </th>
+            <th class="sorting" data-sort="pic_url" width="10%"> 分类图标 </th>
+            <th class="sorting" data-sort="created_at" width="18%"> 添加时间 </th>
         						<th width="22%">相关操作</th>
         					</tr>
 						</thead>
@@ -119,7 +119,7 @@
 
 <script>
 	function showHidden(id){
-		$("#son"+id).slideToggle(1000);
+		$("#son"+id).slideToggle(2000);
 	}
 </script>
 @endsection