Skip to content

Commit 42184d7

Browse files
committed
img icon add no-view attribute
1 parent d99ecca commit 42184d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vuepress/components/LinkCardV2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
>
1212
<div class="min-w-0 flex-grow-1 flex-shrink-1">
1313
<div class="flex items-center">
14-
<img :src="icon" width="24" class="flex-shrink-0" alt="link icon" />
14+
<img :src="icon" width="24" no-view class="flex-shrink-0" alt="link icon" />
1515
<div
1616
class="text-ellipsis ml-8px text-lg font-semibold text-text-title"
1717
>

docs/.vuepress/components/ListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="custom-component-list-item mb-8px min-0 flex items-center">
33
<div class="flex-shrink-0">
4-
<ImageItem :src="typeConfig.url" style="width: 20px" />
4+
<ImageItem :src="typeConfig.url" :no-view="true" style="width: 20px" />
55
</div>
66
<div
77
class="custom-list-item-text text-ellipsis ml-12px text-base text-text-title"

0 commit comments

Comments
 (0)