diff --git a/src/routes/Userinfo/BaseView.less b/src/routes/Userinfo/BaseView.less index c0bc53a285527062826d1fa30030c19bd01e2efb..4040393bf0c8c45906e155271ee989d7a6569d97 100644 --- a/src/routes/Userinfo/BaseView.less +++ b/src/routes/Userinfo/BaseView.less @@ -9,6 +9,7 @@ display: flex; flex-direction: column; align-items: center; + max-width: 448px; } } .left { diff --git a/src/routes/Userinfo/GeographicView.less b/src/routes/Userinfo/GeographicView.less index 046d9345c5d9de430cf4fb3f08689bdc932662b8..cfdf81353eacf247f975cf7f38014cc3cee7ccd8 100644 --- a/src/routes/Userinfo/GeographicView.less +++ b/src/routes/Userinfo/GeographicView.less @@ -2,10 +2,12 @@ .row { .item { - width: 220px; + max-width: 220px; + width: 50%; } .item:first-child { margin-right: 8px; + width: calc(50% - 8px); } }