@jx3box/jx3box-common-ui 6.3.5 → 6.3.6

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,22 +130,17 @@
130
130
  @media screen and (max-width: @phone) {
131
131
  .c-jx3box {
132
132
  .u-list {
133
- margin-right:0;
134
- padding-right: 20px;
135
- display: flex;
136
- flex-wrap: wrap;
137
- justify-content: space-between;
138
- align-items: flex-start;
133
+ padding: 0;
134
+ display: grid;
135
+ grid-template-columns: repeat(4, 1fr);
136
+ justify-content:space-between;
137
+ .w(100%);
139
138
  &::after {
140
139
  flex: 1;
141
140
  }
142
141
  li {
143
- // flex: 1;
144
- // margin-right: 15px;
145
- margin-bottom: 15px;
146
- &:nth-child(4n) {
147
- .mr(0) !important;
148
- }
142
+ padding: 5px;
143
+ .mr(0);
149
144
  }
150
145
  }
151
146
  .u-item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,9 +31,9 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@jx3box/jx3box-comment-ui": "^1.7.1",
34
- "@jx3box/jx3box-common": "^7.4.2",
35
- "@jx3box/jx3box-data": "^1.11.1",
36
- "@jx3box/jx3box-editor": "^1.5.3",
34
+ "@jx3box/jx3box-common": "^7.4.8",
35
+ "@jx3box/jx3box-data": "^1.11.5",
36
+ "@jx3box/jx3box-editor": "^1.5.5",
37
37
  "axios": "^0.26.1",
38
38
  "dayjs": "^1.11.0",
39
39
  "element-ui": "^2.13.2",