Commit c9863677 by zhaochengxiang

调整样式

parent 31d250cc
...@@ -105,7 +105,7 @@ export const ManageLayout = function ({ content, location }) { ...@@ -105,7 +105,7 @@ export const ManageLayout = function ({ content, location }) {
</Menu> </Menu>
</Sider> </Sider>
<Content className="m-3" style={{ backgroundColor: '#ECEEF3', height: '100%' }}> <Content className="m-4" style={{ backgroundColor: '#ECEEF3', height: '100%' }}>
{content} {content}
</Content> </Content>
......
.factor-table { .factor-table {
.yy-table { .yy-table {
height: calc(100vh - 64px - 20px - 53px - 20px) !important; height: calc(100vh - 64px - 30px - 53px - 20px) !important;
overflow: auto !important; overflow: auto !important;
} }
} }
\ No newline at end of file
.model-table { .model-table {
.yy-table { .yy-table {
height: calc(100vh - 64px - 20px - 53px - 20px) !important; height: calc(100vh - 64px - 30px - 53px - 20px) !important;
overflow: auto !important; overflow: auto !important;
} }
} }
\ No newline at end of file
.model-tree { .model-tree {
.yy-tree-list { .yy-tree-list {
height: calc(100vh - 64px - 20px - 53px - 20px) !important; height: calc(100vh - 64px - 30px - 53px - 20px) !important;
overflow: auto !important; overflow: auto !important;
} }
} }
\ No newline at end of file
...@@ -96,7 +96,7 @@ class Model extends React.Component { ...@@ -96,7 +96,7 @@ class Model extends React.Component {
<div style={{ backgroundColor: '#ECEEF3' }}> <div style={{ backgroundColor: '#ECEEF3' }}>
<Row> <Row>
<Col span={6} > <Col span={6} >
<div className='mr-3' style={{ backgroundColor: '#fff' }}> <div className='mr-4' style={{ backgroundColor: '#fff' }}>
<ModelTree onSelect={this.onTreeSelect} /> <ModelTree onSelect={this.onTreeSelect} />
</div> </div>
</Col> </Col>
......
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