Jelajahi Sumber

optimize GeographicView style

jim 8 tahun lalu
induk
melakukan
f9e23864f7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)';
   }
 }