From 1f528faa8b3b412d4dc914f6e326dee58ccfeda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9F=B5=E7=90=B4?= <757188142@qq.com> Date: Mon, 20 Apr 2026 18:02:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E5=92=A8=E8=AF=A2=E6=A8=A1=E5=9D=97=E5=91=98=E5=B7=A5=E7=AB=AF?= =?UTF-8?q?=E4=B8=8E=E7=AE=A1=E7=90=86=E7=AB=AF=E9=A1=B5=E9=9D=A2=E5=8E=9F?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../health-consult/select-person.html | 11 +- employee-app/health-consult/text-chat.html | 2 +- .../assistant/current-consult.html | 51 +++++- web-admin/health-consult/config-hospital.html | 147 +++++++++++++++--- 4 files changed, 181 insertions(+), 30 deletions(-) diff --git a/employee-app/health-consult/select-person.html b/employee-app/health-consult/select-person.html index f07ae1d..ae16275 100644 --- a/employee-app/health-consult/select-person.html +++ b/employee-app/health-consult/select-person.html @@ -107,6 +107,7 @@ .form-label { font-size: 13px; color: #666; margin-bottom: 6px; display: block; } .form-input { width: 100%; padding: 10px 12px; border: 1.5px solid #e0e0e0; border-radius: 10px; font-size: 14px; outline: none; } .form-input:focus { border-color: #1677ff; } + .form-label.required::before { content: '*'; color: #ff4d4f; margin-right: 4px; } .form-section { font-size: 14px; font-weight: 600; color: #333; margin: 18px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #f0f0f0; } .gender-group { display: flex; gap: 8px; margin-bottom: 14px; } .gender-btn { flex: 1; padding: 9px; border: 1.5px solid #e0e0e0; border-radius: 10px; font-size: 14px; background: #fff; cursor: pointer; text-align: center; } @@ -221,16 +222,16 @@
-
+
- +
-
-
+
+
生活习惯
@@ -251,7 +252,7 @@
身体情况
-
+
diff --git a/employee-app/health-consult/text-chat.html b/employee-app/health-consult/text-chat.html index c85e8f5..338dac1 100644 --- a/employee-app/health-consult/text-chat.html +++ b/employee-app/health-consult/text-chat.html @@ -242,7 +242,7 @@