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

@@ -2877,6 +2877,17 @@
margin-left: auto;
}
.dialog-format-trigger {
width: 100%;
justify-content: space-between;
}
.dialog-format-trigger-label {
flex: 1;
min-width: 0;
text-align: left;
}
.dialog-format-dropdown {
position: absolute;
top: calc(100% + 6px);