diff --git a/0004-fix-logos-instructions-and-size.patch b/0004-fix-logos-instructions-and-size.patch index 9db954f4567476ed4cf30386559b612eb92c74c1..4b5813234c25018a1394cecdee98d216422fc953 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(-) @@ -26,7 +26,6 @@ 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 @@ -43,7 +42,6 @@ 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