Skip to content

Commit

Permalink
fix: fix issue #2, expand the clickable area of the button to match i…
Browse files Browse the repository at this point in the history
…ts hover area

Signed-off-by: Sean <[email protected]>
  • Loading branch information
Seanium authored and jeffery021121 committed Aug 8, 2023
1 parent 6b6d33f commit bc8a81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<span class="cluster-icons">
<NTooltip trigger="hover">
<template #trigger>
<NButton quaternary>
<NButton quaternary
@click="changeClusterChart">
<NIcon
size="22"
class="refresn-icon"
@click="changeClusterChart"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit bc8a81d

Please sign in to comment.