Admin
2022-09-02 22323833a12359c5e66a657bdd4d522280d8dff7
src/views/riskWarningSys/warningBigScreen/components/danger.vue
@@ -65,8 +65,10 @@
               },
               color: ['#FAC858','#EE6666'],
               legend: {
                  top: '0',
                  top: '8%',
                  left: 'center',
                  itemWidth: fontSize(10),
                  itemHeight: fontSize(8),
                  textStyle:{
                     color: '#fff',
                     fontSize: fontSize(11)
@@ -126,8 +128,10 @@
               },
               color: ['#FAC858','#EE6666'],
               legend: {
                  top: '10%',
                  top: '8%',
                  left: 'center',
                  itemWidth: fontSize(10),
                  itemHeight: fontSize(8),
                  textStyle:{
                     color: '#fff',
                     fontSize: fontSize(11)
@@ -164,7 +168,7 @@
                        { value: 35, name: '一般隐患' },
                        { value: 1048, name: '重大隐患' }
                     ],
                     center: ['50%','60%']
                     center: ['50%','55%']
                  }
               ]
            };
@@ -200,7 +204,7 @@
   .charts-cont{
      width: 100%;
      height: 100%;
      padding: 5% 2% 0;
      padding: 2% 2% 0;
      position: relative;
      .choose{