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