浏览代码

fix:修改倒计时样式

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;