Commit bd6c5502 authored by nick zheng's avatar nick zheng

chore: 新增\更新分片内容,长度限制1200以内

parent dbbe8197
...@@ -95,6 +95,8 @@ function handleConfirm() { ...@@ -95,6 +95,8 @@ function handleConfirm() {
type="textarea" type="textarea"
:placeholder="t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')" :placeholder="t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:rows="23" :rows="23"
:maxlength="1200"
show-count
/> />
</n-form-item> </n-form-item>
</n-form> </n-form>
......
...@@ -108,6 +108,8 @@ function handleConfirm() { ...@@ -108,6 +108,8 @@ function handleConfirm() {
type="textarea" type="textarea"
:placeholder="t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')" :placeholder="t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:rows="23" :rows="23"
:maxlength="1200"
show-count
/> />
</n-form-item> </n-form-item>
</n-form> </n-form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment