mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
优化文档并添加项目Logo (#4)
This commit is contained in:
parent
aaf6d7d36e
commit
0b40d845b5
14
README.md
14
README.md
@ -1,10 +1,9 @@
|
||||
[issue]: https://github.com/youzan/zui/issues/new
|
||||
[PR]: https://github.com/youzan/zui/compare
|
||||
[ZUI]: https://github.com/youzan/zui
|
||||
[MIT]: http://opensource.org/licenses/MIT
|
||||
<p align="center">
|
||||
<img src="https://img.yzcdn.cn/public_files/2017/02/06/ee0ebced79a80457d77ce71c7d414c74.png">
|
||||
</p>
|
||||
|
||||
|
||||
ZUI 为 微信小程序 量身设计
|
||||
ZUI 为微信小程序量身设计
|
||||
====
|
||||
|
||||
## 概述
|
||||
@ -26,3 +25,8 @@ cd zui
|
||||
## 贡献
|
||||
|
||||
如果你有好的意见或建议,欢迎给我们提 [issue] 或 [PR],为提升 [ZUI] 贡献力量
|
||||
|
||||
[issue]: https://github.com/youzan/zui/issues/new
|
||||
[PR]: https://github.com/youzan/zui/compare
|
||||
[ZUI]: https://github.com/youzan/zui
|
||||
[MIT]: http://opensource.org/licenses/MIT
|
||||
|
@ -1,5 +1,7 @@
|
||||
<view class="container">
|
||||
|
||||
<image class="logo" src="https://img.yzcdn.cn/public_files/2017/02/06/ee0ebced79a80457d77ce71c7d414c74.png"></image>
|
||||
|
||||
<view class="zui-panel">
|
||||
<navigator wx:for="{{ list }}" wx:key="name" class="zui-cell zui-cell--access" url="{{ item.path }}">
|
||||
<view class="zui-cell__bd">{{ item.name }}</view>
|
||||
|
6
example/dashboard/index.wxss
Normal file
6
example/dashboard/index.wxss
Normal file
@ -0,0 +1,6 @@
|
||||
.logo {
|
||||
display: block;
|
||||
margin: 40px auto;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user