diff --git a/src/routes/User/Login.js b/src/routes/User/Login.js index 7e424f440a42685527b761f7de0f81ed05a86780..35cd788df5bd35bd7b260b4b752579fb7333121e 100644 --- a/src/routes/User/Login.js +++ b/src/routes/User/Login.js @@ -71,7 +71,7 @@ export default class Login extends Component { return (
- + {login.status === 'error' && login.type === 'account' && this.msg('账户或密码错误')} diff --git a/src/routes/User/Login.less b/src/routes/User/Login.less index 1ebb1b29115b8f695677043b2115c5dfc11fa1c2..c6a1d63da2f69f0c402d8b1c86ca3c5f06131b0c 100644 --- a/src/routes/User/Login.less +++ b/src/routes/User/Login.less @@ -4,6 +4,11 @@ width: 368px; margin: 0 auto; + .tabs { + padding: 0 2px; + margin: 0 -2px; + } + :global { .ant-tabs .ant-tabs-bar { border-bottom: 0;