Commit c9863677 by zhaochengxiang

调整样式

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