@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.
@@ -6,7 +6,7 @@
6
6
  .pf;
7
7
  .z(600);
8
8
  left: 0;
9
- top: @header-height + @bread-height + 1px;
9
+ top: @header-height + @bread-height;
10
10
  bottom: 0;
11
11
  background-color: @bg-light;
12
12
  border-right: 1px solid #eee;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.1.5",
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.0",
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
- .u-meta {
454
- .none;
455
- }
456
+ flex-wrap: wrap;
457
+ gap: 5px;
456
458
  }
457
459
  }
458
460
  @media screen and (max-width: @phone) {