update 系统功能列表全部加上列宽

This commit is contained in:
2021-06-28 18:18:59 +08:00
parent 6dceac060d
commit 54955e26e5
14 changed files with 544 additions and 432 deletions

View File

@@ -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>