mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	fixed chat page styles
This commit is contained in:
		@@ -11,6 +11,7 @@ $borderColor = #4676d0;
 | 
			
		||||
 | 
			
		||||
    .el-aside {
 | 
			
		||||
      background-color: $sideBgColor;
 | 
			
		||||
      height 100vh
 | 
			
		||||
 | 
			
		||||
      .title-box {
 | 
			
		||||
        padding: 6px 10px;
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ const router = useRouter()
 | 
			
		||||
 | 
			
		||||
const title = ref("Geek-AI 创作系统")
 | 
			
		||||
const slogan = ref("我辈之人,先干为敬,陪您先把 AI 用起来")
 | 
			
		||||
const size = window.innerHeight * 0.8
 | 
			
		||||
const size = Math.max(window.innerWidth * 0.5, window.innerHeight * 0.8)
 | 
			
		||||
const winHeight = window.innerHeight - 150
 | 
			
		||||
 | 
			
		||||
onMounted(() => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user