fix(export): stretch format trigger

This commit is contained in:
aits2026
2026-03-06 14:26:43 +08:00
parent 5b6be864fd
commit 919357a374
2 changed files with 13 additions and 2 deletions

View File

@@ -6091,10 +6091,10 @@ function ExportPage() {
<div className="dialog-format-select" ref={sessionFormatDropdownRef}>
<button
type="button"
className={`time-range-trigger ${showSessionFormatSelect ? 'open' : ''}`}
className={`time-range-trigger dialog-format-trigger ${showSessionFormatSelect ? 'open' : ''}`}
onClick={() => setShowSessionFormatSelect(prev => !prev)}
>
<span>{activeDialogFormatLabel}</span>
<span className="dialog-format-trigger-label">{activeDialogFormatLabel}</span>
<span className="time-range-arrow">&gt;</span>
</button>
{showSessionFormatSelect && (