From 16a8e97d34dd90cf54f0607fcb9a3a27c12db319 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 25 一月 2021 10:32:40 +0800 Subject: [PATCH] 朔黄视频检索详情调整 --- src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue b/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue index e39e5bd..05e7537 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue @@ -41,7 +41,7 @@ </div> <div class="val">{{$numberFormat(8846)}}</div> <div class="trend"> - <line-chart :options="optionsOfWeekAnalyze" style="height:40px"></line-chart> + <line-chart :options="optionsOfWeekAnalyze" style="height:50px"></line-chart> </div> <div class="devide"></div> <div class="detail"> @@ -352,6 +352,7 @@ left: 0, right: 0, bottom: 10, + //containLabel: true }, tooltip: { trigger: 'axis', @@ -508,6 +509,7 @@ top: 0, left: 0, bottom: 10, + containLabel: true }, tooltip: { trigger: 'axis', @@ -553,6 +555,7 @@ top: 0, left: 0, bottom: 10, + containLabel: true }, tooltip: { trigger: 'axis', @@ -755,9 +758,7 @@ } }, - mounted(){ - debugger - } + } </script> -- Gitblit v1.8.0