刚开始有个现象:

在使用 indicator 的时候 有可能会被 别的层级遮挡

toast 却不会  看了下他的源码

 

 

对比发现   toast 有设置 z-indexindicator 却没有 那么思路来了 

在 index.html 中直加上这两句话

	.mint-indicator-wrapper {
		z-index: 1000 !important;
	}

	.mint-indicator-mask {
		z-index: 1000 !important;
	}

就好了

 

Logo

前往低代码交流专区

更多推荐