修复: list双重标记(自带编号隐藏圆点)+深底accent小字禁用+日期时效基准+整套规划注入单页生成(字号/装饰一致性,pageInstruction双通道共享)

This commit is contained in:
lxy
2026-08-30 04:36:28 +08:00
parent c15d730d1c
commit f7d994842a
7 changed files with 105 additions and 27 deletions
+3
View File
@@ -174,6 +174,9 @@
content: ""; position: absolute; left: 0; top: .55em;
width: .35em; height: .35em; border-radius: 50%; background: currentColor;
}
/* 行首自带编号/符号(①、1.、- 等)时不再画圆点,避免双重标记 */
.el-list .li.no-marker::before { display: none; }
.el-list .li.no-marker { padding-left: 0; }
.el-stat { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.el-stat .num { font-weight: 800; line-height: 1; }
.el-stat .label { margin-top: .35em; text-align: center; }