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

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"