浏览代码

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: () => (
                 <div class={[styles.title, 'van-ellipsis']}>
                   <span class={styles.tag}>直播课</span>
-                  {item.courseGroupName}
+                  <span class={[styles.courseGroupName, 'van-ellipsis']}>{item.courseGroupName}</span>
                 </div>
               )
             }}