From 82fb91fc7b31a9f23e71f9dee955b0643b11b769 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 9 Oct 2024 14:52:56 +0800 Subject: [PATCH] refactor: improve password input toggle button state display (#6800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind improvement /milestone 2.20.x #### What this PR does / why we need it: 优化密码输入框的明文切换图标的状态显示。 before: image after: image #### Does this PR introduce a user-facing change? ```release-note 优化密码输入框的明文切换图标的状态显示。 ``` --- ui/src/formkit/inputs/password/RevealButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/formkit/inputs/password/RevealButton.vue b/ui/src/formkit/inputs/password/RevealButton.vue index 67c1cc41f..39a8f434c 100644 --- a/ui/src/formkit/inputs/password/RevealButton.vue +++ b/ui/src/formkit/inputs/password/RevealButton.vue @@ -24,7 +24,7 @@ function handleChange() { @click="handleChange" >