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

修改内容:订正“待办”、“更新日志”的位置

Signed-off-by: 192890 <zhang4342@163.com>
This commit is contained in:
192890 2025-08-12 06:31:49 +00:00 committed by Gitee
parent 3dcad0b78a
commit 74aa2da89b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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