mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-10 09:04:01 +08:00
v2.1.2
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
....
|
||||
</style>
|
||||
```
|
||||
#### 元素
|
||||
------
|
||||
|
||||
|
||||
@@ -45,7 +44,12 @@ onLaunch: function() {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
```
|
||||
`pages.json` 配置取消系统导航栏
|
||||
```
|
||||
"globalStyle": {
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
```
|
||||
`page.vue` 页面可以直接调用了
|
||||
```
|
||||
@@ -74,11 +78,17 @@ onLaunch: function() {
|
||||
------
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 2019年3月28日 v2.1.2
|
||||
* 修复列表组件样式
|
||||
* 优化主样式代码
|
||||
|
||||
* 2019年3月27日 v2.1.1
|
||||
* 新增多种扩展
|
||||
* 优化堆叠轮播图
|
||||
* 优化消息列表
|
||||
* 优化导航栏的封装
|
||||
* 修复卡片评论错位(3月27日16:32:17)
|
||||
|
||||
* 2019年3月25日 v2.1.0
|
||||
* 完成元素,组件移植
|
||||
|
||||
Reference in New Issue
Block a user