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