fix(项目设置): 误报库描述过长限制

--bug=1027767 --user=宋昌昌 【项目设置】误报库-描述过长-页面抖动 https://www.tapd.cn/55049933/s/1393660
This commit is contained in:
song-cc-rock 2023-07-14 16:16:59 +08:00 committed by fit2-zhao
parent d883524476
commit 2b2069581f

View File

@ -41,6 +41,8 @@
type="textarea"
:rows="2"
:placeholder="$t('commons.input_content')"
maxlength="1000"
show-word-limit
v-model="libraryData.description">
</el-input>
</el-form-item>