dolphin-weex-ui 1.1.6 → 1.1.8

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,4 +1,12 @@
1
1
  # 升级日志
2
+ ## 1.1.8
3
+ - [!] 修复dof-card加阴影box-shadow显示异常问题
4
+ - date: 2023/05/17
5
+
6
+ ## 1.1.7
7
+ - [!] 修复dof-modal组件iOS、安卓两端交互不一致问题
8
+ - date: 2023/05/17
9
+
2
10
  ## 1.1.6
3
11
  - [!] 新增dof-status设备状态组件
4
12
  - date: 2023/05/10
@@ -23230,7 +23230,8 @@ exports.default = {
23230
23230
  // add by lau
23231
23231
  moreBtnClicked: function moreBtnClicked(index, text) {
23232
23232
  this.$emit('btnItemClicked', {
23233
- index: index, text: text
23233
+ index: index,
23234
+ text: text
23234
23235
  });
23235
23236
  }
23236
23237
  }
@@ -23401,6 +23402,14 @@ exports.default = {
23401
23402
  //
23402
23403
  //
23403
23404
  //
23405
+ //
23406
+ //
23407
+ //
23408
+ //
23409
+ //
23410
+ //
23411
+ //
23412
+ //
23404
23413
 
23405
23414
  /***/ }),
23406
23415
  /* 305 */
@@ -37426,17 +37435,17 @@ module.exports = {
37426
37435
  "width": "476",
37427
37436
  "height": "64",
37428
37437
  "lineHeight": "64",
37429
- "backgroundColor": "#FFFFFF",
37430
- "placeholderColor": "#8C8C8C",
37431
- "borderColor": "#9F9F9F",
37438
+ "backgroundColor": "#ffffff",
37439
+ "placeholderColor": "#8c8c8c",
37440
+ "borderColor": "#9f9f9f",
37432
37441
  "borderWidth": "1",
37433
37442
  "borderStyle": "solid",
37434
- "border:active": "1px solid #9F9F9F !important"
37443
+ "border:active": "1px solid #9f9f9f !important"
37435
37444
  },
37436
37445
  "modal-footer": {
37437
37446
  "flexDirection": "row",
37438
37447
  "alignItems": "center",
37439
- "borderTopColor": "#C8C7CC",
37448
+ "borderTopColor": "#c8c7cc",
37440
37449
  "borderTopWidth": "1",
37441
37450
  "borderTop": "1px solid #f3f3f3"
37442
37451
  },
@@ -37448,7 +37457,7 @@ module.exports = {
37448
37457
  "height": "90"
37449
37458
  },
37450
37459
  "cancel": {
37451
- "borderRightColor": "#C8C7CC",
37460
+ "borderRightColor": "#c8c7cc",
37452
37461
  "borderRightWidth": "1",
37453
37462
  "borderRight": "1px solid #f3f3f3"
37454
37463
  },
@@ -37465,7 +37474,7 @@ module.exports = {
37465
37474
  "justifyContent": "center",
37466
37475
  "flex": 1,
37467
37476
  "height": "90",
37468
- "borderTopColor": "#C8C7CC",
37477
+ "borderTopColor": "#c8c7cc",
37469
37478
  "borderTopWidth": "1",
37470
37479
  "borderTop": "1px solid #f3f3f3"
37471
37480
  }
@@ -39182,7 +39191,8 @@ module.exports = {
39182
39191
  "marginBottom": "12"
39183
39192
  },
39184
39193
  "dof-card-body": {
39185
- "position": "relative"
39194
+ "position": "relative",
39195
+ "overflow": "hidden"
39186
39196
  }
39187
39197
  }
39188
39198
 
@@ -42183,17 +42193,20 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
42183
42193
  "show": _vm.show,
42184
42194
  "hasAnimation": false,
42185
42195
  "opacity": "0.3"
42186
- },
42187
- on: {
42188
- "dofOverlayBodyClicked": _vm.layoutClick
42189
42196
  }
42190
42197
  }) : _vm._e(), (_vm.show) ? _c('div', {
42191
42198
  staticClass: ["wrapper"],
42192
42199
  style: {
42193
42200
  height: _vm.pageHeight + 'px'
42201
+ },
42202
+ on: {
42203
+ "click": _vm.layoutClick
42194
42204
  }
42195
42205
  }, [_c('div', {
42196
- staticClass: ["modal-box"]
42206
+ staticClass: ["modal-box"],
42207
+ on: {
42208
+ "click": function () {}
42209
+ }
42197
42210
  }, [_c('div', {
42198
42211
  staticClass: ["modal-content"]
42199
42212
  }, [_vm._t("title", [(_vm.title) ? _c('text', {