fix(ui): 右側的面板沒有吃滿寬度

This commit is contained in:
CrescentLeaf
2025-09-20 19:51:41 +08:00
parent ab1bc844ab
commit 5ff726d834

View File

@@ -172,7 +172,8 @@ export default function App() {
// 聊天页面
}
<div id="ChatFragment" style={{
display: "flex"
display: "flex",
width: '100%'
}}>
{
!isShowChatFragment && <div style={{