删除没有用的图片

This commit is contained in:
jiangs 2026-03-01 11:12:10 +08:00
parent 7dc6c42d7b
commit 87afde90c4
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

View File

@ -899,7 +899,7 @@ const printPdf = () => {
background: #E1E9F7;
border-radius: 50%;
text-align: center;
font-family: SourceHanSansCN, SourceHanSansCN;
font-family: SourceHanSansCN, "PingFang SC", "Microsoft YaHei", sans-serif;
font-weight: 500;
font-size: 1.125rem;
color: #4767A3;
@ -912,14 +912,14 @@ const printPdf = () => {
}
.timeline-title {
font-family: SourceHanSansCN, SourceHanSansCN;
font-family: SourceHanSansCN, "PingFang SC", "Microsoft YaHei", sans-serif;
font-weight: 500;
font-size: 1rem;
color: #4767A3;
}
.timeline-time {
font-family: SourceHanSansCN, SourceHanSansCN;
font-family: SourceHanSansCN, "PingFang SC", "Microsoft YaHei", sans-serif;
font-weight: 400;
font-size: .875rem;
color: #4767A3;