fix(ui): 右側的面板沒有吃滿寬度
This commit is contained in:
@@ -172,7 +172,8 @@ export default function App() {
|
||||
// 聊天页面
|
||||
}
|
||||
<div id="ChatFragment" style={{
|
||||
display: "flex"
|
||||
display: "flex",
|
||||
width: '100%'
|
||||
}}>
|
||||
{
|
||||
!isShowChatFragment && <div style={{
|
||||
|
||||
Reference in New Issue
Block a user