Ignore PDF prefix truncation AI issues

This commit is contained in:
Codex
2026-05-27 16:06:10 +08:00
parent e0574d16a3
commit 54ea338bd6
4 changed files with 101 additions and 185 deletions

View File

@@ -362,12 +362,6 @@ h2 {
min-height: 34px;
}
.export-action {
border-color: #b6c3d0;
background: #f7fafc;
color: var(--accent-dark);
}
input,
select,
textarea {
@@ -478,32 +472,8 @@ textarea {
.record-time {
display: block;
color: #7b8794;
}
.record-footer {
min-height: 26px;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 8px;
margin-top: 2px;
}
.record-download {
flex: 0 0 auto;
min-height: 24px;
padding: 2px 8px;
border: 1px solid #b6c3d0;
border-radius: 5px;
background: #fff;
color: var(--accent);
font-size: 12px;
}
.record-download:hover {
border-color: var(--accent);
background: #eef6fb;
color: #7b8794;
}
.pdf-panel {