Explorar el Código

Merge branch 'config_href_url' into dev

CzRger hace 1 año
padre
commit
cfb976afd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/pc/index.vue

+ 1 - 1
src/views/pc/index.vue

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