Selaa lähdekoodia

optimize GeographicView style

jim 8 vuotta sitten
vanhempi
commit
f9e23864f7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/routes/Userinfo/GeographicView.less

+ 1 - 1
src/routes/Userinfo/GeographicView.less

@@ -7,7 +7,7 @@
   }
   }
   .item:first-child {
   .item:first-child {
     margin-right: 8px;
     margin-right: 8px;
-    width: calc(50% - 8px);
+    width: ~'calc(50% - 8px)';
   }
   }
 }
 }