fix: playground气泡溢出 #511

This commit is contained in:
1808837298@qq.com
2024-09-27 20:49:15 +08:00
parent ede6825f13
commit a41b1e0c1b

View File

@@ -65,6 +65,11 @@ body {
height: 100%;
}
.semi-chat-chatBox-content {
min-width: auto;
word-break: break-word;
}
.tableHiddle {
display: none !important;
}