Browse Source

表格工具栏浮动清除 #239

jqh 5 years ago
parent
commit
68bd4ec941
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/grid/data-table.blade.php

+ 1 - 1
resources/views/grid/data-table.blade.php

@@ -4,7 +4,7 @@
     @if ($grid->allowToolbar())
     @if ($grid->allowToolbar())
         <div class="custom-data-table-header">
         <div class="custom-data-table-header">
             <div class="table-responsive">
             <div class="table-responsive">
-                <div class="top d-block" style="padding: 0">
+                <div class="top d-block clearfix p-0">
                 @if(!empty($title))
                 @if(!empty($title))
                     <h4 class="pull-left" style="margin:5px 10px 0;">
                     <h4 class="pull-left" style="margin:5px 10px 0;">
                         {!! $title !!}&nbsp;
                         {!! $title !!}&nbsp;