From 1759050be9578fb3e376f156a3ace42fa4250193 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 30 Jun 2022 15:35:52 +0800 Subject: [PATCH] App本地存储,允许全部清空 --- 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