update
This commit is contained in:
@ -10,9 +10,9 @@ const breadcrumb = [
|
||||
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<div className={"flex flex-col h-full"}>
|
||||
<div className={"flex h-full flex-col"}>
|
||||
<Breadcrumb navigations={breadcrumb} />
|
||||
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
|
||||
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -4,9 +4,9 @@ const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<ArticleHeading text={"产业处"} />
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
负责院科技成果转移转化与产业化工作,主要职责为:
|
||||
<ol className={"list-decimal list-inside"}>
|
||||
<ol className={"list-inside list-decimal"}>
|
||||
<li>负责产业化项目的申报和管理。</li>
|
||||
<li>负责产业平台的统筹策划、建设运营和管理。</li>
|
||||
<li>负责技术转移服务平台的建设与运营。</li>
|
||||
|
Reference in New Issue
Block a user