v1.0.14: 财务信息Tab改为年度财务明细列表(财年/员工数等列);是否上市/股票代码移入财务Tab顶部独立字段

This commit is contained in:
nanguaboss
2026-08-04 00:16:57 +08:00
parent 3b6ba67c33
commit 3a7986e4f1
3 changed files with 41 additions and 46 deletions
+10 -14
View File
@@ -494,23 +494,19 @@ table.grid .ops a:hover { text-decoration: underline; }
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;
/* 年度财务明细表格 */
.fin-tbl input {
border: 1px solid #d9dee8;
border-radius: 4px;
padding: 5px 8px;
font-size: 13px;
margin-left: 6px;
padding: 4px 6px;
font-size: 12px;
background: #fff;
width: 78px;
}
.fin-tbl input[name="fin-fiscal_year"],
.fin-tbl input[name="fin-employee_count"] { width: 66px; }
.fin-tbl input[name="fin-financial_report_url"] { width: 150px; }
.fin-tbl input[name="fin-data_source"] { width: 88px; }
.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;