From 4af53113e43342230ef8cb5d602aa4016295e944 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Sun, 20 Jul 2025 15:13:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(calc):=20=E6=9B=B4=E6=96=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/calc/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/calc/index.vue b/src/components/calc/index.vue index ff62835..e34e2bc 100644 --- a/src/components/calc/index.vue +++ b/src/components/calc/index.vue @@ -180,6 +180,9 @@ function calcResult() { .setting-container { .input { @apply w-full relative border rounded mt-1 flex items-center bg-white overflow-hidden; + &:focus-within{ + border-color: #aaa; + } } input {