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>
|
||||
|
Reference in New Issue
Block a user