update at 2026-02-13 23:27:50

This commit is contained in:
douboer@gmail.com
2026-02-13 23:27:50 +08:00
parent 46fa619060
commit 0e4fb18f56
2 changed files with 9 additions and 23 deletions

View File

@@ -73,11 +73,6 @@
text-overflow: ellipsis;
}
.toolbar-spacer {
flex: 1;
min-width: 0;
}
.export-box {
background: #fff;
border: 0.5px solid #e5e6eb;
@@ -116,6 +111,7 @@
.preview-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 4px;
}
@@ -126,7 +122,9 @@
}
.preview-controls {
flex: 1;
flex: 0 1 auto;
width: 286px;
max-width: calc(100% - 82px);
min-width: 0;
display: flex;
align-items: center;
@@ -176,13 +174,12 @@
height: 8px;
}
.vertical-label {
display: flex;
flex-direction: column;
.inline-label {
color: #000;
font-size: 12px;
font-weight: 600;
line-height: 1;
white-space: nowrap;
}
.direction-switch {