Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
1.修复行距带来的垂直不居中问题
2.优化操作条组件,新增多种样式
3.优化背景颜色(某些组件的默认背景调整,移除一些important)
4.更新动画扩展5.优化按钮,标签,头像的大小
  • Loading branch information
wen-gang committed Feb 9, 2019
1 parent dbe5f7c commit 122f46b
Show file tree
Hide file tree
Showing 70 changed files with 3,999 additions and 2,978 deletions.
19 changes: 16 additions & 3 deletions demo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"pages/basics/button/design",
"pages/basics/tag/tag",
"pages/basics/avatar/avatar",
"pages/basics/image/image",
"pages/basics/progress/progress",
"pages/basics/shadow/shadow",
"pages/basics/background/background",
Expand All @@ -27,16 +26,24 @@
"pages/plugin/home/home",
"pages/plugin/indexes/indexes",
"pages/plugin/gradual/gradual",
"pages/plugin/animation/animation"
"pages/plugin/animation/animation",
"pages/auth/auth",
"pages/about/about/about",
"pages/about/log/log",
"pages/about/test/list",
"pages/about/test/filter",
"pages/about/home/home",
"custom-tab-bar/index"
],
"window": {
"navigationBarBackgroundColor": "#39b54a",
"navigationBarTitleText": "Color UI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"component": true,
"usingComponents": {},
"tabBar": {
"custom": true,
"color": "#aaa",
"selectedColor": "#39b54a",
"borderStyle": "black",
Expand All @@ -59,6 +66,12 @@
"iconPath": "/images/tabbar/plugin.png",
"selectedIconPath": "/images/tabbar/plugin_cur.png",
"text": "扩展"
},
{
"pagePath": "pages/about/home/home",
"iconPath": "/images/tabbar/about.png",
"selectedIconPath": "/images/tabbar/about_cur.png",
"text": "关于"
}
]
}
Expand Down
1 change: 0 additions & 1 deletion demo/app.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
}

.nav-li {
color: #666;
padding: 30rpx;
border-radius: 12rpx;
width: 45%;
Expand Down
Loading

0 comments on commit 122f46b

Please sign in to comment.