mini-antui
Advanced tools
Comparing version 0.3.13-alpha.1 to 0.3.13-alpha.2
@@ -36,3 +36,3 @@ Component({ | ||
my.createSelectorQuery().select('.am-swipe-right-' + this.$id).boundingClientRect().exec(function (ret) { | ||
_this.btnWidth = ret && ret[0] && ret[0].width || 60; | ||
_this.btnWidth = ret && ret[0] && ret[0].width || 0; | ||
}); | ||
@@ -39,0 +39,0 @@ }, |
{ | ||
"name": "mini-antui", | ||
"version": "0.3.13-alpha.1", | ||
"version": "0.3.13-alpha.2", | ||
"description": "小程序版AntUI", | ||
@@ -5,0 +5,0 @@ "repository": { |
161
117139