fix: 容错修复群聊日报 JSON, 图片样式问题

This commit is contained in:
Wxw-Gu
2026-07-23 16:20:45 +08:00
parent 62f729d281
commit d0ceeceb68
7 changed files with 135 additions and 22 deletions
+3 -3
View File
@@ -7244,17 +7244,17 @@ body {
}
.report-viewer-stage {
display: flex;
display: block;
flex: 1 1 auto;
min-height: 0;
min-width: 0;
justify-content: center;
overflow: auto;
padding: 22px;
}
.report-canvas {
align-self: flex-start;
width: max-content;
margin: 0 auto;
padding: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(32, 39, 36, 0.14);