dolphin-weex-bc 0.0.20 → 0.0.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
+ ## 0.0.21
4
+
5
+ - [ ! ] 修复节假日弹窗border不兼容问题
6
+ - [ ! ] date: 2025/12/24
7
+
3
8
  ## 0.0.20
4
9
 
5
10
  - [ ! ] 修复节假日弹窗background改为background-color
@@ -69947,7 +69947,9 @@ module.exports = {
69947
69947
  },
69948
69948
  "calendar-container": {
69949
69949
  "backgroundColor": "#ffffff",
69950
- "border": "1px solid #f3f4f5",
69950
+ "borderWidth": "1",
69951
+ "borderStyle": "solid",
69952
+ "borderColor": "#f3f4f5",
69951
69953
  "borderRadius": "24",
69952
69954
  "overflow": "hidden"
69953
69955
  },
@@ -69996,7 +69998,9 @@ module.exports = {
69996
69998
  "lineHeight": "40"
69997
69999
  },
69998
70000
  "adjusted-date": {
69999
- "border": "1px solid #00a4f2",
70001
+ "borderWidth": "1",
70002
+ "borderStyle": "solid",
70003
+ "borderColor": "#00a4f2",
70000
70004
  "borderRadius": 50,
70001
70005
  "width": "48",
70002
70006
  "height": "48",