Commit 94e50021 authored by ddcat1115's avatar ddcat1115

fix login style

parent 8e75fc92
......@@ -71,7 +71,7 @@ export default class Login extends Component {
return (
<div className={styles.main}>
<Form onSubmit={this.handleSubmit}>
<Tabs activeKey={type} onChange={this.onSwitch}>
<Tabs className={styles.tabs} activeKey={type} onChange={this.onSwitch}>
<TabPane tab="θ΄¦ζˆ·ε―†η η™»ε½•" key="account">
{login.status === 'error' && login.type === 'account' && this.msg('θ΄¦ζˆ·ζˆ–ε―†η ι”™θ――')}
<FormItem>
......
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment