03 2018 档案
摘要:/* 隐藏table的首列 */ td:first-child { display: table-cell; } th:first-child { display: table-cell; } /* 隐藏table的首列 */ td:fir...
阅读全文
摘要:sweetAlert1不像sweetAlert2那样可以通过width属性来配置弹窗的宽度。但是可以通过customClass属性来配置自定义样式 1、如何使用自定义样式 其中的sweetAlert和sweetAlert2就是在CSS样式中定义的样式类,多个类中间使用空格隔开 2、使用自定义样式设置
阅读全文
摘要:function getNowFormatDate() { var date = new Date(); var seperator1 = "-"; var seperator2 = ":"; var month = date.getMonth() + 1; var strDate = date.g
阅读全文

浙公网安备 33010602011771号