Explorar o código

bootstrap spacing写法

yxx %!s(int64=5) %!d(string=hai) anos
pai
achega
749ae23d7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/form/container.blade.php

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

@@ -10,7 +10,7 @@
     @else
         <div class="fields-group">
             @if($form->hasRows())
-                <div style="margin-left: 2rem;margin-bottom: 2rem">
+                <div class="ml-2 mb-2">
                     @foreach($form->rows() as $row)
                         {!! $row->render() !!}
                     @endforeach