fix(chat): 修复极简模式摘要行运行动画右侧被截断的问题
This commit is contained in:
parent
8594b43d8a
commit
3f3662d3a5
@ -1093,8 +1093,8 @@ onBeforeUnmount(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 18px;
|
min-width: 18px;
|
||||||
height: 18px;
|
min-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.check-icon {
|
.check-icon {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user