Element Plus el-dropdown append-to 挂载到父元素,但是不生效的问题 版本Element Plus版本号2.13.2问题现象开发中使用el-dropdown悬浮展开下拉菜单时append-to已经绑定了父元素但是el-dropdown内容依旧挂载到body元素上原因el-dropdown默认开启teleportedtrue下拉 DOM 被挂载到body。如果想要append-to生效那么需要手动设置teleportedfalse简单 Demo文件代码template div classlist-wrap div classlist-item v-foritem in list :keyitem.id :refel domMap.set(item.id, el) span classtitle{{ item.name }}/span !-- 关键核心三属性 -- el-dropdown triggerhover :teleportedfalse :append-todomMap.get(item.id) span classmore-btn···/span template #dropdown el-dropdown-menu el-dropdown-item编辑/el-dropdown-item el-dropdown-item删除/el-dropdown-item /el-dropdown-menu /template /el-dropdown /div /div /template script setup langts import { ref } from vue const list ref([ { id: 1, name: 测试条目1 }, { id: 2, name: 测试条目2 }, ]) // 存储每个item dom供 append-to 使用 const domMap new Mapstring, HTMLElement() /script style scoped .list-wrap { width: 300px; margin: 50px auto; } .list-item { position: relative; display: flex; align-items: center; justify-content: space-between; height: 36px; padding: 0 12px; border-radius: 6px; cursor: pointer; } .list-item:hover { background: #f5f7fa; } .more-btn { color: #666; padding: 0 6px; } .list-item:hover .more-btn { color: #1989fa; } /style

相关新闻

最新新闻

SerenityOS 命令行选项解析指南:getopt 与 getopt_long 用法、返回值与底层实现

SerenityOS 命令行选项解析指南:getopt 与 getopt_long 用法、返回值与底层实现

SerenityOS 命令行选项解析指南:getopt 与 getopt_long 用法、返回值与底层实现 【免费下载链接】serenity The Serenity Operating System 🐞 项目地址: https://gitcode.com/GitHub_Trending/se/serenity 导读 本文以 getopt(3) 手册 为核心&a…

2026/9/26 23:24:47
轻量服务器还是ECS?大促云服务器选购与避坑实战指南

轻量服务器还是ECS?大促云服务器选购与避坑实战指南

每年大促节点,群里永远有人在问同一个问题:“38元的轻量服务器到底怎么抢?为什么我每次点进去都是已售罄?68元直购和99元的ECS我到底选哪个?”作为一个常年帮团队和自己采购云服务器的老用户,我太清楚这种纠…

2026/9/27 19:13:42
为 AI 代理的 Review 动作编写 Cedar 审批门控策略:review-agent-governance 策略编写实战指南

为 AI 代理的 Review 动作编写 Cedar 审批门控策略:review-agent-governance 策略编写实战指南

为 AI 代理的 Review 动作编写 Cedar 审批门控策略:review-agent-governance 策略编写实战指南 【免费下载链接】agents Multi-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity 项目地址:…

2026/9/27 15:27:56
PaddleOCR 手写数学公式识别算法 CAN 实战指南:Counting-Aware Network 训练、评估与推理部署

PaddleOCR 手写数学公式识别算法 CAN 实战指南:Counting-Aware Network 训练、评估与推理部署

PaddleOCR 手写数学公式识别算法 CAN 实战指南:Counting-Aware Network 训练、评估与推理部署 【免费下载链接】PaddleOCR Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between i…

2026/9/27 19:54:03
Spring源码解析:构造器注入的类型转换与候选匹配机制

Spring源码解析:构造器注入的类型转换与候选匹配机制

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

2026/9/27 9:16:41
openai-agents-python 多模型接入指南:深入解析 AnyLLMModel 适配层与 any-llm 路由

openai-agents-python 多模型接入指南:深入解析 AnyLLMModel 适配层与 any-llm 路由

openai-agents-python 多模型接入指南:深入解析 AnyLLMModel 适配层与 any-llm 路由 【免费下载链接】openai-agents-python A lightweight, powerful framework for multi-agent workflows 项目地址: https://gitcode.com/GitHub_Trending/op/openai-agents-pyth…

2026/9/26 21:11:24

日新闻

周新闻