提交 118a68f3 编写于 作者: S suzigang

fix: popup

上级 a708915b
......@@ -22,7 +22,7 @@ const overlayProps = {
},
zIndex: {
type: [Number, String],
default: 1
default: 2000
},
duration: {
type: [Number, String],
......
......@@ -57,7 +57,7 @@ import { createComponent } from '@/utils/create';
import { OverLay } from '@/nutui';
const { componentName, create } = createComponent('popup');
let _zIndex = 1;
let _zIndex = 2000;
export const popupProps = {
...overlayProps,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册