From 3a55f263d308f904f1f20fc0f5e4c50116e7f726 Mon Sep 17 00:00:00 2001 From: torsenli Date: Thu, 14 Jul 2022 11:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/agent.vue | 4 ++-- src/views/signUp/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/signUp/agent.vue b/src/views/signUp/agent.vue index ae33b01..dc0d50d 100644 --- a/src/views/signUp/agent.vue +++ b/src/views/signUp/agent.vue @@ -20,7 +20,7 @@
-
@@ -636,7 +636,7 @@ div.verify-code { width: 48px; height: 48px; text-align: center; - @include font(OpenSans-Regular, 22, 32, #fff); + @include font(OpenSans-Regular, 22, 32, #000000); } } } diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue index e91b2af..266233c 100644 --- a/src/views/signUp/index.vue +++ b/src/views/signUp/index.vue @@ -616,7 +616,7 @@ div.verify-code { width: 48px; height: 48px; text-align: center; - @include font(OpenSans-Regular, 22, 32, #fff); + @include font(OpenSans-Regular, 22, 32, #000000); } } }