Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
1.修复一些单位错误(带输入框的操作条)
2.纠正一些单词拼写...
3.抛弃icon标签,改回text标签的写法
4.抛弃px单位的样式文件
5.优化一些组件的字体大小
6.新增两种加载样式
  • Loading branch information
wen-gang committed Jan 6, 2019
1 parent 2cd0b93 commit e85f3bc
Show file tree
Hide file tree
Showing 40 changed files with 1,192 additions and 9,819 deletions.
4 changes: 2 additions & 2 deletions demo/app.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "icon.wxss";
@import "colorui-rpx.wxss";
@import "colorui.wxss";
@import "/pages/plugin/animation/animation.wxss";

.nav-list {
Expand Down Expand Up @@ -89,7 +89,7 @@
margin-right: 1px;
}

.nav-li icon {
.nav-li text {
position: absolute;
right: 30rpx;
top: 30rpx;
Expand Down
Loading

0 comments on commit e85f3bc

Please sign in to comment.