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 @@