update
This commit is contained in:
@ -9,9 +9,9 @@ const breadcrumb = [
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<ArticleLayout leftNavTitle={"联系我们"}>
|
||||
<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>
|
||||
</ArticleLayout>
|
||||
);
|
||||
|
@ -1,22 +1,22 @@
|
||||
const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<h2 className={"text-center text-lg font-bold text-[#054786] mb-8"}>
|
||||
<h2 className={"mb-8 text-center text-lg font-bold text-[#054786]"}>
|
||||
信息公开联系方式
|
||||
</h2>
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
机构名称:中国科学院重庆绿色智能技术研究院合肥分院
|
||||
</p>
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
工作时间:8:30-18:00(节假日除外)
|
||||
</p>
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
联系电话:18156053255 18156054143
|
||||
</p>
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
通信地址:安徽省合肥市高新区创新产业园D1 7楼
|
||||
</p>
|
||||
<p className={"text-base indent-8 my-1"}>邮政编码:230022</p>
|
||||
<p className={"my-1 indent-8 text-base"}>邮政编码:230022</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user