dolphin-weex-ui 2.2.1 → 2.2.2
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
|
@@ -19617,6 +19617,8 @@ exports.default = {
|
|
|
19617
19617
|
width: '112px',
|
|
19618
19618
|
height: '112px',
|
|
19619
19619
|
borderRadius: '56px',
|
|
19620
|
+
marginTop: this._isColmo ? '0px' : '16px',
|
|
19621
|
+
marginBottom: this._isColmo ? '0px' : '16px',
|
|
19620
19622
|
backgroundColor: iconColor ? iconColor : 'transparent'
|
|
19621
19623
|
};
|
|
19622
19624
|
} else if (iconSize === 'medium') {
|
|
@@ -19624,6 +19626,8 @@ exports.default = {
|
|
|
19624
19626
|
width: '76px',
|
|
19625
19627
|
height: '76px',
|
|
19626
19628
|
borderRadius: '38px',
|
|
19629
|
+
marginTop: this._isColmo ? '0px' : '40px',
|
|
19630
|
+
marginBottom: this._isColmo ? '0px' : '40px',
|
|
19627
19631
|
backgroundColor: iconColor ? iconColor : 'transparent'
|
|
19628
19632
|
};
|
|
19629
19633
|
} else if (iconSize === 'min') {
|
|
@@ -19631,6 +19635,8 @@ exports.default = {
|
|
|
19631
19635
|
width: '40px',
|
|
19632
19636
|
height: '40px',
|
|
19633
19637
|
borderRadius: '20px',
|
|
19638
|
+
marginTop: this._isColmo ? '0px' : '32px',
|
|
19639
|
+
marginBottom: this._isColmo ? '0px' : '32px',
|
|
19634
19640
|
backgroundColor: iconColor ? iconColor : 'transparent'
|
|
19635
19641
|
};
|
|
19636
19642
|
} else {
|
|
@@ -19638,6 +19644,8 @@ exports.default = {
|
|
|
19638
19644
|
width: '64px',
|
|
19639
19645
|
height: '64px',
|
|
19640
19646
|
borderRadius: '32px',
|
|
19647
|
+
marginTop: this._isColmo ? '0px' : '48px',
|
|
19648
|
+
marginBottom: this._isColmo ? '0px' : '48px',
|
|
19641
19649
|
backgroundColor: iconColor ? iconColor : 'transparent'
|
|
19642
19650
|
};
|
|
19643
19651
|
}
|
|
@@ -50167,8 +50175,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
50167
50175
|
return [(index < _vm.formattedList.length - 1) ? _c('div', {
|
|
50168
50176
|
key: 'line' + index,
|
|
50169
50177
|
class: ['step-line', _vm.showLine && 'hline'],
|
|
50170
|
-
style: Object.assign(
|
|
50171
|
-
_vm.linePos[index])
|
|
50178
|
+
style: Object.assign(item.lineStyles, _vm.linePos[index])
|
|
50172
50179
|
}) : _vm._e()]
|
|
50173
50180
|
})], 2), _vm._l((_vm.formattedList), function(item, index) {
|
|
50174
50181
|
return _c('div', {
|