lex %!s(int64=2) %!d(string=hai) anos
pai
achega
d0d3ddc20a

+ 2 - 2
src/student/teacher-dependent/teacher-follow.tsx

@@ -260,10 +260,10 @@ export default defineComponent({
                       </div>
                       <div class={styles.score}>评分: </div>
                       <div class={styles.level}>
-                        {this.starGrade ? (
+                        {item.starGrade ? (
                           <Rate
                             readonly
-                            modelValue={this.starGrade}
+                            modelValue={item.starGrade}
                             iconPrefix="iconfont"
                             color="#FFC459"
                             void-icon="star_default"

+ 5 - 2
src/views/music/component/song/index.module.less

@@ -9,6 +9,9 @@
     align-items: center;
     border-bottom: 1px solid #f2f2f2;
     padding: 16px 0;
+    &:last-child {
+      border-bottom: 0;
+    }
   }
   .item:last-child {
     border: none;
@@ -109,8 +112,8 @@
 }
 
 .musicInfo {
-  padding-top: 23px;
-  padding-bottom: 23px;
+  padding-top: 23px !important;
+  padding-bottom: 23px !important;
   margin-bottom: 10px;
   .tag {
     flex-shrink: 0;