mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-24 13:14:16 +08:00
Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev
This commit is contained in:
commit
abc0b0f628
@ -2,11 +2,12 @@
|
||||
@import '../../styles/mixin.scss';
|
||||
|
||||
.footer-wrapper{
|
||||
border-top: 1px solid #ddd;
|
||||
height: 2.4rem;
|
||||
width: 100%;
|
||||
background-color: $color-bg-dark;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.footer-container{
|
||||
|
@ -3,6 +3,9 @@
|
||||
// .login-body {
|
||||
// background-color: #fff;
|
||||
// }
|
||||
.login-container {
|
||||
padding-bottom: .6rem;
|
||||
}
|
||||
|
||||
.login-form-button {
|
||||
background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
|
||||
|
@ -13,7 +13,7 @@ class LoginContainer extends Component {
|
||||
<div className="m-bg-mask m-bg-mask2"></div>
|
||||
<div className="m-bg-mask m-bg-mask3"></div>
|
||||
</div>
|
||||
<div className="main-one">
|
||||
<div className="main-one login-container">
|
||||
<div className="container">
|
||||
<Row type="flex" justify="center">
|
||||
<Col xs={20} sm={16} md={12} lg={8} className="container-login">
|
||||
|
Loading…
Reference in New Issue
Block a user