浏览代码

修改全局scrollbar

Morales 5 月之前
父节点
当前提交
b0fb7cce6e
共有 1 个文件被更改,包括 11 次插入0 次删除
  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>