This commit is contained in:
Taric Xin
2022-03-07 15:35:40 +08:00
parent 7b9de7fffc
commit 916e0f9c0f
6 changed files with 19 additions and 14 deletions

View File

@ -46,7 +46,7 @@ export class SettingRoleEditComponent implements OnInit {
roleDescription: {
title: '角色描述',
type: 'string',
maxLength: 100,
maxLength: 50,
default: this.roleInfoData.roleDescription,
ui: {
autosize: { minRows: 3 },