update 滑动条

This commit is contained in:
lb
2022-11-08 09:19:40 +08:00
parent 49171d240c
commit d4986ba2db
5 changed files with 26 additions and 4 deletions

View File

@@ -162,6 +162,28 @@ export default {
position: relative;
}
#v3d-outter *::-webkit-scrollbar {
width: 8px;
}
#v3d-outter *::-webkit-scrollbar-track {
background-color: #14243F;
/* background-color: white; */
border-radius: 0;
}
#v3d-outter *::-webkit-scrollbar-button {
width: 8px;
height: 8px;
background: #5bc4bf9f;
position: relative;
}
#v3d-outter *::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #5bc4bf9f;
}
#v3d-main-content {
width: 100%;
height: 100%;