Compare commits

...

2 Commits

Author SHA1 Message Date
gaoyuanwei d13fe453ce Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev 2022-07-01 20:14:38 +08:00
gaoyuanwei f2431d18e5 bug 2022-07-01 20:14:28 +08:00
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,11 @@
<div class="bottom">
<div class="item" v-for="item in productServiceData" :key="item.id">
<div class="img" :class="item.imgType"></div>
<div class="name">{{ item.name }}</div>
<a-tooltip placement="right">
<template #title>{{ item.name }}</template>
<div class="name">{{ item.name }}</div>
</a-tooltip>
<div class="text">
{{ item.description || '暂无描述' }}
</div>