From 5a27f56b89bad06ed6307df316e92033167d9537 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 23 Feb 2023 18:12:12 +0800 Subject: [PATCH] refactor: remove default cover from user profile page (#881) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 因为暂时不太好为用户设置个人资料背景图片,所以暂时移除个人资料页面的默认背景。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/2851 #### Screenshots: image #### Special notes for your reviewer: None #### Does this PR introduce a user-facing change? ```release-note 移除 Console 端个人资料页面的默认背景图片 ``` --- .../users/layouts/UserProfileLayout.vue | 109 ++++++++---------- 1 file changed, 48 insertions(+), 61 deletions(-) diff --git a/src/modules/system/users/layouts/UserProfileLayout.vue b/src/modules/system/users/layouts/UserProfileLayout.vue index 4c463680a..17a8c5d69 100644 --- a/src/modules/system/users/layouts/UserProfileLayout.vue +++ b/src/modules/system/users/layouts/UserProfileLayout.vue @@ -1,13 +1,7 @@