Add files via upload

This commit is contained in:
公明
2026-01-11 14:31:35 +08:00
committed by GitHub
parent 6084d2d84f
commit 8581027bbe
2 changed files with 56 additions and 5 deletions
+9 -1
View File
@@ -6112,6 +6112,9 @@ header {
.batch-manage-modal-content {
max-width: 800px;
width: 90vw;
display: flex;
flex-direction: column;
max-height: 85vh;
}
.batch-manage-header-actions {
@@ -6146,8 +6149,12 @@ header {
}
.batch-manage-body {
max-height: 60vh;
flex: 1;
min-height: 0;
overflow-y: auto;
padding: 0;
display: flex;
flex-direction: column;
}
.batch-conversations-table {
@@ -6241,6 +6248,7 @@ header {
justify-content: space-between;
padding: 16px 24px;
border-top: 1px solid var(--border-color);
flex-shrink: 0;
}
.select-all-checkbox {