update 系统功能列表全部加上列宽
This commit is contained in:
@@ -232,13 +232,7 @@ export default class index extends Component {
|
||||
}
|
||||
expandable={{
|
||||
expandedRowRender: record => (
|
||||
<Descriptions
|
||||
bordered
|
||||
size="small"
|
||||
style={{ maxWidth: '100%' }}
|
||||
labelStyle={{ width: '150px' }}
|
||||
contentStyle={{ wordBreak: 'break-all' }}
|
||||
>
|
||||
<Descriptions bordered size="small" labelStyle={{ width: '150px' }}>
|
||||
<Descriptions.Item span="1" label="方法名称">
|
||||
{record.methodName}
|
||||
</Descriptions.Item>
|
||||
|
||||
Reference in New Issue
Block a user