From d0f57231669ddd1e51800a356b1b61a2d2caf378 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 21 Jul 2025 10:03:20 +0800 Subject: [PATCH] 点击logo 进入首页bug 修复 --- src/views/oa/oaWorkflowManageList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/oa/oaWorkflowManageList.vue b/src/views/oa/oaWorkflowManageList.vue index 4a9ca23..81d028c 100644 --- a/src/views/oa/oaWorkflowManageList.vue +++ b/src/views/oa/oaWorkflowManageList.vue @@ -213,7 +213,7 @@ export default { padding: 20px; .search-wrapper { - margin-bottom: 20px; + margin-bottom: 10px; .el-input { width: 100%; @@ -221,7 +221,7 @@ export default { } .list-wrapper { - margin-bottom: 20px; + margin-bottom: 10px; .el-pagination { margin-top: 20px; -- libgit2 0.21.4