Bläddra i källkod

optimize GeographicView style

jim 8 år sedan
förälder
incheckning
f9e23864f7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/routes/Userinfo/GeographicView.less

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

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