Browse Source

fix: fix login style error

pull/10185/head
期贤 4 years ago
parent
commit
f28188473d
  1. 1
      config/config.ts
  2. 2
      src/pages/User/Login/index.tsx

1
config/config.ts

@ -78,7 +78,6 @@ export default defineConfig({
*/
layout: {
locale: true,
siderWidth: 208,
...defaultSettings,
},
/**

2
src/pages/User/Login/index.tsx

@ -108,7 +108,7 @@ const Login: React.FC = () => {
await handleSubmit(values as API.LoginParams);
}}
>
<Tabs activeKey={type} onChange={setType}>
<Tabs activeKey={type} onChange={setType} centered>
<Tabs.TabPane
key="account"
tab={intl.formatMessage({

Loading…
Cancel
Save