Explorar el Código

互联网-社管一张图-框选,框选:无数据的样式修改

CzRger hace 1 año
padre
commit
359e67c57e
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      src/views/gis/layout/tools/select-chart.vue

+ 10 - 0
src/views/gis/layout/tools/select-chart.vue

@@ -44,6 +44,16 @@ export default defineComponent({
     const initChart = () => {
       const chart = echarts.init(ref_chart.value);
       const option = {
+        title: {
+          show: props.data.length === 0,
+          text: '暂无数据',
+          left: 'center',
+          top: '50%',
+          textStyle: {
+            color: '#4C4C4C',
+            fontWeight: 'normal'
+          }
+        },
         tooltip: {
           trigger: 'item'
         },