浏览代码

Fix: Fixed the issue where the height of the chat page shared externally did not fill the window #7460 (#7682)

### What problem does this PR solve?
Fix: Fixed the issue where the height of the chat page shared externally
did not fill the window #7460
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
tags/v0.19.0
balibabu 5 个月前
父节点
当前提交
bb1268ef4b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/src/pages/chat/share/index.less

+ 1
- 1
web/src/pages/chat/share/index.less 查看文件

@@ -1,5 +1,5 @@
.chatWrapper {
height: 100%;
height: 100vh;
}

.chatContainer {

正在加载...
取消
保存