Explorar o código

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

画安 hai 1 semana
pai
achega
4f15e0d750
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 }