diff --git a/src/views/monitor/components/traffic-jam.vue b/src/views/monitor/components/traffic-jam.vue index a6ae71c..b22d916 100644 --- a/src/views/monitor/components/traffic-jam.vue +++ b/src/views/monitor/components/traffic-jam.vue @@ -72,11 +72,12 @@ show: true, // 显示dataZoom组件 xAxisIndex: [0], // 控制第一个x轴 start: 0, // 初始起始位置 - end: 50 // 初始结束位置,可以根据数据量调整 + end: 60 // 初始结束位置,可以根据数据量调整 } ], yAxis: { type: 'value', + offset: 15, axisLabel: { show: true, fontSize: fitChartSize(12), @@ -94,7 +95,7 @@ { type: 'bar', data: getSeriesData(), - barWidth: fitChartSize(40), + barWidth: fitChartSize(20), label: { show: true, position: 'top', diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index 6347820..9cf341f 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -107,12 +107,25 @@
订票时间
订票数量
+ +
{{ item.time }}
{{ item.value }}
- + +
@@ -177,11 +190,9 @@ import pubSub from 'pubsub-js' let gridData = ref([]) let gridTitle = ref('') const handlePiaoPop = async()=>{ - console.log(777777) dialogTableVisible.value = true let res = await getSpotTicketDate({scenicSpotId:props.scenicSpotId}) gridData.value = res.data - console.log(res,'res') } let myElement = ref(false) onMounted(() => { diff --git a/src/views/workOrder/components/box-3.vue b/src/views/workOrder/components/box-3.vue index d2397f0..d1ef483 100644 --- a/src/views/workOrder/components/box-3.vue +++ b/src/views/workOrder/components/box-3.vue @@ -16,20 +16,20 @@
- 紧急消息 + 重要消息
- +
- 重要消息 + 紧急消息
- +