mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-13 20:53:47 +08:00
fixed chat page styles
This commit is contained in:
@@ -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