细节优化

This commit is contained in:
2025-10-12 23:03:51 +08:00
parent 09c77a809b
commit 6a5191df21
14 changed files with 143 additions and 54 deletions

View File

@@ -7,6 +7,15 @@
line-height: 24px;
letter-spacing: 0px;
padding: 20px;
height: 100vh;
overflow-y: auto;
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
.records-container {