修改热力图渲染方式

This commit is contained in:
kron
2025-09-29 11:05:42 +08:00
parent 9c6824b82f
commit 301b7a67a0
3 changed files with 299 additions and 58 deletions

View File

@@ -64,6 +64,12 @@ button {
box-sizing: border-box;
}
view::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
button::after {
border: none;
}