@jx3box/jx3box-ui 2.1.5 → 2.1.7
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": "@jx3box/jx3box-ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "JX3BOX Vue3 UI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@element-plus/icons-vue": "^2.3.2",
|
|
35
35
|
"@jx3box/jx3box-common": "^9.2.0",
|
|
36
36
|
"@jx3box/jx3box-data": "^3.9.4",
|
|
37
|
-
"@jx3box/jx3box-editor": "^3.1.
|
|
37
|
+
"@jx3box/jx3box-editor": "^3.1.1",
|
|
38
38
|
"@jx3box/jx3box-emotion": "^1.3.0",
|
|
39
39
|
"@jx3box/jx3box-macro": "^1.0.3",
|
|
40
40
|
"@jx3box/jx3box-talent": "^1.3.12",
|
|
@@ -296,6 +296,10 @@ export default {
|
|
|
296
296
|
.fz(32px);
|
|
297
297
|
padding: 1px 0;
|
|
298
298
|
|
|
299
|
+
*{
|
|
300
|
+
white-space: nowrap;
|
|
301
|
+
}
|
|
302
|
+
|
|
299
303
|
.u-title {
|
|
300
304
|
color: @color;
|
|
301
305
|
// &:hover {
|
|
@@ -358,7 +362,6 @@ export default {
|
|
|
358
362
|
@all: #a26ef7;
|
|
359
363
|
@wujie: #fc79bf;
|
|
360
364
|
|
|
361
|
-
|
|
362
365
|
.u-client {
|
|
363
366
|
// .fl;
|
|
364
367
|
font-style: normal;
|
|
@@ -450,9 +453,8 @@ export default {
|
|
|
450
453
|
}
|
|
451
454
|
@media screen and (max-width: @ipad) {
|
|
452
455
|
.m-single-info {
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
}
|
|
456
|
+
flex-wrap: wrap;
|
|
457
|
+
gap: 5px;
|
|
456
458
|
}
|
|
457
459
|
}
|
|
458
460
|
@media screen and (max-width: @phone) {
|