mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 05:41:46 +08:00
feat: improve ApplicationEditPage (#189)
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
This commit is contained in:
@ -199,7 +199,7 @@ class ProviderTable extends React.Component {
|
||||
}
|
||||
|
||||
return (
|
||||
<Table rowKey="name" columns={columns} dataSource={table} size="middle" bordered pagination={false}
|
||||
<Table scroll={{x: 'max-content'}} rowKey="name" columns={columns} dataSource={table} size="middle" bordered pagination={false}
|
||||
title={() => (
|
||||
<div>
|
||||
{this.props.title}
|
||||
|
Reference in New Issue
Block a user