@jx3box/jx3box-common-ui 6.3.4 → 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.
- package/assets/css/box.less +8 -12
- package/package.json +4 -4
package/assets/css/box.less
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
background-color: @bg-black;
|
|
3
3
|
.z(800);
|
|
4
4
|
overflow-y: auto;
|
|
5
|
+
overflow-x: hidden;
|
|
5
6
|
.w(100%);
|
|
6
7
|
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
|
|
7
8
|
transition: 0.5s ease-in-out;
|
|
@@ -129,22 +130,17 @@
|
|
|
129
130
|
@media screen and (max-width: @phone) {
|
|
130
131
|
.c-jx3box {
|
|
131
132
|
.u-list {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
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%);
|
|
138
138
|
&::after {
|
|
139
139
|
flex: 1;
|
|
140
140
|
}
|
|
141
141
|
li {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
margin-bottom: 15px;
|
|
145
|
-
&:nth-child(4n) {
|
|
146
|
-
.mr(0) !important;
|
|
147
|
-
}
|
|
142
|
+
padding: 5px;
|
|
143
|
+
.mr(0);
|
|
148
144
|
}
|
|
149
145
|
}
|
|
150
146
|
.u-item {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jx3box/jx3box-common-ui",
|
|
3
|
-
"version": "6.3.
|
|
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.
|
|
35
|
-
"@jx3box/jx3box-data": "^1.11.
|
|
36
|
-
"@jx3box/jx3box-editor": "^1.5.
|
|
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",
|