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

This commit is contained in:
192890 2025-08-12 06:31:51 +00:00 committed by Gitee
commit fea799ae9a
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>