jqh 5 年之前
父节点
当前提交
55f6be4b82

+ 1 - 1
resources/views/form/container.blade.php

@@ -1,5 +1,5 @@
 @if($showHeader)
-    <div class="box-header with-border mb-1">
+    <div class="box-header with-border mb-1" style="padding: .65rem 1rem">
         <h3 class="box-title" style="line-height:30px">{!! $form->title() !!}</h3>
         <div class="pull-right">{!! $form->renderTools() !!}</div>
     </div>

+ 1 - 1
resources/views/show/panel.blade.php

@@ -1,5 +1,5 @@
 @if($title || $tools)
-<div class="box-header with-border">
+<div class="box-header with-border" style="padding: .65rem 1rem">
     <h3 class="box-title" style="line-height:30px;">{!! $title !!}</h3>
     <div class="pull-right">{!! $tools !!}</div>
 </div>

+ 1 - 1
resources/views/tree/container.blade.php

@@ -1,4 +1,4 @@
-<div class="card-header pb-1">
+<div class="card-header pb-1" style="padding:.8rem 1rem">
 
     <div>
         <div class="btn-group" style="margin-right:3px">