From c41fc28f58c7f3048aaee2fdf1ef775b9cf00f9d Mon Sep 17 00:00:00 2001 From: xiaoyucoding Date: Wed, 14 Nov 2018 12:28:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20popup=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20top=20=E5=80=BC=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B=E4=BF=AE=E5=A4=8D=20popup=20?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E7=A4=BA=E4=BE=8B=E5=8F=82=E6=95=B0=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hello-uniapp/components/uni-popup.vue | 136 ++++++++++-------- .../pages/template/popup/popup.vue | 38 ++--- 2 files changed, 92 insertions(+), 82 deletions(-) diff --git a/examples/hello-uniapp/components/uni-popup.vue b/examples/hello-uniapp/components/uni-popup.vue index 614ddddb9..0115acd02 100644 --- a/examples/hello-uniapp/components/uni-popup.vue +++ b/examples/hello-uniapp/components/uni-popup.vue @@ -1,6 +1,6 @@ diff --git a/examples/hello-uniapp/pages/template/popup/popup.vue b/examples/hello-uniapp/pages/template/popup/popup.vue index 21246f3f5..5dd4987d2 100644 --- a/examples/hello-uniapp/pages/template/popup/popup.vue +++ b/examples/hello-uniapp/pages/template/popup/popup.vue @@ -27,51 +27,51 @@ \ No newline at end of file + + -- GitLab