From ca49ec2690b7b6c7b39a208064d10bce495767b3 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 05 Jun 2023 20:36:01 +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