element ui点击按钮弹出款_elementUI 弹框

弹框

一、自定义图标 (通过class名)

52a773380bfd

屏幕快照 2019-04-01 下午4.42.09.png

const h2 = this.$createElement // 创建元素

this.$msgbox({

title: '导入成功',

message: h2('p', { style: 'margin: 0 30px -50px 30px;' }, [

// 通过 class名添加图标

h2('i', { class: 'el-icon-circle-check', style: 'font-size: 32px;margin-bottom:10px;color: #F5A400;' }, ''),

h2('p', { style: 'font-size: 16px;margin-bottom:10px;' }, '导入完成!')

]),

showCancelButton: false, // 不显示取消按钮

showConfirmButton: false // 不显示确定按钮

}).then(action => {

// 点击确定后执行的方法

}).catch(() => {

// 点击取消后执行的方法

})

二、自定义按钮及点击事件

52a773380bfd

屏幕快照 2019-04-01 下午4.47.15.png

this.$msgbox({

title: '导入项目',

dangerouslyUseHTMLString: true, // 可以读取html字段

customClass: 'import_custom', // 动态设置这个弹框的class,可以修改样式

message: '

' +

'

下载模板

为提高导入的成功率,请下载并使用系统提供的模板。

' +

'下载模板

',

showCancelButton: false,

confirmButtonText: '开始导入' // 确定按钮的字,可以自己修改

}).then(action => {

// 点击开始导入,执行的事件

}).catch(() => {

})

弹框按钮的点击事件,可以用jquery

$('body').undelegate('#download', 'click').delegate('#download', 'click

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
文本框中按钮日期 <div style="width:110px; float:left;"><input name="text" type="text" class="Input" id=showdate /></div><div style="margin-left:-20px; margin-top:4px; width:20px; float:left; z-index:1000;"> <input name="image" type="image" id=controlcalendar onclick="javascript:document.getElementById('caltable').style.display='';" value="日历" src="images/rq.gif" /></div> <table border="0" cellpadding="0" cellspacing="1" class="Calendar" id="caltable" style="display:none"> <thead> <tr align="center" valign="middle"> <td colspan="7" class="Title"> <a href="javaScript:subMonth();" title="上一月" Class="DayButton">3</a> <input name="year" id="year" type="text" size="4" maxlength="4" onKeyDown="if (event.keyCode==13){setDate()}" onKeyUp="this.value=this.value.replace(/[^0-9]/g,'')" onpaste="this.value=this.value.replace(/[^0-9]/g,'')"> 年 <input name="month" id="month" type="text" size="1" maxlength="2" onKeyDown="if (event.keyCode==13){setDate()}" onKeyUp="this.value=this.value.replace(/[^0-9]/g,'')" onpaste="this.value=this.value.replace(/[^0-9]/g,'')"> 月 <a href="JavaScript:addMonth();" title="下一月" Class="DayButton">4</a> </td> </tr> <tr align="center" valign="middle"> <Script LANGUAGE="JavaScript"> document.write("<TD class=DaySunTitle id=diary >" + days[0] + "</TD>"); for (var intLoop = 1; intLoop < days.length-1;intLoop++) document.write("<TD class=DayTitle id=diary>" + days[intLoop] + "</TD>"); document.write("<TD class=DaySatTitle id=diary>" + days[intLoop] + "</TD>"); </Script> </TR> </thead> <TBODY border=1 cellspacing="0" cellpadding="0" ID="calendar" ALIGN=CENTER ONCLICK="getDiary()"> <Script LANGUAGE="JavaScript"> for (var intWeeks = 0; intWeeks < 6; intWeeks++) { document.write("<TR style='cursor:hand'>"); for (var intDays = 0; intDays < days.length;intDays++) document.write("<TD class=CalendarTD onMouseover='buttonOver();' onMouseOut='buttonOut();'></TD>"); document.write("</TR>"); } </Script> </TBODY> </TABLE>

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值