Browse Source

修改显示模式

lex 2 năm trước cách đây
mục cha
commit
3687585e97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/information/index.tsx

+ 1 - 1
src/views/information/index.tsx

@@ -110,7 +110,7 @@ export default defineComponent({
                 }}
               >
                 {{
-                  icon: () => <Image src={item.coverImage} class={styles.img} />,
+                  icon: () => <Image src={item.coverImage} class={styles.img} fit="cover" />,
                   title: () => (
                     <>
                       <div class={[styles.title, 'van-ellipsis']}>{item.title}</div>