Add files via upload

This commit is contained in:
公明
2025-11-08 22:58:51 +08:00
committed by GitHub
parent ae1f2531c9
commit 8d8bcbfaac
5 changed files with 943 additions and 257 deletions
+12
View File
@@ -569,6 +569,9 @@ header {
background: rgba(156, 39, 176, 0.1) !important;
border-color: rgba(156, 39, 176, 0.3) !important;
color: #9c27b0 !important;
display: inline-flex;
align-items: center;
gap: 6px;
}
.process-detail-btn:hover {
@@ -577,6 +580,12 @@ header {
color: #7b1fa2 !important;
}
.process-detail-btn span {
display: inline-flex;
align-items: center;
gap: 4px;
}
.process-details-container {
margin-top: 12px;
padding-top: 12px;
@@ -592,11 +601,14 @@ header {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
opacity: 0;
}
.process-details-content .progress-timeline.expanded {
max-height: 2000px;
overflow-y: auto;
opacity: 1;
margin-top: 12px;
}
.chat-input-container {