Commit 1558aa37ca835deee85439d9a9ddb2b06f43c37d

Authored by 郭伟龙
1 parent 923685cb
Exists in develop and in 1 other branch charge

fix: pc显示登录居中调整

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
pages/login/mobile.vue
@@ -176,7 +176,8 @@ @@ -176,7 +176,8 @@
176 176
177 <style lang="scss" scoped> 177 <style lang="scss" scoped>
178 .containers { 178 .containers {
179 - max-width: 750rpx; 179 + max-width: 375px;
  180 + margin: 0 auto;
180 } 181 }
181 182
182 .auth-header { 183 .auth-header {