add empty tips

This commit is contained in:
Timi
2026-01-29 12:33:02 +08:00
parent ca9eb0e33d
commit 07a6bc2ef9
3 changed files with 12 additions and 1 deletions

View File

@@ -100,6 +100,13 @@
}
}
}
.empty-state {
display: flex;
min-height: 60vh;
align-items: center;
justify-content: center;
}
}
.t-popup--bottom {
@@ -187,4 +194,4 @@
}
}
}
}
}