Browse Source

【bug】首页图表x轴文字显示不全

zhuth 7 years ago
parent
commit
5b4e2e3542

+ 1 - 1
frontend/saas-web/app/view/home/charts/MonthIO.js

@@ -76,7 +76,7 @@ Ext.define('saas.view.home.charts.MonthIO', {
             grid: {
                 left: 0,
                 right: 0,
-                bottom: 0,
+                bottom: 5,
                 top: 40,
                 borderColor: '#E5EAEF',
                 containLabel: true

+ 1 - 1
frontend/saas-web/app/view/home/charts/ProfitDetail.js

@@ -39,7 +39,7 @@ Ext.define('saas.view.home.charts.ProfitDetail', {
                 left: 0,
                 right: 0,
                 top: 10,
-                bottom: 0,
+                bottom: 5,
                 borderColor: '#E5EAEF',
                 containLabel: true
             },

+ 1 - 1
frontend/saas-web/app/view/home/charts/SaleTrend.js

@@ -89,7 +89,7 @@ Ext.define('saas.view.home.charts.SaleTrend', {
             grid: {
                 left: 0,
                 right: 16,
-                bottom: 0,
+                bottom: 5,
                 top: 40,
                 borderColor: '#E5EAEF',
                 containLabel: true

+ 1 - 1
frontend/saas-web/app/view/home/charts/StockAmount.js

@@ -60,7 +60,7 @@ Ext.define('saas.view.home.charts.StockAmount', {
             grid: {
                 left: 0,
                 right: 0,
-                bottom: 0,
+                bottom: 5,
                 top: 10,
                 borderColor: '#E5EAEF',
                 containLabel: true