소스 검색

Update index.tsx

lex-xin 7 달 전
부모
커밋
73f2bef9b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/order-detail/order-live/index.tsx

+ 1 - 1
src/views/order-detail/order-live/index.tsx

@@ -29,7 +29,7 @@ export default defineComponent({
               title: () => (
               title: () => (
                 <div class={[styles.title, 'van-ellipsis']}>
                 <div class={[styles.title, 'van-ellipsis']}>
                   <span class={styles.tag}>直播课</span>
                   <span class={styles.tag}>直播课</span>
-                  {item.courseGroupName}
+                  <span class={[styles.courseGroupName, 'van-ellipsis']}>{item.courseGroupName}</span>
                 </div>
                 </div>
               )
               )
             }}
             }}