From 1d6c12e8d7f6804ca3e7b3cddf14ef8525e386d6 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Thu, 23 Apr 2026 17:15:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20WiFi=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/FunctionCard.vue | 2 +- pages/index/index.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/components/FunctionCard.vue b/components/FunctionCard.vue index 9d82651..d840e0c 100644 --- a/components/FunctionCard.vue +++ b/components/FunctionCard.vue @@ -61,7 +61,7 @@ 绑定手机号 - + {{ alreadyBindPhone ? '已绑定' : '未绑定' }} diff --git a/pages/index/index.vue b/pages/index/index.vue index a5385c3..316631f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -25,11 +25,11 @@ - + - + @@ -732,6 +732,12 @@ font-weight: 600; color: var(--text-primary); } + + .wifi-input { + border: 2rpx solid var(--border-light); + border-radius: 8rpx; + padding: 8rpx 16rpx; + } } .bottom-spacer {