fix(chat): 修复极简模式摘要行运行动画右侧被截断的问题

This commit is contained in:
JOJO 2026-07-10 16:21:52 +08:00
parent 8594b43d8a
commit 3f3662d3a5

View File

@ -1093,8 +1093,8 @@ onBeforeUnmount(() => {
display: flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
min-width: 18px;
min-height: 18px;
}
.check-icon {