H5 iOS z-index无效

方法1:transform

div {
    z-index: 2;
    transform: translateZ(2px)
}

方法2:teleport 

 

// vue

    
// 使用vant允许指定dom的组件

你可能感兴趣的:(vue.js,ios)