diff --git a/src/viewsCN/dashboardC/portlet/echarts-hill-group/echart-hill.vue b/src/viewsCN/dashboardC/portlet/echarts-hill-group/echart-hill.vue index c4b04cd55e708970ccb715a9f7ad3767d037742e..a7edee1ea265bc504f8726bd87e02d1d241c76b3 100644 --- a/src/viewsCN/dashboardC/portlet/echarts-hill-group/echart-hill.vue +++ b/src/viewsCN/dashboardC/portlet/echarts-hill-group/echart-hill.vue @@ -2,7 +2,7 @@ * @Author: wuhao930406 1148547900@qq.com * @Date: 2023-08-08 09:18:08 * @LastEditors: wuhao930406 1148547900@qq.com - * @LastEditTime: 2023-08-18 13:55:07 + * @LastEditTime: 2023-08-18 14:45:38 * @FilePath: /vue3portal/src/viewsCN/dashboardC/portlet/echarts-hill-group/echart-hill.vue * @Description: * @@ -84,7 +84,7 @@ const processOption = (dataList) => { xAxis: { type: 'category', data: [], - axisLabel: { align: 'center' }, + axisLabel: { interval: 0,align: 'center' }, }, series: [] } diff --git a/vite.config.js b/vite.config.js index f37788f046694ad570e4f328f16a4701d64cffdf..ffd1823f191467b05d5da30f23269e31f359729d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,7 @@ * @Author: wuhao930406 1148547900@qq.com * @Date: 2023-08-08 09:18:08 * @LastEditors: wuhao930406 1148547900@qq.com - * @LastEditTime: 2023-08-18 13:49:47 + * @LastEditTime: 2023-08-18 14:23:12 * @FilePath: /vue3portal/vite.config.js * @Description: *