style: 调整聊天侧边栏样式

This commit is contained in:
RockYang
2023-06-23 18:31:50 +08:00
parent d03ed6570b
commit 063b5655f7
4 changed files with 58 additions and 6 deletions

View File

@@ -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';
}