ljr210

取消小程序默认导航条(在所需页面写入下面样式) :

// 取消小程序默认导航条
::-webkit-scrollbar {
   width: 0;
   height: 0;
   color: transparent;
}

 

分类:

技术点:

相关文章: