Commit 255a4bd6 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

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

See merge request !56
parents 5f1fd92b bd6c5502
......@@ -95,6 +95,8 @@ function handleConfirm() {
type="textarea"
:placeholder="t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:rows="23"
:maxlength="1200"
show-count
/>
</n-form-item>
</n-form>
......
......@@ -108,6 +108,8 @@ function handleConfirm() {
type="textarea"
:placeholder="t('personal_space_module.knowledge_module.knowledge_chunk_content_input_placeholder')"
:rows="23"
:maxlength="1200"
show-count
/>
</n-form-item>
</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