From d412575f6c884dd1d42c02b2e6c895cbc14a787a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 21 Feb 2022 10:53:12 +0800
Subject: [PATCH] 日期组件,支持只读

---
 forms/input/CInput.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/forms/input/CInput.vue b/forms/input/CInput.vue
index 171f765..0ca5c07 100644
--- a/forms/input/CInput.vue
+++ b/forms/input/CInput.vue
@@ -15,6 +15,7 @@
             :placeholder="placeholder"
             :required="itemRes.required"
             :error="itemRes.error"
+            :cursorSpacing="0"
             :value="itemRes.formData[itemRes.name]"
             :onChange="evt=>itemRes.onChange(evt)"
         >

--
Gitblit v1.9.1