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; }