342 Commits

Author SHA1 Message Date
pangxie1991
dd15c6683c [build] 2.4.6 2018-02-27 15:42:14 +08:00
pangxie1991
feefd39966 [build] 2.4.5 2018-02-07 20:11:31 +08:00
pangxie1991
8a762b3ece [build] 2.4.4 2018-01-12 22:07:51 +08:00
niunai
1daaca1538 [build] 2.4.3 2017-12-28 16:42:02 +08:00
pangxie1991
56b868aa8d [build] 2.4.2 2017-12-25 10:13:27 +08:00
pangxie1991
14cfdd9e87 [build] 2.4.1 2017-12-13 17:48:08 +08:00
pangxie1991
cf1d0d2e49 [build] 2.4.0 2017-12-10 00:17:38 +08:00
pangxie1991
ce1f1ba1cc [build] 2.3.5 2017-11-27 21:01:39 +08:00
pangxie1991
d4979dc04e [build] 2.3.4 2017-11-24 20:27:11 +08:00
pangxie1991
475250231c [build] 2.3.3 2017-11-20 16:23:20 +08:00
pangxie1991
b6c0497e7a [build] 2.3.2 2017-11-02 15:36:22 +08:00
Yao
e4dfc9e48c
[new feature] Layout: 新增 layout 组件 (#43)
* change example dir

* Update README.md

更新预览教程

* 新增 layout 组件

* exclude example

* change .wxss -> .pcss

* 脚本目录更名为 scripts
2017-10-31 17:41:31 +08:00
Yao
451a3b19fc
[new feature] 增加 css 编译,方便组件书写 (#40)
* add src dir && add build

* add build watch && change dir name

* bower ignore package.json
2017-10-29 10:42:28 +08:00
Yao
e9748ff6fd [bug fix] Field: 修复多行展示样式 (#39)
* field 修复多行时的样式

* 样式调整

* field: 增加 placeholder 样式

* field: 字颜色声明
2017-10-27 21:14:03 +08:00
Yao
67c3077a68 [breaking change] Icon: icon 整理 & 新增 (#38)
* 增加 icon 打包命令

* icons 生成脚本调整

* fix wrong path

* update demo

* all icons

* 新 icon 列表

* remove icon comment

* 更新 icon
2017-10-26 16:03:22 +08:00
Yao
b05249d96a [breaking change] Field & Form: 新增 Field 组件 (#37)
* add input

* remove file

* 更名为 field 组件 && 增加圆角主题

* 调整 field title 宽度

* 增加 input 回调逻辑

* remove form
2017-10-26 16:03:02 +08:00
Yao
9ac8f130f4 [breaking change] Select: move check_label to select (#36)
* move check label to new component

* select 整理

* 整理文档 && 支持 componentId

* delete project config json

* 内部命名修改

* remove form/check_label
2017-10-25 11:51:14 +08:00
everywill
7ebfa6054d capsule支持不同类型及自定义颜色 (#34)
* style: badge上标大小改变更加灵活

* style: panel-title的行高跟随字号

* style: 绝对定位的元素width或height为auto,left,right,top,bottom不为auto时,auto的margin将计算为0,同初始值

* style: 修复作为组件使用时dialog的定位问题

* style: 修正示例

* style: add

* style: capsule

* style: modify readme

* style: add noticebar

* style: modify readme

* style: noticebar优化

* style: add popup

* style: remove

* style: 左右反了...

* style: 通告栏支持同一页面多个

* style: 独立管理不同noticebar的动画数据

* style: add

* style: 删除多余文件

* style: capsule自定义颜色
2017-10-06 12:27:25 +08:00
everywill
d1b3cd3472 增加Capsule, Noticebar, Popup;修正Dialog在非最外层情况下引入的样式问题;更新readme。 (#32)
* style: badge上标大小改变更加灵活

* style: panel-title的行高跟随字号

* style: 绝对定位的元素width或height为auto,left,right,top,bottom不为auto时,auto的margin将计算为0,同初始值

* style: 修复作为组件使用时dialog的定位问题

* style: 修正示例

* style: add

* style: capsule

* style: modify readme

* style: add noticebar

* style: modify readme

* style: noticebar优化

* style: add popup

* style: remove

* style: 左右反了...

* style: 通告栏支持同一页面多个

* style: 独立管理不同noticebar的动画数据
2017-10-01 23:39:53 +08:00
MuYu
eba815b60f 增加单选 和一个验证码的样式 (#30)
* 增加单选 和一个验证码的样式

* 移除一个不存在的页面链接

* 移除业务中的样式

* 统一风格
2017-09-27 12:33:49 +08:00
pangxie1991
22af8dd866 fix toptips bug 2017-05-02 14:37:17 +08:00
pangxie1991
a7c07f24be tab fix scroll-view height 2017-04-07 16:49:16 +08:00
everywill
0f0f269f40 一些优化 (#15)
* style: badge上标大小改变更加灵活

* style: panel-title的行高跟随字号

* style: 绝对定位的元素width或height为auto,left,right,top,bottom不为auto时,auto的margin将计算为0,同初始值
2017-03-02 16:10:37 +08:00
everywill
d9b5d181d1 竖直方向steps增加done和cur状态的区分,取消只有一个step时上下两侧的连接线 (#17)
* style: badge上标大小改变更加灵活

* style: panel-title的行高跟随字号

* style: 绝对定位的元素width或height为auto,left,right,top,bottom不为auto时,auto的margin将计算为0,同初始值

* style: 垂直steps增加cur和done状态的区别

* style: revert previous change

* style: 当只有一个step时,取消step上下两侧的连接线
2017-03-02 16:09:24 +08:00
Nino
01fe69253b 新增switch组件 (#14)
小程序原生的switch组件不支持loading及disabled状态,所以组件库中新增自己实现的switch组件。
2017-02-24 16:33:34 +08:00
Nino
253cc87632 小程序已经支持 :first-child 和 :last-child 这两个伪类 (#13)
* add package json

* 小程序已经支持 first-child 和 last-child 两个伪类
2017-02-17 10:39:55 +08:00
Nino
2808f7632f zui 改名为 zanui-weapp 2017-02-07 20:33:18 +08:00
pangxie1991
63b20727ab form 增加上边框 2017-02-04 16:41:41 +08:00
Nino
2725f4c826 优化example文档 2017-02-04 16:33:26 +08:00
Nino
5835b552e9 添加zui-panel-title 2017-01-23 15:00:56 +08:00
Nino
a2310b51a4 Merge branch 'master' of gitlab.qima-inc.com:weapp/zui 2017-01-20 17:31:57 +08:00
Nino
d30cfd79d6 修改cell的颜色值 2017-01-20 17:31:32 +08:00
pangxie1991
adca528e99 timer 2017-01-18 19:49:24 +08:00
Nino
f6cfa74a21 Merge branch 'master' of gitlab.qima-inc.com:weapp/zui 2017-01-18 16:19:31 +08:00
Nino
4f70875113 update 2017-01-18 16:19:25 +08:00
pangxie1991
9a09bf123c tab 加上最小宽度 2017-01-18 16:17:34 +08:00
Nino
317624cd45 Merge branch 'master' of gitlab.qima-inc.com:weapp/zui 2017-01-11 18:25:48 +08:00
Nino
33171f9fa0 zui-ellipsis--l3 2017-01-11 18:25:36 +08:00
pangxie1991
fc9b1fca69 steps微调 2017-01-11 17:27:20 +08:00
pangxie1991
8d22d8abbb steps 29px 2017-01-11 16:42:17 +08:00
pangxie1991
8a124cfdc4 样式修正 2017-01-11 16:26:09 +08:00
pangxie1991
69ac1d90cb Merge branch 'master' of gitlab.qima-inc.com:weapp/zui 2017-01-11 15:50:36 +08:00
pangxie1991
f608ac68ae steps 升级 2017-01-11 15:50:28 +08:00
Nino
53b5a12411 添加更多字体大小 2017-01-11 11:35:34 +08:00
Nino
79e8d41ae1 Merge branch 'master' of gitlab.qima-inc.com:weapp/zui 2017-01-10 18:05:36 +08:00
Nino
32fb5adc09 add home 2017-01-10 18:05:27 +08:00
pangxie1991
9677c9f82b Merge branch 'hotfix/steps_merge' 2017-01-04 17:57:54 +08:00
pangxie1991
2323611d55 steps 2017-01-04 11:55:12 +08:00
pangxie1991
4a3650e8e7 zui steps 2017-01-04 11:53:12 +08:00
pangxie1991
b5ee51c7cf steps merge 2017-01-04 11:46:36 +08:00