fix(系统设置): 修复apiKey描述长度限制有问题的缺陷

--bug=1038730 --user=王孝刚 【个人中心】api key 描述过长,会报数据库超长错误
https://www.tapd.cn/55049933/s/1494699
This commit is contained in:
wxg0103 2024-04-11 15:39:35 +08:00 committed by 刘瑞斌
parent 05afb90125
commit b094ebf8eb

View File

@ -51,7 +51,7 @@
v-if="item.showDescInput"
v-model:model-value="item.description"
:placeholder="t('common.pleaseInput')"
:max-length="500"
:max-length="255"
@blur="handleDescChange(item)"
></a-textarea>
<div v-else class="desc-line api-item-value">