jqh 5 năm trước cách đây
mục cha
commit
7f1f1de9a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Grid.php

+ 1 - 1
src/Grid.php

@@ -1164,7 +1164,7 @@ HTML;
         $view = view($this->view, $this->variables());
 
         if (!$wrapper = $this->wrapper) {
-            return "<div class='box box-default'>{$view->render()}</div>";
+            return "<div class='box'>{$view->render()}</div>";
         }
 
         return $wrapper($view);