mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix(系统设置): 修复apiKey描述长度限制有问题的缺陷
--bug=1038730 --user=王孝刚 【个人中心】api key 描述过长,会报数据库超长错误 https://www.tapd.cn/55049933/s/1494699
This commit is contained in:
parent
05afb90125
commit
b094ebf8eb
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user