修复内容区样式

This commit is contained in:
hanhh
2021-08-15 15:45:18 +08:00
parent d06fccd0d1
commit 7a02fe0d8e
2 changed files with 7 additions and 7 deletions
+1 -6
View File
@@ -80,12 +80,7 @@ const Password = () => {
style: headerStyle,
}}
>
<Tabs
defaultActiveKey="person"
size="small"
tabPosition="top"
style={{ height: 'calc(100vh - var(--vh-offset, 0px) - 128px)' }}
>
<Tabs defaultActiveKey="person" size="small" tabPosition="top">
<Tabs.TabPane tab="个人设置" key="person">
<Form onFinish={handleOk} layout="vertical">
<Form.Item