diff --git a/0004-fix-logos-instructions-and-size.patch b/0004-fix-logos-instructions-and-size.patch index 413e66c19ea18a4d790b17af2c6d33c6f3bce8d5..eee01fcdcb8075ce94b02717ffc7d4a68b7f5a8f 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