提交
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view class="uni-popup-share">
|
||||
|
||||
<view class="uni-share-title"><text class="uni-share-title-text">{{shareTitleText}}</text></view>
|
||||
<view class="uni-share-content">
|
||||
<view class="uni-share-content-box">
|
||||
@@ -32,6 +33,7 @@
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
|
||||
beforeClose: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
.uni-popup {
|
||||
position: fixed;
|
||||
/* #ifndef APP-NVUE */
|
||||
z-index: 99;
|
||||
z-index: 1000;
|
||||
|
||||
/* #endif */
|
||||
&.top,
|
||||
|
||||
Reference in New Issue
Block a user