Browse Source

feat: 优化禁用的开关组件也可以查看help帮助信息

pull/8101/head
zoumingjun 2 months ago
parent
commit
5ed867eb95
  1. 2
      packages/effects/layouts/src/widgets/preferences/blocks/switch-item.vue

2
packages/effects/layouts/src/widgets/preferences/blocks/switch-item.vue

@ -36,7 +36,7 @@ function handleClick() {
<VbenTooltip v-if="slots.tip || tip" side="bottom">
<template #trigger>
<CircleHelp class="ml-1 size-3 cursor-help" />
<CircleHelp class="ml-1 size-3 cursor-help pointer-events-auto" />
</template>
<slot name="tip">
<template v-if="tip">

Loading…
Cancel
Save