mirror of
https://gitee.com/dromara/go-view.git
synced 2026-07-14 03:21:06 +08:00
Compare commits
No commits in common. "6c4d3fcdb098dbb37d46b2a5817e0721a3cc10eb" and "7620be2ca5ec5720ac9e0b8ae036404cd89d03f6" have entirely different histories.
6c4d3fcdb0
...
7620be2ca5
@ -11,7 +11,7 @@
|
||||
<!-- 模块展示按钮 -->
|
||||
<n-tooltip v-for="item in btnList" :key="item.key" placement="bottom" trigger="hover">
|
||||
<template #trigger>
|
||||
<n-button size="small" ghost :type="styleHandle(item)" :focusable="false" @click="clickHandle(item)">
|
||||
<n-button size="small" ghost :type="styleHandle(item)" @click="clickHandle(item)">
|
||||
<component :is="item.icon"></component>
|
||||
</n-button>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user