From 4e60564fbf6b6c26ac5cd2977daa70e48d72c1b6 Mon Sep 17 00:00:00 2001 From: chensiAb <chenchenco03@163.com> Date: Thu, 07 Nov 2024 17:14:16 +0800 Subject: [PATCH] fix:CinputPhoneCode-每次点击获取验证码清除定时器 --- 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