From 2d58b05fdc700575061cd1064b1ac244de37c1ec Mon Sep 17 00:00:00 2001 From: chenqi Date: Sat, 20 Jun 2026 11:58:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(mobile):=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E5=8C=BB=E9=99=A2=E9=80=89=E6=8B=A9=E5=A7=8B=E7=BB=88=E6=98=BE?= =?UTF-8?q?=E7=A4=BA+=E5=8A=A0=E8=BD=BD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-mobile/src/views/Login.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/healthlink-his-mobile/src/views/Login.vue b/healthlink-his-mobile/src/views/Login.vue index cab90222d..6af534786 100644 --- a/healthlink-his-mobile/src/views/Login.vue +++ b/healthlink-his-mobile/src/views/Login.vue @@ -14,12 +14,13 @@ -
+
+
加载医院列表中...
{{ errorMsg }}
@@ -109,4 +110,5 @@ select.input { appearance: none; background: #fff url("data:image/svg+xml,%3Csvg .login-btn { width: 100%; padding: 14px; background: #1890ff; color: #fff; border: none; border-radius: 8px; font-size: 18px; font-weight: 600; cursor: pointer; } .login-btn:disabled { background: #91d5ff; } .error-msg { color: #f5222d; text-align: center; margin-top: 12px; font-size: 14px; } +.loading-text { color: #999; font-size: 12px; margin-top: 4px; }