Browse Source

修改弹框内容样式

lulihong 6 years ago
parent
commit
92eb23d3c8
1 changed files with 8 additions and 8 deletions
  1. 8 8
      page/bigData/js/alert.js

+ 8 - 8
page/bigData/js/alert.js

@ -76,10 +76,10 @@ new Vue({
                return name + "  " + clientcounts[index];
            }
            options.legend.left = '48%';
            options.legend.top = 85;
            options.legend.itemWidth = 10;
            options.legend.itemHeight = 10;
            options.legend.itemGap = 15;
            options.legend.top = 0.044 * window.screen.width;//85;
            options.legend.itemWidth = 0.005 * window.screen.width;//10;
            options.legend.itemHeight = 0.005 * window.screen.width;//10;
            options.legend.itemGap = 0.0078 * window.screen.width;//15;
            options.series[0].center = ['25%','55%'];
            this.alertChart2 = options
        },
@ -106,10 +106,10 @@ new Vue({
                return name + "  " + clientcounts[index];
            }
            options.legend.left = '48%';
            options.legend.top = 120;
            options.legend.itemWidth = 10;
            options.legend.itemHeight = 10;
            options.legend.itemGap = 15;
            options.legend.top = 0.0625 * window.screen.width;//120
            options.legend.itemWidth = 0.005 * window.screen.width;//10;
            options.legend.itemHeight = 0.005 * window.screen.width;//10;
            options.legend.itemGap = 0.0078 * window.screen.width;//15;
            options.series[0].center = ['25%','55%'];
            this.alertChart3 = options
        },