mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
style: 地图hover等样式
This commit is contained in:
@@ -266,6 +266,7 @@ const cancelPreRequest = () => {
|
||||
}
|
||||
|
||||
const nodeClick = (data: BusiTreeNode, node) => {
|
||||
dvMainStore.setCurComponent({ component: null, index: null })
|
||||
if (node.disabled) {
|
||||
nextTick(() => {
|
||||
// 找到当前高亮的节点,移除高亮样式
|
||||
@@ -685,7 +686,7 @@ defineExpose({
|
||||
</el-icon>
|
||||
</el-tooltip>
|
||||
|
||||
<el-tooltip :content="newResourceLabel" placement="top" effect="dark">
|
||||
<el-tooltip :content="newResourceLabel" placement="top">
|
||||
<el-dropdown popper-class="menu-outer-dv_popper" trigger="hover">
|
||||
<el-icon class="custom-icon btn" @click="addOperation('newLeaf', null, 'leaf', true)">
|
||||
<Icon name="icon_file-add_outlined"
|
||||
|
||||
Reference in New Issue
Block a user