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