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 {