dolphin-weex-bc 0.0.19 → 0.0.20

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
+ ## 0.0.20
4
+
5
+ - [ ! ] 修复节假日弹窗background改为background-color
6
+ - [ ! ] date: 2025/12/16
7
+
3
8
  ## 0.0.19
4
9
 
5
10
  - [ ! ] 修复节假日弹窗出现竖线问题
@@ -69933,7 +69933,7 @@ module.exports = {
69933
69933
  "paddingRight": "24",
69934
69934
  "paddingBottom": "14",
69935
69935
  "paddingLeft": "24",
69936
- "background": "rgba(30, 46, 55, 0.05)"
69936
+ "backgroundColor": "rgba(30,46,55,0.05)"
69937
69937
  },
69938
69938
  "year-title": {
69939
69939
  "fontSize": "28",
@@ -70005,7 +70005,7 @@ module.exports = {
70005
70005
  "left": "8"
70006
70006
  },
70007
70007
  "adjusted-date-1": {
70008
- "background": "rgba(245, 100, 40, 0.1)",
70008
+ "backgroundColor": "rgba(245,100,40,0.1)",
70009
70009
  "borderRadius": 50,
70010
70010
  "width": "48",
70011
70011
  "height": "48",
@@ -70032,7 +70032,7 @@ module.exports = {
70032
70032
  "position": "absolute",
70033
70033
  "top": "4",
70034
70034
  "bottom": "0",
70035
- "background": "rgba(245, 100, 40, 0.1)"
70035
+ "backgroundColor": "rgba(245,100,40,0.1)"
70036
70036
  },
70037
70037
  "disabled": {
70038
70038
  "color": "#1e2e37",