qsh 4 weeks ago
parent 893f827643
commit c13e06b0bf
  1. 9
      src/views/Home/index.vue

@ -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">

Loading…
Cancel
Save