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 +1 -1
- package/src/assets/css/table.scss +0 -6
- package/src/assets/css/v3/table.scss +518 -931
- package/style/index.css +1 -1
- package/theme/blue.css +1 -1
- package/theme/cctcRed.css +1 -1
- package/theme/green.css +1 -1
- package/theme/lightBlue.css +1 -1
- package/theme/orange.css +1 -1
- package/theme/purple.css +1 -1
- package/theme/red.css +1 -1
- package/theme/yellow.css +1 -1
package/package.json
CHANGED
|
@@ -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;
|