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

修改界面UI

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