소스 검색

optimize GeographicView style

jim 8 년 전
부모
커밋
f9e23864f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)';
   }
 }