<style>
::-webkit-scrollbar {
/*滚动条整体样式*/
width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
height: 10px;
}
::-webkit-scrollbar-track {
background: transparent !important; /* 滚动条轨道背景 */
}
::-webkit-scrollbar-thumb {
background-color: #edeef2 !important; /* 滚动条颜色 */
border-radius: 4px !important; /* 滚动条圆角 */
}
::-webkit-scrollbar-thumb:hover {
background-color: #6b6d6f !important; /* 悬停时颜色 */
}
</style>
上一篇
表格的增删改查
2024-11-28
下一篇
ant的日期组件获取当天日期以及第二天日期
2024-11-22