|
@@ -40,7 +40,7 @@
|
|
|
</div>
|
|
|
<div class="pc-href-block-content" :style="`grid-template-columns: repeat(${item.span}, 1fr);`">
|
|
|
<template v-for="(h, hI) in item.children">
|
|
|
- <div class="phbc-item __hover __text-ellipsis" :style="`cursor: ${h.href ? 'pointer' : 'not-allowed'};`" @click="h.href ? toHref(h) : null">
|
|
|
+ <div class="phbc-item __hover __text-ellipsis" @click="h.href ? toHref(h) : null">
|
|
|
<img src="../common/img/bottom-item-label.png"/><p>{{h.label}}</p>
|
|
|
</div>
|
|
|
</template>
|