From 796142c2668d44a24088ad99515f650913e5482a Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Thu, 9 Jun 2022 16:10:42 +0800 Subject: [PATCH] bug --- .../modules/visual/communityParty/memberInfo.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/modules/visual/communityParty/memberInfo.vue b/src/views/modules/visual/communityParty/memberInfo.vue index 1b07df9c..dedf9f32 100644 --- a/src/views/modules/visual/communityParty/memberInfo.vue +++ b/src/views/modules/visual/communityParty/memberInfo.vue @@ -13,7 +13,7 @@
+ :class="current == index ? 'active-item' : ''" @click="handleTabs(item, index)">
{{ item.content }}
{{ item.reportTime }}
@@ -219,7 +219,7 @@ export default { } .list-wr { display: flex; - padding: 0 32px; + // padding: 0 32px; } .list-left { @@ -230,9 +230,13 @@ export default { flex-shrink: 0; border-right: 1px dashed #1257c9; overflow: auto; + .active-item { + border: 1px solid #0063FE !important; + box-shadow: 0px 0px 10px #0063fe inset; + } .left-item { - padding: 10px 0; - border-right: 1px dashed #1257c9; + padding: 10px 0px 10px 10px; + // border-right: 1px dashed #1257c9; cursor: pointer; .item-title { font-size: 16px;