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

fix: popup

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