Commit 13e073730adbcff76bf63e939d4350ba56139af9

Authored by baohanddd
1 parent 8c9ed03a38

add statistics(map) common index

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java View file @ 13e0737
... ... @@ -441,7 +441,7 @@
441 441 option.setLegend(legend);
442 442 Grid grid = new Grid();
443 443 grid.setContainLabel(true);
444   - grid.setTop("55px");
  444 + grid.setTop("85px");
445 445 grid.setLeft("3%");
446 446 grid.setRight("3%");
447 447 grid.setBottom("3%");