lex 2 년 전
부모
커밋
4b0cfbc11c
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 1
      src/student/my-orchestra/apply-withdrawal.module.less
  2. 1 1
      src/student/my-orchestra/apply-withdrawal.tsx

+ 5 - 1
src/student/my-orchestra/apply-withdrawal.module.less

@@ -10,12 +10,16 @@
   text-align: center;
   padding-top: 22px;
   .img {
-    padding: 4px;
+    padding: 2px;
     background-color: #fff;
     width: 67px;
     height: 67px;
     border-radius: 50%;
     overflow: hidden;
+    img {
+      border-radius: 50%;
+      overflow: hidden;
+    }
   }
 
   .userName {

+ 1 - 1
src/student/my-orchestra/apply-withdrawal.tsx

@@ -84,7 +84,7 @@ export default defineComponent({
             <Image
               src={forms.dataInfo.studentAvatar || iconStudent}
               class={styles.img}
-              fit="cover"
+              fit="contain"
             />
             <div class={styles.userName}>{forms.dataInfo.studentName} 同学</div>
             <div class={styles.timer}>