zengyicheng 2 лет назад
Родитель
Сommit
10c2aff7a1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/study.vue

+ 2 - 2
src/components/study.vue

@@ -4232,7 +4232,7 @@ export default {
 .study_top::-webkit-scrollbar-track,
 .textContent::-webkit-scrollbar {
   border-radius: 10px;
-  background-color: #2c5ab3;
+  background-color: #B8BDC9;
 }
 
 /*定义滑块 内阴影+圆角*/
@@ -4240,7 +4240,7 @@ export default {
 .study_top::-webkit-scrollbar-thumb,
 .textContent::-webkit-scrollbar-thumb {
   border-radius: 10px;
-  -webkit-box-shadow: inset 0 0 6px #2c5ab3;
+  -webkit-box-shadow: inset 0 0 6px rgb(96, 125, 184);
   background-color: #2c5ab3;
 }