Commit e855a11f authored by 皮倩雯's avatar 皮倩雯

修改纵向滚动条

parent fcae6954
Pipeline #33984 skipped with stages
......@@ -66,9 +66,8 @@ const incident = () => {
title: '事件主表',
dataIndex: 'tableName',
key: 'tableName',
width: 150,
width: 200,
ellipsis: true,
textWrap: 'word-break'
}
,
{
......@@ -82,7 +81,7 @@ const incident = () => {
title: '摘要字段',
dataIndex: 'summaryFields',
key: 'summaryFields',
width: 100,
width: 200,
ellipsis: true
}
,
......@@ -519,7 +518,7 @@ const incident = () => {
}}
columns={columns}
dataSource={tableData[pickItem]}
scroll={{ x: 'max-content', y: 'calc(100vh - 155px)' }}
scroll={{ y: 'calc(100vh - 155px)' }}
pagination={{
showTotal: (total, range) =>
`第${range[0]}-${range[1]} 条/共 ${total} 条`,
......
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