@dolphinweex/weex-harmony 0.1.97 → 0.1.98

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony",
3
- "version": "0.1.97",
3
+ "version": "0.1.98",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -589,8 +589,8 @@
589
589
  z-index: 10000;
590
590
  }
591
591
  .modal {
592
- width: 60vw;
593
- max-width: 60vw;
592
+ width: 520px;
593
+ max-width: 520px;
594
594
  background: #fff;
595
595
  border-radius: 24px;
596
596
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);