在页面或者App.vue页面的css中写入下面代码
/* 解决按钮黑边框bug */ .el-button:focus { outline: none; }
如果在App.vue页面写,就要删除scope,全局生效