feat: 新增健康画像与历史咨询摘要模块,咨询结束页增加AI摘要卡片;应急大屏增加生活习惯画像
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
}
|
||||
.nav-back { font-size: 22px; color: #333; text-decoration: none; margin-right: 8px; line-height: 1; cursor: pointer; }
|
||||
.nav-title { font-size: 17px; font-weight: 600; color: #333; }
|
||||
.nav-right-btn { margin-left: auto; font-size: 13px; color: #1677ff; background: #e8f4ff; border: none; border-radius: 6px; padding: 5px 10px; cursor: pointer; font-weight: 500; }
|
||||
|
||||
/* ===== 页面内容 ===== */
|
||||
.page-content { flex: 1; overflow-y: auto; padding: 0 0 34px; background: #f5f5f5; }
|
||||
@@ -116,6 +117,7 @@
|
||||
<!-- [交互] 点击返回: 根据来源页面动态返回 -->
|
||||
<a class="nav-back" id="back-btn" onclick="goBack()">‹</a>
|
||||
<span class="nav-title">咨询人档案</span>
|
||||
<button class="nav-right-btn" onclick="location.href='../../../employee-app/profile/health-profile.html'">健康画像</button>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
|
||||
Reference in New Issue
Block a user