dolphin-weex-ui 2.4.20 → 2.4.21
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 +5 -0
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +2 -2
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-popup/index.vue +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -31954,7 +31954,7 @@ exports.default = {
|
|
|
31954
31954
|
},
|
|
31955
31955
|
_popupColor: function _popupColor() {
|
|
31956
31956
|
if (this.popupColor) return this.popupColor;
|
|
31957
|
-
return this._isColmo ? '#
|
|
31957
|
+
return this._isColmo ? '#232529' : this._isDiablo ? '#1e2326' : '#fff';
|
|
31958
31958
|
},
|
|
31959
31959
|
padStyle: function padStyle() {
|
|
31960
31960
|
var pos = this.pos,
|