Explorar el Código

修改全局scrollbar

Morales hace 5 meses
padre
commit
b0fb7cce6e
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      heida/src/App.vue

+ 11 - 0
heida/src/App.vue

@@ -60,4 +60,15 @@ ul,li {
     top: 0;
     left: 0;
 }
+
+::-webkit-scrollbar {
+  width: 4px;
+  height: 4px;
+  background-color: transparent;
+  border-radius: 3px;
+}
+::-webkit-scrollbar-thumb {
+  background-color: #057dd9;
+  border-radius: 3px;
+}
 </style>