sc
This commit is contained in:
@@ -10,12 +10,17 @@
|
|||||||
@click="handleAppClick(item)"
|
@click="handleAppClick(item)"
|
||||||
>
|
>
|
||||||
<!-- card body -->
|
<!-- card body -->
|
||||||
<el-image
|
<div
|
||||||
:src="item.clientLogo"
|
class="inline-flex align-center justify-center"
|
||||||
fit="fill"
|
|
||||||
:lazy="true"
|
|
||||||
style="width: 180px; height: 180px; border-radius: 10px; background-color: #fff"
|
style="width: 180px; height: 180px; border-radius: 10px; background-color: #fff"
|
||||||
/>
|
>
|
||||||
|
<el-image
|
||||||
|
:src="item.clientLogo"
|
||||||
|
fit="contain"
|
||||||
|
:lazy="true"
|
||||||
|
style="width: 100%; height: auto"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div class="cutout-text">{{ item.clientName }}</div>
|
<div class="cutout-text">{{ item.clientName }}</div>
|
||||||
|
|
||||||
<template #footer v-if="item.clientDescription">
|
<template #footer v-if="item.clientDescription">
|
||||||
|
|||||||
Reference in New Issue
Block a user