fix: fix log page timestamp display and optimize AuthFiles layout

- Add formatUnixTimestamp utility to auto-detect timestamp precision (s/ms/μs/ns)
  - Fix incorrect file modification time display in logs page
  - Remove fixed height constraint from AuthFilesPage model list
This commit is contained in:
Supra4E8C
2025-12-17 18:03:25 +08:00
parent 0ebf62b564
commit cd6c142324
3 changed files with 33 additions and 3 deletions

View File

@@ -417,8 +417,6 @@
display: flex;
flex-direction: column;
gap: $spacing-sm;
max-height: 400px;
overflow-y: auto;
}
.modelItem {