Skip to content

Commit

Permalink
[feature]{index}: 修改滚动条样式
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 1, 2019
1 parent 7d9fba9 commit 32f6119
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,20 @@ code {
.el-textarea.is-disabled .el-textarea__inner{
background-color: white!important;
color: unset!important;
}



/*
滚动条样式修改 仅限于webkit内核浏览器有效
*/

::-webkit-scrollbar {
width: 3px;
height:3px;
background-color: #181c32;
}

::-webkit-scrollbar-thumb {
background-color: #5a76cd;
}

0 comments on commit 32f6119

Please sign in to comment.