aio-table 4.0.0 → 5.0.3
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/README.md +351 -464
- package/index.css +9 -8
- package/index.js +469 -695
- package/package.json +3 -3
package/index.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
color:#999;
|
|
11
11
|
font-size:14px;
|
|
12
12
|
overflow: hidden;
|
|
13
|
+
height:500px;
|
|
13
14
|
}
|
|
14
15
|
.aio-table.rtl{
|
|
15
16
|
direction:rtl;
|
|
@@ -277,6 +278,7 @@ select.aio-table-paging-button{
|
|
|
277
278
|
.aio-table-filter-icon button{
|
|
278
279
|
color:inherit;
|
|
279
280
|
height:100%;
|
|
281
|
+
background:none;
|
|
280
282
|
}
|
|
281
283
|
|
|
282
284
|
.aio-table-filter-item{
|
|
@@ -352,7 +354,6 @@ select.aio-table-paging-button{
|
|
|
352
354
|
align-items: center;
|
|
353
355
|
flex-shrink:0;
|
|
354
356
|
height:36px;
|
|
355
|
-
margin-bottom:12px;
|
|
356
357
|
}
|
|
357
358
|
@media print{
|
|
358
359
|
.aio-table-toolbar{
|
|
@@ -417,7 +418,7 @@ select.aio-table-paging-button{
|
|
|
417
418
|
.aio-table-cell-gantt .r-range-slider{
|
|
418
419
|
flex:1;
|
|
419
420
|
padding:0;
|
|
420
|
-
height:
|
|
421
|
+
height:24px;
|
|
421
422
|
}
|
|
422
423
|
.aio-table-cell-gantt .r-range-slider-fill{
|
|
423
424
|
height:16px !important;
|
|
@@ -458,12 +459,12 @@ select.aio-table-paging-button{
|
|
|
458
459
|
}
|
|
459
460
|
|
|
460
461
|
.r-layout-item{
|
|
461
|
-
overflow:auto;
|
|
462
|
-
display:flex;
|
|
463
|
-
position: relative;
|
|
464
|
-
flex-grow:0;
|
|
465
|
-
flex-shrink: 0;
|
|
466
|
-
}
|
|
462
|
+
overflow:auto;
|
|
463
|
+
display:flex;
|
|
464
|
+
position: relative;
|
|
465
|
+
flex-grow:0;
|
|
466
|
+
flex-shrink: 0;
|
|
467
|
+
}
|
|
467
468
|
.r-layout-parent{
|
|
468
469
|
position:relative;
|
|
469
470
|
display:flex;
|