Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 2c2d0066 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 4154efdc master
Hide whitespace changes
Inline Side-by-side
Showing with 17 additions and 2 deletions
  • mTest/css/login.css
  • mTest/css/login.less
  • mTest/lib/login.js
mTest/css/login.css
View file @ 2c2d0066
......@@ -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;
}
This diff is collapsed. Click to expand it.
mTest/css/login.less
View file @ 2c2d0066
......@@ -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
This diff is collapsed. Click to expand it.
mTest/lib/login.js
View file @ 2c2d0066
......@@ -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"),
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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