From bee26561aa72a88407b76b97dc0f62da6b671a86 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 27 Nov 2017 11:47:13 +0800 Subject: [PATCH] feat:add share demo --- src/components/Share/dropdownMenu.vue | 1 + src/views/components-demo/mixin.vue | 79 +++++++++++++++++++-------- 2 files changed, 58 insertions(+), 22 deletions(-) diff --git a/src/components/Share/dropdownMenu.vue b/src/components/Share/dropdownMenu.vue index 94630aa6..13cab547 100644 --- a/src/components/Share/dropdownMenu.vue +++ b/src/components/Share/dropdownMenu.vue @@ -40,6 +40,7 @@ $t: .1s; .share-dropdown-menu { width: 250px; position: relative; + z-index: 1; &-title { width: 100%; display: block; diff --git a/src/views/components-demo/mixin.vue b/src/views/components-demo/mixin.vue index 2181c1e2..68cce748 100644 --- a/src/views/components-demo/mixin.vue +++ b/src/views/components-demo/mixin.vue @@ -1,24 +1,31 @@