opti: 登录按钮颜色

This commit is contained in:
wenbo.dong 2017-09-29 17:08:31 +08:00
parent cb0031a130
commit 37c9cff4b6
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ MenuUser.propTypes={
}
const ToolUser = (props)=> {
console.log(props);
return (
<ul>
<li className="toolbar-li item-search">

View File

@ -8,7 +8,7 @@
}
.login-form-button {
background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
background-image: linear-gradient(to right, #6d69fe 0%, #48a0fa 100%) !important;
border: none !important;
margin-top: .2rem;
width: 100%;