Browse Source

optimize GeographicView style

jim 8 years atrás
parent
commit
f9e23864f7
1 changed files with 1 additions and 1 deletions
  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)';
   }
 }