From 6f7e1b02f1f83a6757ea8d47e2efe34406fe4430 Mon Sep 17 00:00:00 2001 From: ljx120 <10717296+ljx120@user.noreply.gitee.com> Date: Fri, 17 Jan 2025 09:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BD=E8=83=9A=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 4 ++++ pages/whiteEmbryo/w-libraryLocation.vue | 1 + 2 files changed, 5 insertions(+) diff --git a/pages/login/login.vue b/pages/login/login.vue index 8a4882e..ae2434b 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -75,4 +75,8 @@ } } } + ::v-deep .van-field__control { + text-align: center; + font-size: 16px; + } \ No newline at end of file diff --git a/pages/whiteEmbryo/w-libraryLocation.vue b/pages/whiteEmbryo/w-libraryLocation.vue index 49e1c9e..458e65f 100644 --- a/pages/whiteEmbryo/w-libraryLocation.vue +++ b/pages/whiteEmbryo/w-libraryLocation.vue @@ -492,6 +492,7 @@ ::v-deep .van-field__control { border: 1rpx solid #d7d7d7; text-align: center; + font-size: 16px; } }