v1.0.12: 企业/人员/媒体去删除入口;企业/人员加产品入口;企业详情去产品品类/关联联系人;编辑企业改Tab卡(工商信息/财务信息/资质认证)

This commit is contained in:
nanguaboss
2026-08-03 23:22:33 +08:00
parent 71c6e8d9c1
commit 96cba121a8
14 changed files with 644 additions and 83 deletions
+61
View File
@@ -462,6 +462,67 @@ table.grid .ops a:hover { text-decoration: underline; }
color: #fff;
}
/* ---------- 编辑弹窗 Tab 卡(工商信息/财务信息/资质认证) ---------- */
.edit-tabs { border: 1px solid #e5e9f0; border-radius: 6px; }
.edit-tabs-head {
display: flex;
border-bottom: 1px solid #e5e9f0;
background: #f7f9fc;
border-radius: 6px 6px 0 0;
}
.edit-tabs-head .edit-tab {
padding: 10px 24px;
font-size: 13px;
color: #5a6472;
cursor: pointer;
border-right: 1px solid #e5e9f0;
user-select: none;
background: transparent;
}
.edit-tabs-head .edit-tab:hover { color: #2a5298; }
.edit-tabs-head .edit-tab.active {
background: #fff;
color: #2a5298;
font-weight: bold;
border-bottom: 2px solid #2a5298;
margin-bottom: -1px;
}
.edit-tabs-body {
padding: 14px 16px;
background: #fff;
border-radius: 0 0 6px 6px;
max-height: 62vh;
overflow-y: auto;
}
.fin-year {
border: 1px solid #eef0f4;
border-radius: 6px;
padding: 10px 14px;
margin-bottom: 10px;
background: #fbfcfe;
}
.fin-year-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.fin-year-head b { font-size: 13px; color: #1e2a3a; font-weight: bold; }
.fin-year-head input {
width: 100px;
border: 1px solid #d9dee8;
border-radius: 4px;
padding: 5px 8px;
font-size: 13px;
margin-left: 6px;
}
.cert-row { display: flex; gap: 8px; margin-bottom: 8px; align-items: center; flex-wrap: wrap; }
.cert-row select, .cert-row input {
border: 1px solid #d9dee8;
border-radius: 4px;
padding: 7px 8px;
font-size: 13px;
background: #fff;
}
.cert-row select { width: 200px; }
.cert-row input[type="text"] { width: 170px; }
.cert-row input[type="date"] { width: 140px; }
/* ---------- 页脚(版权/备案) ---------- */
.footer {
padding: 14px 22px;