调整页面布局
This commit is contained in:
@@ -220,7 +220,7 @@ const ArticlePage = () => {
|
|||||||
</Form>
|
</Form>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card className={`${titleSty} min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={articleList}
|
dataSource={articleList}
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ const CommentPage = () => {
|
|||||||
</Form>
|
</Form>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={list}
|
dataSource={list}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import "./markdown.scss";
|
@use "./markdown.scss";
|
||||||
|
|
||||||
.bytemd {
|
.bytemd {
|
||||||
height: calc(100vh - 200px);
|
height: calc(100vh - 200px);
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
@apply dark:border-strokedark;
|
@apply dark:border-strokedark;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bytemd-status{
|
.bytemd-status {
|
||||||
@apply dark:border-strokedark;
|
@apply dark:border-strokedark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ export default () => {
|
|||||||
<>
|
<>
|
||||||
<Title value="闪念" />
|
<Title value="闪念" />
|
||||||
|
|
||||||
<Card className={`${titleSty} min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} min-h-[calc(100vh-270px)]`}>
|
||||||
<div className="relative flex w-[800px] mx-auto mt-[50px]">
|
<div className="relative flex w-[800px] mx-auto mt-[50px]">
|
||||||
<TextArea
|
<TextArea
|
||||||
rows={10}
|
rows={10}
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export default () => {
|
|||||||
<>
|
<>
|
||||||
<Title value="回收站" />
|
<Title value="回收站" />
|
||||||
|
|
||||||
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={articleList}
|
dataSource={articleList}
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ export default () => {
|
|||||||
<>
|
<>
|
||||||
<Title value="草稿箱" />
|
<Title value="草稿箱" />
|
||||||
|
|
||||||
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={articleList}
|
dataSource={articleList}
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ const FootprintPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card className={`${titleSty} min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={footprintList}
|
dataSource={footprintList}
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ const RecordPage = () => {
|
|||||||
</Form>
|
</Form>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card className={`${titleSty} min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={recordList}
|
dataSource={recordList}
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ const UserPage = () => {
|
|||||||
</Form>
|
</Form>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card className={`${titleSty} min-h-[calc(100vh-250px)]`}>
|
<Card className={`${titleSty} min-h-[calc(100vh-270px)]`}>
|
||||||
<Table
|
<Table
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
dataSource={userList}
|
dataSource={userList}
|
||||||
|
|||||||
Reference in New Issue
Block a user