🎨 build framework completed

This commit is contained in:
landaiqing
2024-08-07 22:26:41 +08:00
parent 883afb315a
commit a4b502717c
29 changed files with 2733 additions and 183 deletions

View File

@@ -0,0 +1,26 @@
::-webkit-scrollbar {
width: 6px;
height: 8px;
}
::-webkit-scrollbar-button {
display: none;
}
::-webkit-scrollbar-thumb {
background: rgba(144, 147, 153, 0.3);
cursor: pointer;
border-radius: 4px;
}
::-webkit-scrollbar-corner {
display: none;
}
::-webkit-resizer {
display: none;
}