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 @@