dolphin-weex-ui 2.0.5 → 2.0.6

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,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.0.6
4
+
5
+ - [ ! ] 优化UI走查包括dof-minibar组件垂直居中问题
6
+ - [ ! ] date: 2024/01/22
7
+
3
8
  ## 2.0.5
4
9
 
5
10
  - [ ! ] 优化UI走查包括dof-popup,dof-button组件渲染抖动的问题
@@ -48547,7 +48547,9 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
48547
48547
  "src": _vm.leftButton_
48548
48548
  }
48549
48549
  }) : _vm._e(), (!_vm.leftButton_ && !_vm.leftText && _vm._isColmo) ? _c('dof-iconfont', {
48550
- staticClass: ["left-button"],
48550
+ staticStyle: {
48551
+ width: "58px"
48552
+ },
48551
48553
  attrs: {
48552
48554
  "code": '\u4717',
48553
48555
  "size": 64,