Added projects features

This commit is contained in:
Laux Dev
2026-02-26 11:59:16 +08:00
parent b1a79b90a1
commit 7b99f73a7e
11 changed files with 904 additions and 151 deletions

View File

@@ -50,14 +50,6 @@ const OrganizationPage = () => {
organizationName: "Project Moonshot Inc.",
dateCreated: "2024-10-21 08:01:30.556 +0000 UTC",
},
{
organizationName: "Project Moonshot Inc.",
dateCreated: "2024-10-21 08:01:30.556 +0000 UTC",
},
{
organizationName: "Project Moonshot Inc.",
dateCreated: "2024-10-21 08:01:30.556 +0000 UTC",
},
];
return (

View File

@@ -10,8 +10,13 @@
.tableContainer {
height: calc(100vh - 170px);
overflow-y: auto;
position: relative;
}
.tableContainer th {
background: #1c1d2b;
top: 0;
position: sticky;
}
.tableContainer > table > thead > tr > th,
.tableContainer > table > tbody > tr > td {
padding: 12px 24px;