From cf6ea209637f02e20ed658e8ee060ed8eacc81fd Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 01 Nov 2021 10:42:26 +0800
Subject: [PATCH] 实现应用内超连接组件

---
 forms/input/cInput.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/forms/input/cInput.scss b/forms/input/cInput.scss
index ec45271..ec60c37 100644
--- a/forms/input/cInput.scss
+++ b/forms/input/cInput.scss
@@ -9,4 +9,13 @@
     .at-input__icon {
         display: none;
     }
+    &.c-input-unit {
+        .at-input__children:after {
+            display: none;
+        }
+        .c-input-unit-text {
+            padding-right: 30rpx;
+            color: #ccc;
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1