@jx3box/jx3box-common-ui 5.7.15 → 5.8.2

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.
@@ -130,8 +130,10 @@
130
130
  .c-jx3box {
131
131
  .u-list {
132
132
  padding-right: 20px;
133
- // display: flex;
134
- // flex-wrap: wrap;
133
+ display: flex;
134
+ flex-wrap: wrap;
135
+ justify-content: space-between;
136
+ align-items: flex-start;
135
137
  li {
136
138
  // flex: 1;
137
139
  margin-right: 15px;
@@ -143,6 +145,7 @@
143
145
  }
144
146
  .u-item {
145
147
  .size(68px);
148
+ .auto(x);
146
149
  .u-txt {
147
150
  .fz(10px);
148
151
  }
@@ -251,7 +251,7 @@ body {
251
251
  }
252
252
  .mt(0px) !important;
253
253
  }
254
- @media screen and (max-width: @mininote) {
254
+ @media screen and (max-width: @ipad-y) {
255
255
  .c-header-nav {
256
256
  display: none;
257
257
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "5.7.15",
3
+ "version": "5.8.2",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -115,7 +115,7 @@ export default {
115
115
  }
116
116
  },
117
117
  created: function () {
118
-
118
+ this.loadNav()
119
119
  },
120
120
  components: {},
121
121
  };