Skip to content

Commit

Permalink
img icon add no-view attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Wster11 committed Jan 8, 2025
1 parent d99ecca commit 42184d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/LinkCardV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
<div class="min-w-0 flex-grow-1 flex-shrink-1">
<div class="flex items-center">
<img :src="icon" width="24" class="flex-shrink-0" alt="link icon" />
<img :src="icon" width="24" no-view class="flex-shrink-0" alt="link icon" />
<div
class="text-ellipsis ml-8px text-lg font-semibold text-text-title"
>
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/components/ListItem.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="custom-component-list-item mb-8px min-0 flex items-center">
<div class="flex-shrink-0">
<ImageItem :src="typeConfig.url" style="width: 20px" />
<ImageItem :src="typeConfig.url" :no-view="true" style="width: 20px" />
</div>
<div
class="custom-list-item-text text-ellipsis ml-12px text-base text-text-title"
Expand Down

0 comments on commit 42184d7

Please sign in to comment.