lex 2 роки тому
батько
коміт
3687585e97
1 змінених файлів з 1 додано та 1 видалено
  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>