fix: 修复参与者列表宽度展示问题

This commit is contained in:
2025-12-08 16:01:30 +08:00
parent 0dd0b711f9
commit 0bbb9f5ce0
2 changed files with 23 additions and 15 deletions

View File

@@ -59,9 +59,13 @@
&-scroll {
flex: 0 0 auto;
width: calc(100% - 116px);
width: 100%;
height: 100%;
&.withApplication {
width: calc(100% - 116px);
}
&-content {
display: flex;
flex-direction: row;