Merge pull request #8171 from dataease/pr@dev-v2_dzz_mobile

fix(移动端): 目录无法滚动
This commit is contained in:
dataeaseShu 2024-02-27 10:58:25 +08:00 committed by GitHub
commit 0b3f049c87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ onMounted(() => {
</script>
<template>
<div>
<div style="overflow-y: auto; height: calc(100vh - 50px)">
<van-sticky>
<van-search
v-if="!directName.length"