fix(个人中心): 输入框字符长度

--bug=1037353 --user=王旭 【个人中心】APIKEY-设置-添加描述信息-只能输入39个字符 https://www.tapd.cn/55049933/s/1482729
This commit is contained in:
WangXu10 2024-03-28 13:44:43 +08:00 committed by Craftsman
parent 210f41c0e6
commit f69672938f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<a-form-item field="desc" :label="t('ms.personal.accessKeyDesc')">
<a-input
v-model:model-value="timeForm.desc"
:max-length="64"
:max-length="255"
:placeholder="t('ms.personal.accessKeyDescPlaceholder')"
/>
</a-form-item>