From a6378a4ecdc99fc8b2193adf193bcac98ddf05f5 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 13 Mar 2025 09:55:46 +0800 Subject: [PATCH] 知识库文档,根据 cursor 特点再次调整目录结构 --- forms/input/CInput.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/forms/input/CInput.vue b/forms/input/CInput.vue index 211d760..ef6e805 100644 --- a/forms/input/CInput.vue +++ b/forms/input/CInput.vue @@ -16,6 +16,7 @@ :required="itemRes.required" :error="itemRes.error" :cursorSpacing="0" + :cursor="-1" :value="value" :onChange="evt => handleChange(evt)" > @@ -56,7 +57,7 @@ value() { return ((this.itemRes.formData[this.itemRes.name] || '') + '').replace( /[\n\r]/g, - '' + '', ); }, }, -- Gitblit v1.9.1