From e91147ca515b2684409d4232ca16fea898f2e329 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Wed, 26 Feb 2025 18:26:20 +0800 Subject: [PATCH] 知识库文档,项目介绍,文案优化 --- 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