Commit 61e4e69a authored by 陈前坚's avatar 陈前坚

perf: dictionary

parent 056df20a
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
color:rgba(0,0,0,0.85); color:rgba(0,0,0,0.85);
} }
.ant-table-content{ .ant-table-content{
height:calc(100vh - 500px); height:calc(100vh - 520px);
border-right: white; border-right: white;
overflow: auto !important; overflow: auto !important;
} }
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
color:rgba(0,0,0,0.85); color:rgba(0,0,0,0.85);
} }
.ant-table-content{ .ant-table-content{
height:calc(100vh - 488px); height:calc(100vh - 268px);
border-right: white; border-right: white;
overflow: auto !important; overflow: auto !important;
} }
...@@ -35,10 +35,8 @@ ...@@ -35,10 +35,8 @@
border-top: 1px solid #f0eded; border-top: 1px solid #f0eded;
} }
.ant-table-pagination{ .ant-table-pagination{
padding-right: 12px; padding-top: 10px;
background: white; background: white;
margin: 1px 0;
padding:8px;
padding-right: 20px; padding-right: 20px;
} }
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ const dictionary = () => { ...@@ -11,7 +11,7 @@ const dictionary = () => {
<PageContainer> <PageContainer>
<Card> <Card>
<Tabs defaultActiveKey="1" type="card"> <Tabs defaultActiveKey="1" type="card">
<TabPane tab="web数据字典" key="1"> <TabPane tab="通用数据字典" key="1">
<WebDic /> <WebDic />
</TabPane> </TabPane>
<TabPane tab="app数据字典" key="2" type="card"> <TabPane tab="app数据字典" key="2" type="card">
......
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