From 5d40d4fa593876084ea6465bc9dacd29b962fa75 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 10 一月 2022 18:10:31 +0800 Subject: [PATCH] 朔黄 --- 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