!88 update smart-admin-web-javascript/src/views/system/home/index.vue.

Merge pull request !88 from 192890/N/A
This commit is contained in:
1024创新实验室
2025-08-18 11:43:33 +00:00
committed by Gitee

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>