Browse Source

修改显示模式

lex 2 years ago
parent
commit
3687585e97
1 changed files with 1 additions and 1 deletions
  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>