mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-13 19:44:03 +08:00
v2.0.3
1.修复一些单位错误(带输入框的操作条) 2.纠正一些单词拼写... 3.抛弃icon标签,改回text标签的写法 4.抛弃px单位的样式文件 5.优化一些组件的字体大小 6.新增两种加载样式
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
<navigator open-type="navigate" hover-class='none' url="../{{item.name}}/{{item.name}}" class="nav-li bg-{{item.color}}" wx:for="{{elements}}" wx:key>
|
||||
<view class="nav-title">{{item.title}}</view>
|
||||
<view class="nav-name">{{item.name}}</view>
|
||||
<icon class='icon-{{item.icon}}'/>
|
||||
<text class='icon-{{item.icon}}'></text>
|
||||
</navigator>
|
||||
</view>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.weui-tabbar{
|
||||
left: 0px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user