From 7a98d6724da914d86b6ec2912dba9bfdf2423c39 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 22 二月 2022 15:14:27 +0800 Subject: [PATCH] 添加rtsp用户信息urlencode功能 --- src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue b/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue index 0b6fd70..9827cd7 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue @@ -686,7 +686,7 @@ <div class="lt"> <div class="indicator"> <div class="icon"> - <img src="/images/shuohuang/缁� 738.png/" alt="" /> + <img src="/images/shuohuang/缁� 738.png" alt="" /> </div> <div class="content"> <div class="indicator-title">鏈懆浠诲姟鎸囨淳閲�</div> @@ -695,7 +695,7 @@ </div> <div class="indicator"> <div class="icon"> - <img src="/images/shuohuang/缁� 739.png/" alt="" /> + <img src="/images/shuohuang/缁� 739.png" alt="" /> </div> <div class="content"> <div class="indicator-title">鍒嗘瀽閲�</div> @@ -704,7 +704,7 @@ </div> <div class="indicator lastOne"> <div class="icon"> - <img src="/images/shuohuang/缁� 740.png/" alt="" /> + <img src="/images/shuohuang/缁� 740.png" alt="" /> </div> <div class="content"> <div class="indicator-title">杩濊閲�</div> @@ -3340,6 +3340,29 @@ } } } + + th { + background-color: #2d52d7; + div { + color: #fff; + } + } + + tr:nth-child(even) { + background-color: #f4f6f9; + + &:hover > td.el-table__cell:hover { + background-color: #f4f6f9; + } + } + + tr:nth-child(odd) { + background-color: #fff; + + &:hover > td.el-table__cell:hover { + background-color: #fff; + } + } } } } -- Gitblit v1.8.0