From 73c27460075c56ebeb696341fb1b9cae220dd7e0 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 02 Dec 2020 14:58:47 +0800
Subject: [PATCH] 微调主色,优化表单验证错误状态显示

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

diff --git a/forms/input/CInput.vue b/forms/input/CInput.vue
index 86acc3e..38ec252 100644
--- a/forms/input/CInput.vue
+++ b/forms/input/CInput.vue
@@ -16,10 +16,9 @@
     >
         <slot />
     </AtInput>
-</template>
-
-<script>
+</template><script>
 import { AtInput } from 'taro-ui-vue';
+import './cInput.scss';
 
 export default {
     name: 'CInput',

--
Gitblit v1.9.1