@dolphinweex/weex-harmony 0.1.42 → 0.1.43

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.42",
3
+ "version": "0.1.43",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -1069,7 +1069,7 @@ button {
1069
1069
  .grid-box {
1070
1070
  position: relative;
1071
1071
  display: flex;
1072
- justify-content: space-evenly;
1072
+ justify-content: space-between;
1073
1073
  flex-direction: column;
1074
1074
  width: 100%;
1075
1075
  box-sizing: border-box;