From 5b15175432d0d03d6a35c4555b26d38720095c3a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 16 May 2024 17:39:29 +0800
Subject: [PATCH] 列表页筛选组件,修复下拉选择取消项和值为0的项,显示异常的问题

---
 forms/input/cInputExpressCode.scss |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/forms/input/cInputExpressCode.scss b/forms/input/cInputExpressCode.scss
index 0351661..032a3f4 100644
--- a/forms/input/cInputExpressCode.scss
+++ b/forms/input/cInputExpressCode.scss
@@ -13,7 +13,7 @@
     .c-input-express-scan {
         @include position(absolute, 50% n n 0);
         width: 100px;
-        padding-left: 24px;
+        padding-left: 35px;
         color: #ccc;
         box-sizing: border-box;
         transform: translateY(-50%);
@@ -59,4 +59,9 @@
     .at-input__icon {
         display: none;
     }
+    .at-input__children {
+        &::after {
+            display: none;
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1