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

fix: '优化'

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