Commit 2c2d0066 by libai

测试

parent 4154efdc
......@@ -533,3 +533,10 @@
top: 0;
left: 0;
}
#buttonDiv-big > div > div {
width: 6.4rem;
height: 1.3rem;
position: absolute;
top: 0;
left: 0.7rem;
}
......@@ -545,6 +545,12 @@
top: 0;
left: 0;
>div{
width: 6.4rem;
height: 1.3rem;
position: absolute;
top: 0;
left: 0.7rem;
}
}
}
\ No newline at end of file
......@@ -477,9 +477,10 @@ function googleLogin(){
client_id: "534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com",
callback: handleCredentialResponse
});
google.accounts.id.renderButton(
document.getElementById("buttonDiv-big"),
{ theme: "outline", size: "large",type:'icon' } // customization attributes
{ theme: "outline", size: "large", } // customization attributes
);
google.accounts.id.renderButton(
document.getElementById("buttonDiv1"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment