From 52b64ba381a4594f612f7f3b7d6e164547107809 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 12 Feb 2018 11:16:06 +0800 Subject: [PATCH] optimize GeographicView style --- src/routes/Userinfo/GeographicView.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Userinfo/GeographicView.less b/src/routes/Userinfo/GeographicView.less index cfdf8135..22e35a29 100644 --- a/src/routes/Userinfo/GeographicView.less +++ b/src/routes/Userinfo/GeographicView.less @@ -7,7 +7,7 @@ } .item:first-child { margin-right: 8px; - width: calc(50% - 8px); + width: ~'calc(50% - 8px)'; } } -- GitLab