perf: 优化聊天渲染与后台任务性能

This commit is contained in:
Wxw-Gu
2026-07-17 11:37:02 +08:00
parent 8e1e166856
commit 1f693aa3d7
10 changed files with 588 additions and 74 deletions
+21 -2
View File
@@ -1143,6 +1143,20 @@ body {
background: #f0f2ef;
}
.virtual-message-list {
position: relative;
flex: 0 0 auto;
width: 100%;
}
.virtual-message-group {
position: absolute;
top: 0;
left: 0;
display: flow-root;
width: 100%;
}
.wechat-message-row {
margin-bottom: 14px;
}
@@ -7061,7 +7075,9 @@ body {
border: 1.5px solid var(--wxex-border);
border-radius: 12px;
background: #fff;
transition: border-color 0.2s, background 0.2s;
transition:
border-color 0.2s,
background 0.2s;
}
.report-template-item.active {
@@ -7114,7 +7130,10 @@ body {
background: #fff;
color: var(--wxex-text-primary, #1f2933);
cursor: pointer;
transition: background 0.2s, color 0.2s, border-color 0.2s;
transition:
background 0.2s,
color 0.2s,
border-color 0.2s;
}
.report-template-preview-btn:hover {