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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.4.21
4
+
5
+ - [ ! ] dof-popup组件colmo默认背景色修改
6
+ - [ ! ] date: 2026/04/01
7
+
3
8
  ## 2.4.20
4
9
 
5
10
  - [ ! ] COLMO组件库升级组件
@@ -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 ? '#1c1e21' : this._isDiablo ? '#1e2326' : '#fff';
31957
+ return this._isColmo ? '#232529' : this._isDiablo ? '#1e2326' : '#fff';
31958
31958
  },
31959
31959
  padStyle: function padStyle() {
31960
31960
  var pos = this.pos,