Browse Source

optimize GeographicView style

jim 8 năm trước cách đây
mục cha
commit
52b64ba381

+ 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)';
   }
   }
 }
 }