mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix: 修复 PC 端聊天界面滚动条问题
This commit is contained in:
		@@ -310,7 +310,7 @@ const getRoleById = function (rid) {
 | 
				
			|||||||
const resizeElement = function () {
 | 
					const resizeElement = function () {
 | 
				
			||||||
  chatBoxHeight.value = window.innerHeight - 51 - 82 - 38;
 | 
					  chatBoxHeight.value = window.innerHeight - 51 - 82 - 38;
 | 
				
			||||||
  mainWinHeight.value = window.innerHeight - 51;
 | 
					  mainWinHeight.value = window.innerHeight - 51;
 | 
				
			||||||
  leftBoxHeight.value = window.innerHeight - 43 - 47 - 44;
 | 
					  leftBoxHeight.value = window.innerHeight - 43 - 47 - 45;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 新建会话
 | 
					// 新建会话
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user