From d39cf6948c5a16092c5e993a3c93bcfbf3504adc Mon Sep 17 00:00:00 2001 From: Lostway Date: Wed, 29 Sep 2021 15:38:47 +0000 Subject: [PATCH] update 0004-fix-logos-instructions-and-size.patch. --- 0004-fix-logos-instructions-and-size.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/0004-fix-logos-instructions-and-size.patch b/0004-fix-logos-instructions-and-size.patch index 413e66c..eee01fc 100644 --- a/0004-fix-logos-instructions-and-size.patch +++ b/0004-fix-logos-instructions-and-size.patch @@ -4,8 +4,8 @@ Date: Wed, 29 Sep 2021 21:14:03 +0800 Subject: [PATCH 1/2] fix logos' instructions and size --- - aops-web/src/appCore/components/GlobalFooter/index.vue | 3 ++- - aops-web/src/appCore/layouts/BasicLayout.vue | 7 ++++++- + aops-web/src/appCore/components/GlobalFooter/index.vue | 2 +- + aops-web/src/appCore/layouts/BasicLayout.vue | 6 +++++- aops-web/src/appCore/layouts/UserLayout.vue | 1 - 3 files changed, 8 insertions(+), 3 deletions(-) @@ -22,11 +22,12 @@ index 839ddc8..d0433cc 100644 + diff --git a/aops-web/src/appCore/layouts/BasicLayout.vue b/aops-web/src/appCore/layouts/BasicLayout.vue index e4fd9f8..b7b7a15 100644 --- a/aops-web/src/appCore/layouts/BasicLayout.vue +++ b/aops-web/src/appCore/layouts/BasicLayout.vue -@@ -139,6 +139,11 @@ export default { +@@ -139,6 +139,10 @@ export default { } @@ -38,7 +39,7 @@ index e4fd9f8..b7b7a15 100644 + width: 32px; +} -+ + diff --git a/aops-web/src/appCore/layouts/UserLayout.vue b/aops-web/src/appCore/layouts/UserLayout.vue index 36826de..15eb79d 100644 --- a/aops-web/src/appCore/layouts/UserLayout.vue -- Gitee