Browse Source

表单row布局间距优化 #1092

jqh 4 years ago
parent
commit
001b1f84f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/form/fields.blade.php

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

@@ -1,5 +1,5 @@
 @if($rows)
-    <div class="ml-2 mb-2" style="margin-top: -0.5rem">
+    <div class="ml-2 mb-2 mr-2" style="margin-top: -0.5rem">
         @foreach($rows as $row)
             {!! $row->render() !!}
         @endforeach