Add files via upload

This commit is contained in:
公明
2026-05-29 17:59:19 +08:00
committed by GitHub
parent 0933f9365b
commit cbcbd414cd
2 changed files with 60 additions and 6 deletions
+34
View File
@@ -21594,6 +21594,40 @@ button.chat-files-dropdown-item:hover:not(:disabled) {
overflow: hidden;
background: #fff;
}
#project-panel-facts {
display: flex;
flex-direction: column;
overflow: hidden;
}
#project-panel-facts .projects-fact-toolbar {
flex: 0 0 auto;
}
#project-panel-facts .projects-table-wrap {
flex: 1 1 auto;
min-height: 0;
max-height: 100%;
overflow: hidden;
}
#project-panel-facts .projects-table-wrap .data-table--projects {
width: 100%;
height: 100%;
table-layout: fixed;
border-spacing: 0;
}
#project-panel-facts .projects-table-wrap .data-table--projects thead,
#project-panel-facts .projects-table-wrap .data-table--projects tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
#project-panel-facts .projects-table-wrap .data-table--projects tbody {
display: block;
height: calc(100% - 42px);
overflow-y: auto;
overflow-x: hidden;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.projects-table-wrap .data-table--projects {
min-width: 0;
table-layout: fixed;