feat(app): 优化聊天页面功能和布局
- 添加辅助功能列表,根据订单类型动态显示不同功能 - 优化聊天室标题和咨询信息显示 - 添加其它资料展示区域 - 重新排聊天输入区域布局 - 更新资源复制脚本路径 - 修复预览失败问题
这个提交包含在:
父节点
e2324ecbdc
当前提交
e25d5af4b6
@ -114,6 +114,13 @@ export class WindowHelper {
|
||||
return WindowHelper._isFullScreen ? WindowHelper._topRectHeight : 0
|
||||
}
|
||||
|
||||
public static get windowsWidth(){
|
||||
return px2vp(display.getDefaultDisplaySync().width)
|
||||
}
|
||||
|
||||
public static get windowsHeight(){
|
||||
return px2vp(display.getDefaultDisplaySync().height)
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置是否全屏
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户