摘要: 1.element ui 打开dialog 或者其他操作的时候 聚焦input事件 先设置ref 虚拟dom,然后在dom实例之后,使用$nextTick的方法对该虚拟dom.focus()方法聚焦 2.element ui el input 回车键 并不会提交表单, 且会导致页面刷新的解决办法 阅读全文
posted @ 2019-12-23 16:25 VanCissell 阅读(145) 评论(0) 推荐(0) 编辑
摘要: div水平居中 1.行内元素 .parent{ text align: center } 2.块级元素 .son{ margin: 0 auto ; } 3.flex布局 .parent{ display: flex; justify content: center } 4.绝对定位 定宽 .son 阅读全文
posted @ 2019-12-23 16:00 VanCissell 阅读(534) 评论(0) 推荐(0) 编辑