v1.0.19: 修复人员编辑入口缺失(person.js addPerson/editPerson) + 渠道明细数量字段名(analysis.php cnt) + CDP全量验证43项PASS

This commit is contained in:
nanguaboss
2026-08-08 19:29:14 +08:00
parent 2cb688ed46
commit 1c8b374a72
40 changed files with 2313 additions and 658 deletions
+135
View File
@@ -519,6 +519,141 @@ table.grid .ops a:hover { text-decoration: underline; }
.cert-row input[type="text"] { width: 170px; }
.cert-row input[type="date"] { width: 140px; }
/* ---------- 基本信息锚点导航布局(左侧文字锚 + 右侧分区) ---------- */
.form-anchor-layout {
display: flex;
gap: 14px;
align-items: flex-start;
}
.form-anchor-nav {
flex: 0 0 86px;
display: flex;
flex-direction: column;
gap: 2px;
position: sticky;
top: 0;
border-right: 1px solid #eef0f4;
padding-right: 10px;
padding-top: 4px;
}
.form-anchor-nav .anchor-link {
display: block;
padding: 7px 10px;
font-size: 13px;
color: #5a6472;
text-decoration: none;
border-radius: 4px;
white-space: nowrap;
}
.form-anchor-nav .anchor-link:hover { color: #2a5298; background: #f2f6fd; }
.form-anchor-nav .anchor-link.active {
color: #2a5298;
background: #e8f0fe;
font-weight: bold;
}
.form-anchor-body { flex: 1; min-width: 0; }
.form-sec { padding: 4px 2px 14px; border-bottom: 1px dashed #eef0f4; }
.form-sec:last-child { border-bottom: none; }
.form-sec-title {
font-size: 13px;
font-weight: bold;
color: #2a5298;
margin-bottom: 10px;
padding-left: 8px;
border-left: 3px solid #2a5298;
line-height: 1.4;
}
/* 联系方式行(企业 social_accounts) */
.account-row {
display: flex;
gap: 8px;
margin-bottom: 8px;
align-items: center;
flex-wrap: wrap;
}
.account-row select, .account-row input {
border: 1px solid #d9dee8;
border-radius: 4px;
padding: 7px 8px;
font-size: 13px;
background: #fff;
}
.account-row select[name="acc-platform"] { width: 110px; }
.account-row input[name="acc-account"] { width: 150px; }
.account-row input[name="acc-url"] { width: 210px; }
.account-row input[name="acc-remark"] { width: 130px; }
.account-row select[name="acc-active"] { width: 76px; }
/* ---------- 人员工作履历行 ---------- */
.exp-row {
display: flex;
gap: 8px;
margin-bottom: 8px;
align-items: center;
flex-wrap: wrap;
}
.exp-row select, .exp-row input {
border: 1px solid #d9dee8;
border-radius: 4px;
padding: 7px 8px;
font-size: 13px;
background: #fff;
}
.exp-row input[type="text"] { width: 110px; }
.exp-row input[type="date"] { width: 130px; }
/* 家乡置灰(中国/港澳台国籍时不可填) */
.area-disabled select, .area-disabled input {
background: #f2f3f5 !important;
color: #b6bfcc !important;
cursor: not-allowed;
}
/* 人脉弹窗姓名链接 */
.link { color: #2a5298; text-decoration: underline; cursor: pointer; }
.link:hover { color: #4fa3ff; }
/* ---------- 渠道管理:效能分析面板 ---------- */
.ana-panel {
flex: 1 1 46%;
min-width: 340px;
border: 1px solid #e5e9f0;
border-radius: 6px;
overflow: hidden;
}
.ana-head {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 14px;
background: #f7f9fc;
border-bottom: 1px solid #e5e9f0;
font-size: 13px;
font-weight: bold;
color: #1e2a3a;
}
.ana-year {
border: 1px solid #d9dee8;
border-radius: 4px;
padding: 4px 8px;
font-size: 12px;
background: #fff;
}
.ana-body { padding: 12px 14px; }
.ana-chart { width: 100%; height: 260px; }
.ana-detail {
margin-top: 10px;
border-top: 1px dashed #eef0f4;
padding-top: 10px;
}
.ana-detail-title {
font-size: 12px;
color: #2a5298;
font-weight: bold;
margin-bottom: 6px;
}
/* ---------- 页脚(版权/备案) ---------- */
.footer {
padding: 14px 22px;