f
This commit is contained in:
@@ -474,15 +474,17 @@
|
||||
.section-card {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
page-break-inside: avoid;
|
||||
break-inside: avoid;
|
||||
/* 允许在模块内部分页,减少页面底部的空白 */
|
||||
page-break-inside: auto;
|
||||
break-inside: auto;
|
||||
}
|
||||
.section-card h2 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
.item-list li {
|
||||
page-break-inside: avoid;
|
||||
break-inside: avoid;
|
||||
/* 列表项允许在需要时被分页拆分 */
|
||||
page-break-inside: auto;
|
||||
break-inside: auto;
|
||||
}
|
||||
/* 原始 JSON 展示在 PDF 中通常不需要过高容器限制 */
|
||||
.raw-section pre {
|
||||
@@ -661,6 +663,12 @@
|
||||
isListed: "是否上市",
|
||||
company: "上市公司信息",
|
||||
stock: "股票信息",
|
||||
// 上市公司信息字段
|
||||
bizScope: "经营范围",
|
||||
regAddr: "注册地址",
|
||||
regCapital: "注册资本",
|
||||
cur: "币种",
|
||||
curName: "币种名称",
|
||||
};
|
||||
|
||||
function label(key) {
|
||||
|
||||
Reference in New Issue
Block a user