uniapp showToast遮罩z-index设置最高

/* 将toast的z-index设置为最高 */
uni-toast {
    z-index: 9999 !important; /* 根据实际情况进行调整 */
}

你可能感兴趣的:(uni-app,前端)