Explorar el Código

修复:chartMarginTop方法变量赋值错误

ving hace 5 años
padre
commit
0da2e128bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Widgets/Metrics/Card.php

+ 1 - 1
src/Widgets/Metrics/Card.php

@@ -309,7 +309,7 @@ class Card extends Widget
      */
     public function chartMarginTop(int $number)
     {
-        $this->chartMarginBottom = $number;
+        $this->chartMarginTop = $number;
 
         $this->useChart();