lazy пре 2 месеци
родитељ
комит
a115353444
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/views/accountCenter/cyAccountManage/components/Authorization.vue

+ 4 - 1
src/views/accountCenter/cyAccountManage/components/Authorization.vue

@@ -167,13 +167,16 @@ export default {
       line-height: 30px;
     }
     .btn {
+      display: flex;
+      justify-content: center;
+      align-items: center;
       background: #FE7D0B;
       border-radius: 30px;
       padding: 6px;
       color: #fff;
       text-align: center;
       font-size: 12px;
-      width: 360px;
+      max-width: 360px;
       height: 46px;
       margin: 0 auto;
       margin-top: 30px;