浏览代码

表单row布局间距优化 #1092

jqh 4 年之前
父节点
当前提交
001b1f84f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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