瀏覽代碼

数据表格行操作如果禁用了所有按钮并且没有自定义按钮时不再显示空的下拉菜单

姜汁 3 年之前
父節點
當前提交
1f36526d1d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      resources/views/grid/dropdown-actions.blade.php

+ 3 - 1
resources/views/grid/dropdown-actions.blade.php

@@ -1,3 +1,4 @@
+@if (!empty($default) || !empty($custom))
 <div class="grid-dropdown-actions dropdown">
     <a href="#" style="padding:0 10px;" data-toggle="dropdown">
         <i class="feather icon-more-vertical"></i>
@@ -19,4 +20,5 @@
             @endforeach
         @endif
     </ul>
-</div>
+</div>
+@endif