Commit 6c891ab0 authored by 皮倩雯's avatar 皮倩雯

修改界面UI

parent 69e76a6f
Pipeline #35939 skipped with stages
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
} }
} }
.ant-table-body{ .ant-table-body{
max-height: calc(100vh - 370px) !important; max-height: calc(100vh - 345px) !important;
min-height:calc(100vh - 370px); min-height:calc(100vh - 345px);
margin-right: -6px; margin-right: -6px;
} }
.ant-table-pagination.ant-pagination { .ant-table-pagination.ant-pagination {
......
...@@ -146,7 +146,6 @@ const AddModal = props => { ...@@ -146,7 +146,6 @@ const AddModal = props => {
<Drawer <Drawer
title='字段集选择' title='字段集选择'
bodyStyle={{ width: '100%', minHeight: '100px' }} bodyStyle={{ width: '100%', minHeight: '100px' }}
style={{ top: '10px' }}
width="700px" width="700px"
destroyOnClose destroyOnClose
{...props} {...props}
...@@ -229,7 +228,6 @@ const AddModal = props => { ...@@ -229,7 +228,6 @@ const AddModal = props => {
<Drawer <Drawer
title= '部门或角色' title= '部门或角色'
bodyStyle={{ width: '100%', minHeight: '100px' }} bodyStyle={{ width: '100%', minHeight: '100px' }}
style={{ top: '10px' }}
width="700px" width="700px"
destroyOnClose destroyOnClose
{...props} {...props}
......
...@@ -361,7 +361,7 @@ const videoManager = () => { ...@@ -361,7 +361,7 @@ const videoManager = () => {
marginTop: '-3px', marginTop: '-3px',
}} }}
> >
}} > 重置 重置
</Button> </Button>
<Button <Button
icon={<PlusOutlined className={styles.icon} />} icon={<PlusOutlined className={styles.icon} />}
...@@ -372,7 +372,7 @@ const videoManager = () => { ...@@ -372,7 +372,7 @@ const videoManager = () => {
marginTop: '-3px', marginTop: '-3px',
}} }}
> >
}} > 新增 新增
</Button> </Button>
</Col> </Col>
</Row> </Row>
......
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