mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
refactor(项目管理): 优化插件图片的展示
This commit is contained in:
parent
551d1fe543
commit
de0cd9e376
@ -8,7 +8,7 @@
|
||||
/>
|
||||
<div class="flex flex-row items-center gap-[10px] text-[12px] leading-[16px]">
|
||||
<span class="mt-2 text-[var(--color-text-4)]">{{ attrs.subDesc }}</span>
|
||||
<a v-if="previewIcon" class="show-sub" @click="showPreviewImg">{{ t('project.menu.show') }}</a>
|
||||
<a class="show-sub" @click="showPreviewImg">{{ t('project.menu.show') }}</a>
|
||||
<a-image-preview v-model:visible="imgVisible" :default-scale="0.75" :src="previewIcon" />
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user