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

fix: '优化'

parent 9a815231
Pipeline #82970 passed with stages
......@@ -308,17 +308,17 @@ const TileData = props => {
</div>
</Divider>
<Table
className={styles.tableTile}
columns={columns}
dataSource={tileData}
bordered
rowKey="servicename"
pagination={false}
// scroll={{ y: 600 }}
// pagination={{
// showTotal: (total, range) => `第${range[0]}-${range[1]} 条/共 ${total} 条`,
// }}
pagination={{
showTotal: (total, range) => `第${range[0]}-${range[1]} 条/共 ${total} 条`,
pageSize: 5,
}}
/>
<Divider orientation="left" style={{ marginTop: '50px' }}>
<Divider orientation="left">
<div className={styles.divider}>
分级底图{' '}
<Tooltip title="新增分级底图">
......
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