From 0a9c34f2da201da0358bf149e475519c82553fc8 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 09 Nov 2021 16:20:28 +0800
Subject: [PATCH] 扫码组件,允许由业务层转App层来完成

---
 forms/select/cSelect.scss |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/forms/select/cSelect.scss b/forms/select/cSelect.scss
index f01a470..bf1899d 100644
--- a/forms/select/cSelect.scss
+++ b/forms/select/cSelect.scss
@@ -12,15 +12,22 @@
         }
     }
     .at-input__children {
+        padding-right: 20px;
         &::after {
             display: none;
         }
         .at-icon-chevron-right {
-            font-size: 1.024rem;
+            font-size: 48px;
             color: #ccc;
         }
     }
     .at-input__icon {
         display: none;
     }
+    .at-input__container {
+        input {
+            text-overflow: ellipsis;
+            pointer-events: none;
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1