Skip to content

Commit

Permalink
Merge pull request dcloudio#2 from dcloudio/master
Browse files Browse the repository at this point in the history
更新ECharts模板
  • Loading branch information
zhetengbiji committed Aug 29, 2018
2 parents 2c3deb0 + 36ff8af commit 85425c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/hello-uniapp/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,9 @@
"navigationBarTitleText": "图片裁剪"
}
}, {
"path": "pages/template/echart/echart",
"path": "pages/template/echarts/echarts",
"style": {
"navigationBarTitleText": "echart图表"
"navigationBarTitleText": "ECharts图表"
}
}, {
"path": "platforms/app-plus/about/about",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
margin-left: 30px;
color: #8f8f94;
}
.container{
padding-bottom: 30px;
box-sizing: border-box;
}
.container,
.canvasView {
flex: 1;
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-uniapp/pages/template/template.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
{
name: '数字选择框',
url: 'number-box'
}, {
name: 'ECharts图表',
url: 'echarts'
}, {
name: 'markdown富文本渲染',
url: 'mdparse'
}, {
name: 'echart图表',
url: 'echart'
}, {
name: '列表到详情示例',
url: 'list2detail-list'
Expand Down

0 comments on commit 85425c7

Please sign in to comment.