mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
fixed chat page styles
This commit is contained in:
parent
42da38c5c3
commit
31b02b97d3
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user