From d232f326da40a29b645db93cebe6d0827138a83a Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 20 Oct 2022 17:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E6=A1=88=E4=BE=8B=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=A4=A7=E5=B0=8F=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/portal-index.scss | 28 +++++++++++++++++++++++++--- src/components/Portal/authorInfo.vue | 2 +- src/views/Index.vue | 13 +++++-------- 3 files changed, 31 insertions(+), 12 deletions(-) diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 20faebb6..1cff2059 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -869,7 +869,6 @@ } } .boe-qa-index{ - height: 276px; margin-right: 36px; padding: 30px; @@ -916,6 +915,29 @@ } } } + .article-other-info{ + div{ + .el-avatar{ + width: 32px; + height: 32px; + img{ + width: 100% !important; + } + } + } + } +.item-author{ + div{ + .el-avatar{ + width: 32px; + height: 32px; + img{ + width: 100% !important; + } + } + } +} + .boe-article-index{ padding: 30px; margin-right: 20px; @@ -977,8 +999,8 @@ height: 34px; } .el-avatar{ - width: 34px; - height: 34px; + width: 32px; + height: 32px; img{ width: 100% !important; } diff --git a/src/components/Portal/authorInfo.vue b/src/components/Portal/authorInfo.vue index 7ddcabc2..a62330dd 100644 --- a/src/components/Portal/authorInfo.vue +++ b/src/components/Portal/authorInfo.vue @@ -1,6 +1,6 @@