完成评查点分组列表和评查点列表的页面,封装部分组件,重新构造样式文件结构

This commit is contained in:
2025-03-26 18:39:42 +08:00
parent 97ccf5a077
commit d9b9ce4676
34 changed files with 3281 additions and 3777 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Card } from "~/components/ui/Card";
import { Button } from "~/components/ui/Button";
export const links = () => [
{ rel: "stylesheet", href: "/app/styles/index.css" }
{ rel: "stylesheet", href: "app/styles/pages/home.css" }
];
export const meta: MetaFunction = () => {