chore: add color to scrollbar thumb

pull/1306/head
btea 12 months ago
parent 13f9efacd3
commit 6e651b161f

@ -65,6 +65,10 @@
width: 5px; width: 5px;
height: 5px; height: 5px;
} }
::-webkit-scrollbar-thumb {
background: #99ccff;
border-radius: 3px;
}
/* 表格靠左对齐 */ /* 表格靠左对齐 */
table { table {

Loading…
Cancel
Save