fix(export): clarify text batch dialog copy

This commit is contained in:
aits2026
2026-03-06 14:23:54 +08:00
parent 98a3b06e56
commit 5b6be864fd
2 changed files with 21 additions and 5 deletions

View File

@@ -2794,6 +2794,19 @@
}
}
.dialog-header-copy {
min-width: 0;
display: flex;
flex-direction: column;
gap: 4px;
}
.dialog-header-note {
font-size: 12px;
line-height: 1.45;
color: var(--text-secondary);
}
.close-icon-btn {
border: 1px solid var(--border-color);
background: var(--bg-secondary);