8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
在weui_toast.less中使用了z-index: @toast-z-index; 但在loading组件中又固定了弹窗z-index,而且css优先级更高 .vux-loading .weui-toast { z-index: 5001; } 导致theme.less 中重新定义 @toast-z-index: 10000;不生效