From d4d6b6d1070d49b3ec793c744ba4191b0cefefa4 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期六, 27 二月 2021 16:56:27 +0800 Subject: [PATCH] 朔黄首页任务分析列表填充假数据,视频检索页列表收藏功能修复;摄像机目录树修改摄像机信息节点选中错位bug修复 --- src/pages/panoramicView/index/App.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/panoramicView/index/App.vue b/src/pages/panoramicView/index/App.vue index 90550f6..d641446 100644 --- a/src/pages/panoramicView/index/App.vue +++ b/src/pages/panoramicView/index/App.vue @@ -21,7 +21,7 @@ <label-mark></label-mark> </template> <template v-if="actMenuIndex=='2'"> - <trace-plot></trace-plot> + <trace-plot ref="tracePlot"></trace-plot> </template> <template v-if="actMenuIndex=='3'"> <relate-camera></relate-camera> @@ -62,15 +62,14 @@ display: flex; align-items: center; .icon{ - width: 100px; - + width: 50px; } .title{ text-decoration: none; margin-left: 10px; - font-size: 18px; + font-size: 17px; color: #fff; - letter-spacing: 2px; + letter-spacing: 5px; } } .el-menu--horizontal { -- Gitblit v1.8.0