diff --git a/examples/hello-uniapp/components/uni-drawer.vue b/examples/hello-uniapp/components/uni-drawer.vue index 6b53d499c7cfe668b79244542a6ed8ebee38761f..e0085c83280a3d7c353a9c82bd7dfd1e2eefad13 100644 --- a/examples/hello-uniapp/components/uni-drawer.vue +++ b/examples/hello-uniapp/components/uni-drawer.vue @@ -65,6 +65,7 @@ overflow: hidden; visibility: hidden; z-index: 998; + height:100%; } .uni-drawer>.uni-drawer-mask { diff --git a/examples/hello-uniapp/pages/template/drawer/drawer.vue b/examples/hello-uniapp/pages/template/drawer/drawer.vue index 93d6e532d59736c283cd70ba95bd82ade6f0c610..b2167f8628201c4b271d1f9d0fd095cb0013bdc5 100644 --- a/examples/hello-uniapp/pages/template/drawer/drawer.vue +++ b/examples/hello-uniapp/pages/template/drawer/drawer.vue @@ -1,38 +1,43 @@ -