forked from github/dataease
Merge pull request #8171 from dataease/pr@dev-v2_dzz_mobile
fix(移动端): 目录无法滚动
This commit is contained in:
commit
0b3f049c87
@ -97,7 +97,7 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="overflow-y: auto; height: calc(100vh - 50px)">
|
||||||
<van-sticky>
|
<van-sticky>
|
||||||
<van-search
|
<van-search
|
||||||
v-if="!directName.length"
|
v-if="!directName.length"
|
||||||
|
Loading…
Reference in New Issue
Block a user