mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-30 13:20:24 +08:00
fix: hide third login in the login page
This commit is contained in:
parent
aa8ee20c68
commit
28e80b1a94
@ -90,10 +90,12 @@ class Login extends Component {
|
||||
<FormItem style={formItemStyle}>
|
||||
<Button style={changeHeight} type="primary" htmlType="submit" className="login-form-button">登录</Button>
|
||||
</FormItem>
|
||||
<div className="qsso-breakline">
|
||||
|
||||
|
||||
{/* <div className="qsso-breakline">
|
||||
<span className="qsso-breakword">或</span>
|
||||
</div>
|
||||
<Button style={changeHeight} id="qsso-login" type="primary" className="login-form-button" size="large" ghost>QSSO登录</Button>
|
||||
<Button style={changeHeight} id="qsso-login" type="primary" className="login-form-button" size="large" ghost>QSSO登录</Button> */}
|
||||
</Form>
|
||||
|
||||
)
|
||||
|
@ -5,8 +5,9 @@
|
||||
// }
|
||||
|
||||
.login-form-button {
|
||||
// background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
|
||||
// border: none !important;
|
||||
background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
|
||||
border: none !important;
|
||||
margin-top: .2rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user