浏览代码

fix: set valid pixel width for Google login button

unknown 2 天之前
父节点
当前提交
336eeee4a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/Auth.vue

+ 1 - 1
src/pages/Auth.vue

@@ -305,7 +305,7 @@ function initGoogleLogin() {
       text: "continue_with",
       shape: "rectangular",
       logo_alignment: "left",
-      width: "100%"
+      width: "400"
     }
   );
 }