Improve review export and AI progress UI

This commit is contained in:
Codex
2026-05-27 15:34:50 +08:00
parent a15ba058e3
commit 627fce79fe
4 changed files with 277 additions and 53 deletions

View File

@@ -362,6 +362,12 @@ h2 {
min-height: 34px;
}
.export-action {
border-color: #b6c3d0;
background: #f7fafc;
color: var(--accent-dark);
}
input,
select,
textarea {
@@ -397,6 +403,7 @@ textarea {
background: transparent;
text-align: left;
padding: 9px;
cursor: pointer;
}
.record-item:hover,
@@ -471,10 +478,34 @@ textarea {
.record-time {
display: block;
margin-top: 2px;
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;
}
.pdf-panel {
display: flex;
flex-direction: column;