1
haoxuan
2024-01-24 b4a603e7e1c123195f5515aa7c3b247e1784fb76
1
2
3
4
5
6
7
8
@import './base.css';
 
 
/* 覆盖 el 滚动条颜色 */
.el-scrollbar .el-scrollbar__thumb{
  background-color: #fff;
  opacity: 0.5;
}