dolphin-weex-ui 0.2.12 → 0.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # 升级日志
2
2
 
3
+ ## 0.2.13
4
+ - [!] dof-bottom-bar 修复_animation调用参数错误,导致监控上报
5
+ - date: 2021/1/7
3
6
  ## 0.2.12
4
7
  - [!] dof-tab-page 修复下划线不居中调整优化
5
8
  - date: 2021/1/7
@@ -15137,6 +15137,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
15137
15137
  //
15138
15138
  //
15139
15139
  //
15140
+ //
15141
+ //
15142
+ //
15143
+ //
15144
+ //
15145
+ //
15146
+ //
15140
15147
 
15141
15148
  var _index = __webpack_require__(4);
15142
15149
 
@@ -15251,7 +15258,7 @@ exports.default = {
15251
15258
  var elCircle = this.$refs['animate-circle-' + index][0];
15252
15259
  var elImg = this.$refs['animate-circle-bg-' + index][0];
15253
15260
  timer = setTimeout(function () {
15254
- _this._animationFn(elImg, { transform: 'scale(1,1)', transformOrigin: 'center center' }, { duration: 100 }, {}, function () {});
15261
+ _this._animationFn(elImg, { transform: 'scale(1,1)', transformOrigin: 'center center' }, { duration: 100 }, function () {});
15255
15262
  _this._animationFn(elCircle, {
15256
15263
  transform: 'scale(1.4,1.4)',
15257
15264
  opacity: 0,
@@ -34372,18 +34379,14 @@ module.exports = {
34372
34379
  "lineHeight": "28"
34373
34380
  },
34374
34381
  "tab-bar-item-title": {
34375
- "paddingTop": "9",
34376
- "paddingRight": 0,
34377
- "paddingBottom": "24",
34378
- "paddingLeft": 0
34382
+ "paddingTop": "9"
34379
34383
  },
34380
34384
  "tab-bar-item-title-text": {
34381
34385
  "fontFamily": "PingFangSC-Regular",
34382
34386
  "color": "#232323",
34383
34387
  "letterSpacing": 0,
34384
34388
  "textAlign": "center",
34385
- "fontSize": "24",
34386
- "lineHeight": "24"
34389
+ "fontSize": "24"
34387
34390
  },
34388
34391
  "line-wrapper": {
34389
34392
  "height": "68",
@@ -36473,7 +36476,6 @@ module.exports = {
36473
36476
  "height": "6",
36474
36477
  "borderRadius": "3",
36475
36478
  "marginTop": "-10",
36476
- "marginLeft": "10",
36477
36479
  "backgroundColor": "rgba(0,0,0,0)"
36478
36480
  },
36479
36481
  "border-bottom-line-secondary": {