feat: date and time picker (#13985)

This commit is contained in:
Wu Tianwei
2025-02-19 10:56:18 +08:00
committed by GitHub
parent 4a332ff1af
commit 19d413ac1e
39 changed files with 1234 additions and 1 deletions

View File

@@ -684,4 +684,17 @@ button:focus-within {
@import "../components/base/action-button/index.css";
@import "../components/base/modal/index.css";
@tailwind utilities;
@tailwind utilities;
@layer utilities {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
}