Browse Source

快捷创建背景色优化

jqh 5 years ago
parent
commit
d161fc5d7e
1 changed files with 1 additions and 1 deletions
  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>