소스 검색

快捷创建背景色优化

jqh 5 년 전
부모
커밋
d161fc5d7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/grid/quick-create/form.blade.php

+ 1 - 1
resources/views/grid/quick-create/form.blade.php

@@ -1,6 +1,6 @@
 <thead>
 <tr class="{{ $elementClass }} quick-create" style="cursor: pointer">
-    <td colspan="{{ $columnCount }}">
+    <td colspan="{{ $columnCount }}" style="background: #ededed">
         <span class="create cursor-pointer" style="display: block;">
              <i class="feather icon-plus"></i>&nbsp;{{ __('admin.quick_create') }}
         </span>