Your Name
2022-08-25 0203ef4d930ba7a56996debad9d14c9528390fba
src/views/contingencyManagement/emergencyDrillStatistics/index.vue
@@ -20,6 +20,7 @@
            </el-row>
         </el-form>
         <div ref="main" style="width: 100%; height: 300px"></div>
         <div style="width: 100%; padding-left: 20px">
         <el-select v-model="params.searchParams.classification" style="width: 200px"
                  placeholder="请选择物资分类" @change="emergencySuppliesCount">
            <el-option label="事故气体吸收装置" value="1"></el-option>
@@ -43,8 +44,7 @@
            <ArrowLeftBold class="pie-left" :class="disabledLeft" @click="leftClick" />
            <ArrowRightBold class="pie-right" :class="disabledRight" @click="rightClick" />
         </div>
         </div>
      </div>
   </div>
</template>
@@ -131,13 +131,13 @@
               },
               color:['#24c548'],
               title: {
                  text: list.value[a].name+'\n'+list.value[a].totalNum,
                  x: 127,
                  y: 63,
                  text: list.value[a].name+'\n\n'+list.value[a].totalNum,
                  x: '49%',
                  y: '35%',
                  textAlign:'center',
                  textStyle: {
                     color: '#24c548',
                     fontSize: 25,
                     fontSize: 19,
                     fontWeight: "bold",
                     fontFamily:'D-DIN',
                     textShadowColor:'red'