Browse Source

quickSearch移除重置按钮

jqh 5 years ago
parent
commit
ffcab52e93
1 changed files with 0 additions and 4 deletions
  1. 0 4
      resources/views/grid/quick-search.blade.php

+ 0 - 4
resources/views/grid/quick-search.blade.php

@@ -11,10 +11,6 @@
                     value="{{ $value }}"
                     auto="{{ $auto ? '1' : '0' }}"
             >
-
         </label>
-        @if (! \Dcat\Admin\Support\Helper::isQQBrowser())
-        <span class="quick-search-clear" style="{{$value ? 'color:#333;cursor:pointer;' : ''}}">×</span>
-        @endif
     </div>
 </form>