Explorar el Código

热点图标改小一点

任一存 hace 2 años
padre
commit
af52ddddaf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/times/timecommon.vue

+ 2 - 2
src/components/times/timecommon.vue

@@ -221,8 +221,8 @@ const onClickItem = item => {
   }
   .hotspot-icon {
     position: absolute;
-    width: 4rem;
-    height: 4rem;
+    width: 3.5rem;
+    height: 3.5rem;
     transform: translate(-40%, -40%);
   }
 }