>》>》>》>》
摘要: 大佬链接: https://juejin.im/post/5b55c118f265da0f6f1aa354 一、axios的封装 在vue项目中,和后台交互获取数据这块,我们通常使用的是axios库,它是基于promise的http库,可运行在浏览器端和node.js中。他有很多优秀的特性,例如拦截 阅读全文
posted @ 2019-11-16 17:46 大、锤 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 先安装引入 import ElementUI from 'element-ui' import { Loading } from 'element-ui' 在vue的原型链上定义一个打开loading的方法 Vue.prototype.openLoading = function() { const 阅读全文
posted @ 2019-11-16 17:17 大、锤 阅读(14507) 评论(0) 推荐(0) 编辑
摘要: 官方的 <template> <el-button :plain="true" @click="open2">成功</el-button> <el-button :plain="true" @click="open3">警告</el-button> <el-button :plain="true" 阅读全文
posted @ 2019-11-16 16:18 大、锤 阅读(1444) 评论(1) 推荐(0) 编辑
摘要: 掩藏scroll滚动条::-webkit-scrollbar ::-webkit-scrollbar {} /* 1 */ ::-webkit-scrollbar-button {} /* 2 */ ::-webkit-scrollbar-track {} /* 3 */ ::-webkit-scr 阅读全文
posted @ 2019-11-16 15:10 大、锤 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 当出现纵向滚动条的时候就错位了 网上找了很多方法发现对我的不生效 //把这样式添加到index.html中、或者app.vue中(必须是入口文件,才能全局起作用!)body .el-table th.gutter{ display: table-cell!important; } body .el- 阅读全文
posted @ 2019-11-16 11:22 大、锤 阅读(321) 评论(0) 推荐(0) 编辑