Browse Source

optimize GeographicView style

pull/1058/head
jim 8 years ago
parent
commit
f9e23864f7
  1. 2
      src/routes/Userinfo/GeographicView.less

2
src/routes/Userinfo/GeographicView.less

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

Loading…
Cancel
Save