fixed chat page styles

This commit is contained in:
RockYang 2024-04-12 21:57:41 +08:00
parent 42da38c5c3
commit 31b02b97d3
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ $borderColor = #4676d0;
.el-aside {
background-color: $sideBgColor;
height 100vh
.title-box {
padding: 6px 10px;

View File

@ -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(() => {