From 98604af1049240ed802298640e23409df2523fcb Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 22 Nov 2017 16:16:12 +0800 Subject: [PATCH] style:refine tagsview css --- src/views/layout/components/TagsView.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/views/layout/components/TagsView.vue b/src/views/layout/components/TagsView.vue index cc6fe7f7..3e37b526 100644 --- a/src/views/layout/components/TagsView.vue +++ b/src/views/layout/components/TagsView.vue @@ -82,10 +82,12 @@ export default { margin-left: 15px; } &.active { - background-color: #eef1f6; + background-color: #42b983; + color: #fff; + border-color: #42b983; &::before { content: ''; - background: #20a0ff; + background: #fff; display: inline-block; width: 8px; height: 8px; @@ -94,14 +96,8 @@ export default { margin-right: 2px; } } - &:hover { - // border-color: #20a0ff; - // color: #20a0ff; - } } } - -