Skip to content

Commit 0375dab

Browse files
committed
🔥 删除测试代码
1 parent 31c12a2 commit 0375dab

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

src/components/style/core/normalize.less

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -100,34 +100,3 @@ p {
100100
li {
101101
list-style: none;
102102
}
103-
104-
/* 自定义滚动条样式 */
105-
*::-webkit-scrollbar-track {
106-
border-radius: 5px;
107-
background-color: #f3f3f3;
108-
}
109-
110-
*::-webkit-scrollbar-track-piece {
111-
display: none;
112-
}
113-
114-
*::-webkit-scrollbar {
115-
background: transparent;
116-
width: 10px;
117-
height: 10px;
118-
}
119-
120-
*::-webkit-scrollbar-thumb {
121-
border-radius: 5px;
122-
background-color: #e1e1e1;
123-
width: 6px;
124-
min-height: 50px;
125-
border: 2px solid transparent;
126-
background-clip: content-box;
127-
}
128-
129-
* {
130-
// 火狐修改滚动条: 以下为firefox特有属性
131-
scrollbar-width: thin;
132-
scrollbar-color: #e1e1e1 #f3f3f3;
133-
}

0 commit comments

Comments
 (0)