This commit is contained in:
2025-07-02 16:41:04 +08:00
parent e0ad1c1444
commit d5f920072f
3 changed files with 10 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ body {
color: var(--color-text-2) !important;
}
.ellipsis {
text-overflow: ellipsis;
overflow: hidden;
}
#Item-View {
@apply flex flex-col p-[20px] min-h-full overflow-auto;
.arco-card {