fix: playground parameters area resizable

This commit is contained in:
jialin
2025-05-20 19:33:10 +08:00
parent 174f93fe11
commit 1c11e73ff8
11 changed files with 82 additions and 21 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
flex-direction: column;
position: relative;
height: calc(100vh - 72px);
width: 100%;
width: calc(100% - 390px);
.message-list-wrap {
display: flex;