Explorar o código

表单row布局间距优化 #1092

jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
001b1f84f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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