为了账号安全,请及时绑定邮箱和手机立即绑定

Element UI 在el-button上绑定 mouseover和mouseout事件无效

Element UI 在el-button上绑定 mouseover和mouseout事件无效

繁花如伊 2019-01-31 19:07:59
想要做一个悬浮按钮的组件,在鼠标移动到按钮时展开说明按钮功能但是,在绑定mouseover和mouseout事件时,发现绑在按钮上时无效的,只有绑在按钮上的Icon上才有效,想问问大家怎么解决绑定在按钮上的Code:<el-button type="primary" class="box-button"@mouseover='btn1_show' @mouseout="btn1_close">    <span id='btn1_title'  style="margin:0px 5px;">系统消息</span>    <img     style="height:50%;margin:0px 10px"    src="./assets/ic_remind.png"></el-button>绑定在Icon上的Code:<el-button type="primary" class="box-button">    <span id='btn1_title'  style="margin:0px 5px;">系统消息</span>    <img     style="height:50%;margin:0px 10px"    @mouseover='btn1_show' @mouseout="btn1_close"    src="./assets/ic_remind.png" alt=""></el-button>
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 5448 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信