项目内学员
@@ -596,8 +596,23 @@ export default {
.right1 {
border-left: 1px solid #f2f6fe;
margin-left: 20px;
- max-width: 200px;
-
+ width: 200px;
+ .selected-area {
+ &::-webkit-scrollbar-thumb {
+ border-radius: 4px;
+ background-color: #4284F7;
+ }
+ &::-webkit-scrollbar {
+ width: 6px;
+ height: 6px;
+ background-color:rgba(0, 0, 0, .1);
+ border-radius: 4px;
+ }
+ &::-webkit-scrollbar-thumb {
+ border-radius: 4px;
+ background-color: #4284F7
+ }
+ }
.onerow {
display: flex;
justify-content: space-between;