fix(export): support dragging session table header horizontally

This commit is contained in:
aits2026
2026-03-06 19:37:27 +08:00
parent a8c05fd26c
commit b070b4f659
2 changed files with 80 additions and 45 deletions

View File

@@ -1878,6 +1878,15 @@
font-weight: 600;
letter-spacing: 0.01em;
flex-shrink: 0;
&.is-draggable {
cursor: grab;
}
&.is-dragging {
cursor: grabbing;
user-select: none;
}
}
.contacts-list-header-select {
@@ -1975,7 +1984,6 @@
}
}
.table-top-scrollbar,
.table-bottom-scrollbar {
flex: 0 0 auto;
overflow-x: auto;
@@ -1998,11 +2006,6 @@
}
}
.table-top-scrollbar {
height: 14px;
border-bottom: 1px solid color-mix(in srgb, var(--border-color) 72%, transparent);
}
.table-bottom-scrollbar-inner {
height: 1px;
}
@@ -2012,10 +2015,6 @@
border-top: 1px solid color-mix(in srgb, var(--border-color) 80%, transparent);
}
.table-top-scrollbar-inner {
height: 1px;
}
.selection-clear-btn {
border: 1px solid var(--border-color);
border-radius: 8px;