vue confirm添加滚动条

原文地址:https://blog.csdn.net/weixin_45410246/article/details/125897930

const h = this.$createElement
const message = h('div', { style: 'position:relative', class: '' }, [h('el-scrollbar', { 'wrap-style': 'overflow-y: scroll; overflow-x: hidden;', class: 'h' },
[h('div', { style: ';padding-bottom:15px' }, `有... ' : ''},是否继续?`)])])
this.$confirm(message, '提示', {
confirmButtonText: '确定',
closeOnClickModal: false,
cancelButtonText: '取消',
type: 'warning'
}).then(async () => {})

// 处理下内部样式
el-scrollbar__wrap{
overflow: hidden scroll!important;
max-height: 200px!important;
}

————————————————
版权声明:本文为CSDN博主「weixin_45410246」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_45410246/article/details/125897930

posted @   eyesfree  阅读(388)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
历史上的今天:
2021-09-09 MYBATIS-PLUS关联查询,一对一、一对多
2019-09-09 无法解析导入javax.mail
2019-09-09 maven-assembly-plugin入门
2019-09-09 maven profile动态选择配置文件
点击右上角即可分享
微信分享提示