Tang пре 3 година
родитељ
комит
4ebab157b7

+ 2 - 2
src/views/education/dataReview/dataConfig/index.vue

@@ -799,14 +799,14 @@ export default {
   }
   /* 滚动槽 */
   &::-webkit-scrollbar-track {
-    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.3);
+    box-shadow: inset 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
   }
   /* 滚动条滑块 */
   &::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background: rgba(0, 0, 0, 0.1);
-    -webkit-box-shadow: inset 06px rgba(0, 0, 0, 0.5);
+    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
   }
   &::-webkit-scrollbar-thumb:window-inactive {
     background: rgba(182, 182, 182, 0.4);

+ 2 - 2
src/views/education/dataReview/stamp/index.vue

@@ -738,14 +738,14 @@ export default {
   }
   /* 滚动槽 */
   &::-webkit-scrollbar-track {
-    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.3);
+    box-shadow: inset 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
   }
   /* 滚动条滑块 */
   &::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background: rgba(0, 0, 0, 0.1);
-    -webkit-box-shadow: inset 06px rgba(0, 0, 0, 0.5);
+    box-shadow: inset 06px rgba(0, 0, 0, 0.5);
   }
   &::-webkit-scrollbar-thumb:window-inactive {
     background: rgba(182, 182, 182, 0.4);