dolphin-weex-ui 2.0.3 → 2.0.4

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.4
4
+
5
+ - [ ! ] 优化UI走查包括dof-button,dof-popup,dof-switch组件的相关样式优化问题
6
+ - [ ! ] date: 2024/01/15
7
+
3
8
  ## 2.0.3
4
9
 
5
10
  - [ ! ] 兼容老版本一键换肤工具
@@ -8111,7 +8111,7 @@ var COLMO_BUTTON_STYLE_MAP = exports.COLMO_BUTTON_STYLE_MAP = {
8111
8111
  small: {
8112
8112
  width: '128px',
8113
8113
  height: '56px',
8114
- borderRadius: '26px',
8114
+ borderRadius: '28px',
8115
8115
  paddingLeft: '0px',
8116
8116
  paddingRight: '0px'
8117
8117
  }
@@ -30275,6 +30275,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
30275
30275
  //
30276
30276
  //
30277
30277
  //
30278
+ //
30279
+ //
30280
+ //
30281
+ //
30282
+ //
30278
30283
 
30279
30284
  var animation = weex.requireModule('animation');
30280
30285
  var platform = weex.config.env.platform;
@@ -44377,11 +44382,11 @@ module.exports = {
44377
44382
  "justifyContent": "center"
44378
44383
  },
44379
44384
  "dof-switch-loading": {
44380
- "width": "32",
44381
- "height": "32",
44385
+ "width": "48",
44386
+ "height": "48",
44382
44387
  "position": "absolute",
44383
44388
  "left": "32",
44384
- "top": "8"
44389
+ "top": "0"
44385
44390
  },
44386
44391
  "switch": {
44387
44392
  "width": "96",
@@ -49002,7 +49007,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
49002
49007
  }, [_vm._v(_vm._s(btn.hasOwnProperty('text') ? btn.text : btn))])
49003
49008
  })) : _vm._e(), _c('div', {
49004
49009
  style: {
49005
- height: _vm.show && _vm.isipx ? '68px' : '0px'
49010
+ height: _vm.show && _vm.isipx ? '68px' : '0px',
49011
+ backgroundColor: _vm._isColmo ? '#151617' : _vm.padStyle.backgroundColor
49006
49012
  }
49007
49013
  })], 2) : _vm._e()])
49008
49014
  },staticRenderFns: []}