Browse Source

优化 Filter::panel() 布局

jqh 4 years ago
parent
commit
23080c4dde
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/filter/container.blade.php

+ 2 - 2
resources/views/filter/container.blade.php

@@ -3,7 +3,7 @@
         border-top: 1px solid #eee;
         margin-top: 10px;
         margin-bottom: -.5rem!important;
-        padding: 1.8rem 1.8rem 0;
+        padding: 1.8rem;
     }
 </style>
 
@@ -30,4 +30,4 @@
 
         </form>
     </div>
-</div>
+</div>