Pre Merge pull request !88 from 192890/N/A

This commit is contained in:
192890 2025-08-18 11:43:26 +00:00 committed by Gitee
commit 0893261eca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -54,11 +54,11 @@
</a-col> </a-col>
<!--待办已办--> <!--待办已办-->
<a-col :span="24"> <a-col :span="24">
<ChangelogCard /> <ToBeDoneCard />
</a-col> </a-col>
<!--更新日志--> <!--更新日志-->
<a-col :span="24"> <a-col :span="24">
<ToBeDoneCard /> <ChangelogCard />
</a-col> </a-col>
</a-row> </a-row>
</a-col> </a-col>