修改认证清单-studio和认证工程师点击更多,底部空白较大

This commit is contained in:
范强强
2023-04-04 11:27:57 +08:00
parent 4c35be9c31
commit 4605ab6df8
@@ -53,7 +53,7 @@
ref="table"
:loading="loading"
:pagination="false"
:scroll="{x: true}"
:scroll="{x: '100%'}"
rowKey="id"
:data-source="dataSource"
:row-selection="{ selectedRowKeys: selectedRowKeys}"
@@ -172,6 +172,7 @@
width: 180,
fixed: 'left',
sorter: true,
ellipsis: true,
scopedSlots: { customRender: 'standard' }
},
{
@@ -180,6 +181,7 @@
dataIndex: 'title',
width: 180,
fixed: 'left',
ellipsis: true,
scopedSlots: { customRender: 'titleName' }
},
{
@@ -584,7 +586,9 @@
<style lang="less" scoped>
@import '~@assets/less/common.less';
::v-deep .ant-table-fixed-left table, .ant-table-fixed-right table{
width: min-content;
}
.doc-detail {
background: #fff;
height: 100%;