调整布局
This commit is contained in:
@@ -4,8 +4,8 @@ interface BreadcrumbProps {
|
|||||||
}
|
}
|
||||||
const Breadcrumb = ({ pageName }: BreadcrumbProps) => {
|
const Breadcrumb = ({ pageName }: BreadcrumbProps) => {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between">
|
<div className="flex gap-3 flex-row items-center justify-between text-sm">
|
||||||
<h2 className="text-title-md2 font-semibold text-black dark:text-white">
|
<h2 className="text-title-md2 font-semibold text-black dark:text-white text-xl">
|
||||||
{pageName}
|
{pageName}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const Create = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Card title={<Breadcrumb pageName="创作" />} className='border-stroke [&>.ant-card-head]:border-stroke [&>.ant-card-head]:dark:border-strokedark dark:bg-boxdark dark:border-strokedark'>
|
<Card title={<Breadcrumb pageName="创作"/>} className='border-stroke dark:border-strokedark [&>.ant-card-head]:border-stroke [&>.ant-card-head]:dark:border-strokedark dark:bg-boxdark'>
|
||||||
<VditorEditor />
|
<VditorEditor />
|
||||||
</Card>
|
</Card>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ const ECommerce: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</CardDataStats>
|
</CardDataStats>
|
||||||
|
|
||||||
<CardDataStats title="Total Profit" total="$45,2K" rate="4.35%" levelUp>
|
<CardDataStats title="Total Profit" total="$45,2K" rate="4.35%" levelUp>
|
||||||
<svg
|
<svg
|
||||||
className="fill-primary dark:fill-white"
|
className="fill-primary dark:fill-white"
|
||||||
@@ -53,6 +54,7 @@ const ECommerce: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</CardDataStats>
|
</CardDataStats>
|
||||||
|
|
||||||
<CardDataStats title="Total Product" total="2.450" rate="2.59%" levelUp>
|
<CardDataStats title="Total Product" total="2.450" rate="2.59%" levelUp>
|
||||||
<svg
|
<svg
|
||||||
className="fill-primary dark:fill-white"
|
className="fill-primary dark:fill-white"
|
||||||
@@ -72,6 +74,7 @@ const ECommerce: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</CardDataStats>
|
</CardDataStats>
|
||||||
|
|
||||||
<CardDataStats title="Total Users" total="3.456" rate="0.95%" levelDown>
|
<CardDataStats title="Total Users" total="3.456" rate="0.95%" levelDown>
|
||||||
<svg
|
<svg
|
||||||
className="fill-primary dark:fill-white"
|
className="fill-primary dark:fill-white"
|
||||||
|
|||||||
Reference in New Issue
Block a user