From dace0965c4a224f5509f9686c81e3e5c299eac0c Mon Sep 17 00:00:00 2001 From: wenxin Date: Mon, 19 Dec 2022 10:36:48 +0800 Subject: [PATCH] fix bugs that are found --- 0003-fix-bugs-that-are-found.patch | 217 +++++++++++++++++++++++++++++ aops-hermes.spec | 6 +- 2 files changed, 222 insertions(+), 1 deletion(-) create mode 100644 0003-fix-bugs-that-are-found.patch diff --git a/0003-fix-bugs-that-are-found.patch b/0003-fix-bugs-that-are-found.patch new file mode 100644 index 0000000..763c31b --- /dev/null +++ b/0003-fix-bugs-that-are-found.patch @@ -0,0 +1,217 @@ +From d9b57b55a80c9a411e13839205ed425834ae06b3 Mon Sep 17 00:00:00 2001 +From: wkl505997900 <505997900@qq.com> +Date: Wed, 14 Dec 2022 20:05:48 +0800 +Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=AC=AC=E4=BA=94=E6=AC=A1?= + =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + .../ant-design-pro/layouts/UserLayout.vue | 4 +-- + src/views/leaks/CVEsManagement.vue | 8 ++++-- + src/views/leaks/LeakTaskList.vue | 2 +- + src/views/leaks/components/AddRepoModal.vue | 2 +- + .../components/CreateRepairTaskDrawer.vue | 3 +++ + src/views/leaks/components/CvesTable.vue | 3 --- + src/views/leaks/components/HostTable.vue | 25 ++++++++++++++++--- + src/views/user/Login.vue | 4 +-- + 8 files changed, 36 insertions(+), 15 deletions(-) + +diff --git a/src/vendor/ant-design-pro/layouts/UserLayout.vue b/src/vendor/ant-design-pro/layouts/UserLayout.vue +index 8a83eca..1166136 100644 +--- a/src/vendor/ant-design-pro/layouts/UserLayout.vue ++++ b/src/vendor/ant-design-pro/layouts/UserLayout.vue +@@ -18,7 +18,7 @@ + + + +- +diff --git a/src/views/leaks/CVEsManagement.vue b/src/views/leaks/CVEsManagement.vue +index 4692a4a..46ea0e9 100644 +--- a/src/views/leaks/CVEsManagement.vue ++++ b/src/views/leaks/CVEsManagement.vue +@@ -1,7 +1,7 @@ +