mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
opti: 登录按钮颜色
This commit is contained in:
parent
cb0031a130
commit
37c9cff4b6
@ -46,7 +46,6 @@ MenuUser.propTypes={
|
||||
}
|
||||
|
||||
const ToolUser = (props)=> {
|
||||
console.log(props);
|
||||
return (
|
||||
<ul>
|
||||
<li className="toolbar-li item-search">
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user