dolphin-weex-ui 2.4.26 → 2.4.27
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
package/dist/index.native.js
CHANGED
|
@@ -20437,7 +20437,7 @@ exports.default = {
|
|
|
20437
20437
|
} else if (iconSize === 'min') {
|
|
20438
20438
|
return 24;
|
|
20439
20439
|
} else {
|
|
20440
|
-
return
|
|
20440
|
+
return 76;
|
|
20441
20441
|
}
|
|
20442
20442
|
},
|
|
20443
20443
|
rightTextStyleComp: function rightTextStyleComp() {
|
|
@@ -49614,7 +49614,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
49614
49614
|
}, [_c('text', {
|
|
49615
49615
|
staticClass: ["dot-num-tip-text"]
|
|
49616
49616
|
}, [_vm._v(_vm._s(_vm.dotNum))])]) : _vm._e()]) : _vm._e(), _c('div', {
|
|
49617
|
-
class: ['main-container', _vm.hasVerticalIndent && 'cell-indent', _vm.badgeNum && 'notDot'],
|
|
49617
|
+
class: ['main-container', _vm.hasVerticalIndent && 'cell-indent', _vm.badgeNum && 'notDot', _vm.avatarIconFont && _vm._isColmo && 'colmo-icon-indent'],
|
|
49618
49618
|
style: _vm.subBorderStyleComp
|
|
49619
49619
|
}, [_vm._t("label", [(_vm.label) ? _c('div', [_c('text', {
|
|
49620
49620
|
staticClass: ["cell-label-text"],
|