From 4826ec76b86d685b6876db00ad9afd8b9b214692 Mon Sep 17 00:00:00 2001 From: hcoder <5213606@qq.com> Date: Wed, 14 Nov 2018 19:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8A=BD=E5=B1=89=E5=BC=8F?= =?UTF-8?q?=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hello-uniapp/components/uni-drawer.vue | 1 + .../pages/template/drawer/drawer.vue | 101 ++++-------------- 2 files changed, 24 insertions(+), 78 deletions(-) diff --git a/examples/hello-uniapp/components/uni-drawer.vue b/examples/hello-uniapp/components/uni-drawer.vue index 6b53d499c..e0085c832 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 93d6e532d..b2167f862 100644 --- a/examples/hello-uniapp/pages/template/drawer/drawer.vue +++ b/examples/hello-uniapp/pages/template/drawer/drawer.vue @@ -1,38 +1,43 @@ - -- GitLab