fix(export): size format trigger to content

This commit is contained in:
aits2026
2026-03-06 14:31:00 +08:00
parent 3e917e2062
commit f4037a1ccf

View File

@@ -2873,18 +2873,14 @@
.dialog-format-select { .dialog-format-select {
position: relative; position: relative;
min-width: 220px;
margin-left: auto; margin-left: auto;
} }
.dialog-format-trigger { .dialog-format-trigger {
width: 100%; justify-content: flex-end;
justify-content: space-between;
} }
.dialog-format-trigger-label { .dialog-format-trigger-label {
flex: 1;
min-width: 0;
text-align: right; text-align: right;
} }