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

+ 1 - 1
src/Grid/Displayers/Label.php

@@ -18,7 +18,7 @@ class Label extends AbstractDisplayer
         $original = $this->column->getOriginal();
         $defaultStyle = is_array($style) ? ($style['default'] ?? 'default') : 'default';
 
-        $background= $this->formatStyle(
+        $background = $this->formatStyle(
             is_array($style) ?
                 (is_scalar($original) ? ($style[$original] ?? $defaultStyle) : current($style))
                 : $style