fix(icon): 分享图标调整

This commit is contained in:
baiqi 2024-11-15 11:12:17 +08:00 committed by Craftsman
parent cc5a660929
commit 21a004a39d
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
class="mr-4 !rounded-[var(--border-radius-small)] text-[var(--color-text-1)]"
@click="shareHandler"
>
<MsIcon type="icon-icon_share1" class="mr-2 font-[16px] text-[var(--color-text-1)]" />
<MsIcon type="icon-icon_link-copy_outlined" class="mr-2 font-[16px] text-[var(--color-text-1)]" />
{{ t('common.share') }}
</MsButton>
<template #content>

View File

@ -3,7 +3,7 @@
<a-button type="outline" :class="`${isSelectedShare ? '' : 'arco-btn-outline--secondary'} p-[0_8px]`">
<template #icon>
<MsIcon
type="icon-icon_share1"
type="icon-icon_link-copy_outlined"
:class="`${isSelectedShare ? 'text-[rgb(var(--primary-5))]' : 'text-[var(--color-text-4)]'}`"
:size="16"
/>

View File

@ -19,7 +19,7 @@
{{ t('common.edit') }}
</MsButton>
<MsButton type="icon" status="secondary" @click="caseDerailRef?.share()">
<MsIcon type="icon-icon_share1" />
<MsIcon type="icon-icon_link-copy_outlined" />
{{ t('common.share') }}
</MsButton>
<MsButton

View File

@ -27,7 +27,7 @@
:loading="shareLoading"
@click="shareHandler"
>
<MsIcon type="icon-icon_share1" class="mr-2 font-[16px]" />
<MsIcon type="icon-icon_link-copy_outlined" class="mr-2 font-[16px]" />
{{ t('common.share') }}
</MsButton>
<template #content>

View File

@ -26,7 +26,7 @@
:loading="shareLoading"
@click="shareHandler"
>
<MsIcon type="icon-icon_share1" class="mr-2 font-[16px]" />
<MsIcon type="icon-icon_link-copy_outlined" class="mr-2 font-[16px]" />
{{ t('common.share') }}
</MsButton>
<MsButton

View File

@ -19,7 +19,7 @@
</a-tooltip>
<a-tooltip :content="t('report.detail.api.copyLink')">
<MsIcon
type="icon-icon_share1"
type="icon-icon_link-copy_outlined"
class="cursor-pointer text-[var(--color-text-4)]"
:size="16"
@click="share"

View File

@ -53,7 +53,7 @@
:disabled="loading"
@click="shareHandler"
>
<MsIcon type="icon-icon_share1" class="mr-1 font-[16px]" />
<MsIcon type="icon-icon_link-copy_outlined" class="mr-1 font-[16px]" />
{{ t('caseManagement.featureCase.share') }}
</MsButton>
<MsButton

View File

@ -83,7 +83,7 @@
:loading="shareLoading"
@click="shareHandler"
>
<MsIcon type="icon-icon_share1" class="mr-2 font-[16px]" />
<MsIcon type="icon-icon_link-copy_outlined" class="mr-2 font-[16px]" />
{{ t('caseManagement.featureCase.share') }}
</MsButton>
<MsButton

View File

@ -24,7 +24,7 @@
:loading="shareLoading"
@click="shareHandler"
>
<MsIcon type="icon-icon_share1" class="mr-2 font-[16px]" />
<MsIcon type="icon-icon_link-copy_outlined" class="mr-2 font-[16px]" />
{{ t('common.share') }}
</MsButton>
<MsButton