
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
var myPie = echarts.init(this.$refs.myPie)myPie.setOption({color: ['red', 'orange', 'yellow', 'green', 'mediumpurple', 'blue', 'purple', 'grey'],series: [{type: 'pie',radius: ['3...
若给一个div设置display:flex;这个div就可以成为flex容器,在flex容器中用flex-direction,justify-content,align-items等属性对子div进行布局是十分方便的。flex-direction· flex-direction: row; (默认)div是块级元素,默认一个div独占一行,可以通过在父级div(必须是flex容器)中设置fl...
若给一个div设置display:flex;这个div就可以成为flex容器,在flex容器中用flex-direction,justify-content,align-items等属性对子div进行布局是十分方便的。flex-direction· flex-direction: row; (默认)div是块级元素,默认一个div独占一行,可以通过在父级div(必须是flex容器)中设置fl...
vue中通过路由进行页面跳转时报以下错误:原因:在跳转时push了相同的地址解决:在引入vue-router的文件(router文件夹下的index.js)中加入以下代码即可const originalPush = Router.prototype.push;Router.prototype.push = function push(location) {return origin...
要使用bootstrap-table首先要引入它的js库和css库以及语言库,这些可以在GitHub上下载,也可以在官网下载。(其实是差不多的)下载解压之后的内容如下:下载之后引入:主要引入的是 dist/bootstrap-table.css、dist/bootstrap-table.js 和 dist/locale/bootstrap-table-zh-CN.js 三个文件以及jque...







