vue项目:把重写样式放到vue项目的 App.vue文件的css样式中
普通项目:把css样式放到需要的html文件中即可
::-webkit-scrollbar {
width: 8px !important;
height: 12px;
z-index: 10;
}
::-webkit-scrollbar-thumb:hover {
background: #3788EE;
z-index: 10;
}
::-webkit-scrollbar-thumb {
background-color: #ebeef0;
border-radius: 8px;
z-index: 10;
}本文为Jsky原创文章,转载无需和我联系,但请注明来自Jsky博客 www.tjin.link
