Browse Source

修改图例取消全选后图标的透明度和颜色

画安 1 week ago
parent
commit
4f15e0d750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/TongzhouTrafficMap.vue

+ 1 - 1
src/components/TongzhouTrafficMap.vue

@@ -2002,7 +2002,7 @@ export default {
 }
 
 .legend-item.is-inactive {
-  opacity: 0.2;
+  opacity: 0.7;
   filter: grayscale(1);
 }