n20-common-lib 3.0.70 → 3.0.71

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": "n20-common-lib",
3
- "version": "3.0.70",
3
+ "version": "3.0.71",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -389,10 +389,6 @@
389
389
  }
390
390
  }
391
391
 
392
- .vxe-cell--wrapper {
393
- justify-content: center !important;
394
- }
395
-
396
392
  .vxe-header--row {
397
393
  color: #333;
398
394
  background-color: #f5f5f5;
@@ -421,7 +417,6 @@
421
417
  font-size: 14px !important;
422
418
  }
423
419
 
424
-
425
420
  .vxe-table--tooltip-wrapper {
426
421
  z-index: 9999 !important;
427
422
  }
@@ -449,7 +444,6 @@
449
444
  max-height: 100%;
450
445
  }
451
446
 
452
-
453
447
  .el-table th.el-table__cell > .cell {
454
448
  overflow: hidden;
455
449
  text-overflow: ellipsis;