mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
fix(export): size format trigger to content
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user