diff --git a/src/routes/Userinfo/GeographicView.less b/src/routes/Userinfo/GeographicView.less index cfdf81353eacf247f975cf7f38014cc3cee7ccd8..22e35a29cea425faa33f82a76a89c6b0be3b8007 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)'; } }