mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-11 19:53:50 +08:00
style: 调整聊天侧边栏样式
This commit is contained in:
@@ -81,8 +81,8 @@ const showDialog = computed(() => {
|
||||
})
|
||||
const form = ref({})
|
||||
const top = computed(() => {
|
||||
if (window.innerHeight < 768) {
|
||||
return '1vh';
|
||||
if (window.innerHeight < 1024) {
|
||||
return '5vh';
|
||||
} else {
|
||||
return '15vh';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user