jqh 5 년 전
부모
커밋
c629249430
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Grid/Tools/QuickSearch.php

+ 1 - 1
src/Grid/Tools/QuickSearch.php

@@ -26,7 +26,7 @@ class QuickSearch extends AbstractTool
     /**
      * @var int rem
      */
-    protected $width = 18;
+    protected $width = 20;
 
     public function __construct($key = null, $title = null)
     {