Browse Source

修改样式尺寸

lex 1 year ago
parent
commit
10ea69d188
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/activity-record/detail.module.less

+ 4 - 4
src/views/activity-record/detail.module.less

@@ -694,15 +694,15 @@
       padding-bottom: 18px;
 
       .schoolLogo {
-        width: 52px;
-        height: 52px;
+        width: 56px;
+        height: 56px;
         border-radius: 50%;
         overflow: hidden;
         border: 2px solid #fff;
         position: absolute;
-        top: -26px;
+        top: -28px;
         left: 50%;
-        margin-left: -26px;
+        margin-left: -28px;
       }
 
       .schoolName {