Browse Source

部分手机品牌中心点击不变色问题

yangc 8 years ago
parent
commit
0c2c621015
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/brand/BrandCenter.vue

+ 1 - 1
components/mobile/brand/BrandCenter.vue

@@ -132,7 +132,7 @@
             width: 1.1rem;
             display: inline-block;
             text-align: center;
-            &.active {
+            &.active, &.hover, &.focus {
               color: #418bf6;
             }
           }