@syncfusion/ej2-vue-pivotview 20.1.47 → 20.1.48
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/CHANGELOG.md +0 -16
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js +4 -32
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -20
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +14 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -1
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -10
- package/src/pivotview/pivotview.component.d.ts +0 -1
- package/src/pivotview/pivotview.component.js +1 -10
- package/styles/bootstrap-dark.css +29 -80
- package/styles/bootstrap.css +29 -80
- package/styles/bootstrap4.css +31 -82
- package/styles/bootstrap5-dark.css +64 -151
- package/styles/bootstrap5.css +64 -151
- package/styles/fabric-dark.css +29 -81
- package/styles/fabric.css +29 -80
- package/styles/highcontrast-light.css +29 -80
- package/styles/highcontrast.css +29 -80
- package/styles/material-dark.css +29 -80
- package/styles/material.css +29 -80
- package/styles/pivotfieldlist/bootstrap-dark.css +16 -33
- package/styles/pivotfieldlist/bootstrap.css +16 -33
- package/styles/pivotfieldlist/bootstrap4.css +16 -33
- package/styles/pivotfieldlist/bootstrap5-dark.css +40 -78
- package/styles/pivotfieldlist/bootstrap5.css +40 -78
- package/styles/pivotfieldlist/fabric-dark.css +16 -33
- package/styles/pivotfieldlist/fabric.css +16 -33
- package/styles/pivotfieldlist/highcontrast-light.css +16 -33
- package/styles/pivotfieldlist/highcontrast.css +16 -33
- package/styles/pivotfieldlist/material-dark.css +16 -33
- package/styles/pivotfieldlist/material.css +16 -33
- package/styles/pivotfieldlist/tailwind-dark.css +137 -145
- package/styles/pivotfieldlist/tailwind.css +137 -145
- package/styles/pivotview/bootstrap-dark.css +13 -47
- package/styles/pivotview/bootstrap.css +13 -47
- package/styles/pivotview/bootstrap4.css +15 -49
- package/styles/pivotview/bootstrap5-dark.css +24 -73
- package/styles/pivotview/bootstrap5.css +24 -73
- package/styles/pivotview/fabric-dark.css +13 -48
- package/styles/pivotview/fabric.css +13 -47
- package/styles/pivotview/highcontrast-light.css +13 -47
- package/styles/pivotview/highcontrast.css +13 -47
- package/styles/pivotview/material-dark.css +13 -47
- package/styles/pivotview/material.css +13 -47
- package/styles/pivotview/tailwind-dark.css +61 -115
- package/styles/pivotview/tailwind.css +61 -115
- package/styles/tailwind-dark.css +198 -260
- package/styles/tailwind.css +198 -260
- package/styles/fluent-dark.css +0 -8914
- package/styles/fluent-dark.scss +0 -2
- package/styles/fluent.css +0 -8916
- package/styles/fluent.scss +0 -2
- package/styles/pivotfieldlist/fluent-dark.css +0 -6456
- package/styles/pivotfieldlist/fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/fluent.css +0 -6456
- package/styles/pivotfieldlist/fluent.scss +0 -1
- package/styles/pivotview/fluent-dark.css +0 -2457
- package/styles/pivotview/fluent-dark.scss +0 -1
- package/styles/pivotview/fluent.css +0 -2459
- package/styles/pivotview/fluent.scss +0 -1
package/styles/bootstrap4.css
CHANGED
|
@@ -717,6 +717,9 @@
|
|
|
717
717
|
background: #f2f4f6;
|
|
718
718
|
border-bottom: 0;
|
|
719
719
|
border-style: solid;
|
|
720
|
+
border-top: 1px solid #dee2e6;
|
|
721
|
+
border-left: 1px solid #dee2e6;
|
|
722
|
+
border-right: 1px solid #dee2e6;
|
|
720
723
|
}
|
|
721
724
|
|
|
722
725
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -737,7 +740,7 @@
|
|
|
737
740
|
|
|
738
741
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
739
742
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
740
|
-
height: 30px
|
|
743
|
+
height: 30px;
|
|
741
744
|
overflow: hidden;
|
|
742
745
|
padding-left: 10px;
|
|
743
746
|
background-color: #f8f9fa;
|
|
@@ -770,10 +773,6 @@
|
|
|
770
773
|
color: #ffffff;
|
|
771
774
|
}
|
|
772
775
|
|
|
773
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
774
|
-
margin-left: 18px !important;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
776
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
778
777
|
padding: 0 !important;
|
|
779
778
|
}
|
|
@@ -1127,18 +1126,6 @@
|
|
|
1127
1126
|
margin-top: 2px;
|
|
1128
1127
|
}
|
|
1129
1128
|
|
|
1130
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1131
|
-
height: 62px;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1135
|
-
padding-left: 10px;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1139
|
-
margin-left: 24px !important;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
1129
|
/*! PivotView theme */
|
|
1143
1130
|
.e-pivotview .e-nextspan {
|
|
1144
1131
|
display: inline-block;
|
|
@@ -1166,11 +1153,8 @@
|
|
|
1166
1153
|
|
|
1167
1154
|
.e-pivotview .e-grid
|
|
1168
1155
|
.e-rowcell {
|
|
1169
|
-
font-size: 13px
|
|
1156
|
+
font-size: 13px;
|
|
1170
1157
|
padding-left: 8px;
|
|
1171
|
-
-webkit-user-select: none;
|
|
1172
|
-
-ms-user-select: none;
|
|
1173
|
-
user-select: none;
|
|
1174
1158
|
}
|
|
1175
1159
|
|
|
1176
1160
|
.e-pivotview .e-gtot,
|
|
@@ -1323,10 +1307,6 @@
|
|
|
1323
1307
|
|
|
1324
1308
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1325
1309
|
padding-left: 8px;
|
|
1326
|
-
-webkit-user-select: none;
|
|
1327
|
-
-ms-user-select: none;
|
|
1328
|
-
user-select: none;
|
|
1329
|
-
-webkit-touch-callout: none;
|
|
1330
1310
|
}
|
|
1331
1311
|
|
|
1332
1312
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1345,17 +1325,13 @@
|
|
|
1345
1325
|
padding-left: 8px !important;
|
|
1346
1326
|
}
|
|
1347
1327
|
|
|
1348
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1349
|
-
z-index: 1 !important;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
1328
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1353
1329
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1354
1330
|
padding-right: 8px !important;
|
|
1355
1331
|
}
|
|
1356
1332
|
|
|
1357
|
-
.e-pivotview .
|
|
1358
|
-
.e-pivotview .
|
|
1333
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1334
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1359
1335
|
line-height: normal;
|
|
1360
1336
|
}
|
|
1361
1337
|
|
|
@@ -1373,7 +1349,7 @@
|
|
|
1373
1349
|
|
|
1374
1350
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1375
1351
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1376
|
-
padding-left:
|
|
1352
|
+
padding-left: 8px !important;
|
|
1377
1353
|
margin-top: 5px;
|
|
1378
1354
|
}
|
|
1379
1355
|
|
|
@@ -1573,7 +1549,7 @@
|
|
|
1573
1549
|
font-weight: normal;
|
|
1574
1550
|
height: 24px;
|
|
1575
1551
|
line-height: .9em;
|
|
1576
|
-
padding:
|
|
1552
|
+
padding: 5px 8px;
|
|
1577
1553
|
text-transform: none;
|
|
1578
1554
|
vertical-align: bottom;
|
|
1579
1555
|
z-index: 1;
|
|
@@ -1797,7 +1773,7 @@
|
|
|
1797
1773
|
}
|
|
1798
1774
|
|
|
1799
1775
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1800
|
-
padding:
|
|
1776
|
+
padding: 5px 8px;
|
|
1801
1777
|
width: 180px;
|
|
1802
1778
|
font-weight: 400;
|
|
1803
1779
|
}
|
|
@@ -2101,7 +2077,7 @@
|
|
|
2101
2077
|
|
|
2102
2078
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2103
2079
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2104
|
-
padding-right:
|
|
2080
|
+
padding-right: 8px !important;
|
|
2105
2081
|
}
|
|
2106
2082
|
|
|
2107
2083
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2266,11 +2242,6 @@
|
|
|
2266
2242
|
padding-left: 8px !important;
|
|
2267
2243
|
}
|
|
2268
2244
|
|
|
2269
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2270
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2271
|
-
height: 100% !important;
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
2245
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2275
2246
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2276
2247
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2283,11 +2254,6 @@
|
|
|
2283
2254
|
font-size: 13px !important;
|
|
2284
2255
|
}
|
|
2285
2256
|
|
|
2286
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2287
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2288
|
-
padding-left: 16px !important;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
2257
|
.e-bigger .e-pivotview th .e-expand,
|
|
2292
2258
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2293
2259
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2341,7 +2307,7 @@
|
|
|
2341
2307
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2342
2308
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2343
2309
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2344
|
-
font-size: 12px
|
|
2310
|
+
font-size: 12px;
|
|
2345
2311
|
height: 20px;
|
|
2346
2312
|
width: 20px;
|
|
2347
2313
|
padding-left: 12px;
|
|
@@ -2459,7 +2425,7 @@
|
|
|
2459
2425
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2460
2426
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2461
2427
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2462
|
-
font-size: 12px
|
|
2428
|
+
font-size: 12px;
|
|
2463
2429
|
height: 20px;
|
|
2464
2430
|
width: 20px;
|
|
2465
2431
|
padding-left: 12px;
|
|
@@ -2520,7 +2486,7 @@
|
|
|
2520
2486
|
|
|
2521
2487
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2522
2488
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2523
|
-
font-size: 13px
|
|
2489
|
+
font-size: 13px;
|
|
2524
2490
|
}
|
|
2525
2491
|
|
|
2526
2492
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2565,7 +2531,7 @@
|
|
|
2565
2531
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2566
2532
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2567
2533
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2568
|
-
padding-right:
|
|
2534
|
+
padding-right: 8px !important;
|
|
2569
2535
|
}
|
|
2570
2536
|
|
|
2571
2537
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2972,7 +2938,7 @@
|
|
|
2972
2938
|
}
|
|
2973
2939
|
|
|
2974
2940
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2975
|
-
padding-bottom:
|
|
2941
|
+
padding-bottom: 10px;
|
|
2976
2942
|
}
|
|
2977
2943
|
|
|
2978
2944
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -3003,7 +2969,7 @@
|
|
|
3003
2969
|
|
|
3004
2970
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
3005
2971
|
margin-left: 0;
|
|
3006
|
-
margin-right:
|
|
2972
|
+
margin-right: 18px;
|
|
3007
2973
|
}
|
|
3008
2974
|
|
|
3009
2975
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -3137,7 +3103,7 @@
|
|
|
3137
3103
|
}
|
|
3138
3104
|
|
|
3139
3105
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
3140
|
-
margin-left:
|
|
3106
|
+
margin-left: 18px;
|
|
3141
3107
|
margin-right: 0;
|
|
3142
3108
|
}
|
|
3143
3109
|
|
|
@@ -3159,10 +3125,6 @@
|
|
|
3159
3125
|
padding-left: 12px;
|
|
3160
3126
|
}
|
|
3161
3127
|
|
|
3162
|
-
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
3163
|
-
margin-right: 0;
|
|
3164
|
-
}
|
|
3165
|
-
|
|
3166
3128
|
.e-bigger.e-pivot-formatting-dialog,
|
|
3167
3129
|
.e-bigger .e-pivot-formatting-dialog {
|
|
3168
3130
|
min-width: 670px !important;
|
|
@@ -3264,7 +3226,7 @@
|
|
|
3264
3226
|
color: #212529;
|
|
3265
3227
|
font-size: 13px;
|
|
3266
3228
|
margin-bottom: 4px;
|
|
3267
|
-
margin-top:
|
|
3229
|
+
margin-top: 15px;
|
|
3268
3230
|
overflow: hidden;
|
|
3269
3231
|
padding: 4px 0;
|
|
3270
3232
|
padding-bottom: 0;
|
|
@@ -3298,9 +3260,7 @@
|
|
|
3298
3260
|
|
|
3299
3261
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3300
3262
|
color: #495057;
|
|
3301
|
-
float: right !important;
|
|
3302
3263
|
margin: 0;
|
|
3303
|
-
margin-right: 12px !important;
|
|
3304
3264
|
}
|
|
3305
3265
|
|
|
3306
3266
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3323,13 +3283,6 @@
|
|
|
3323
3283
|
width: 24px;
|
|
3324
3284
|
}
|
|
3325
3285
|
|
|
3326
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3327
|
-
float: right;
|
|
3328
|
-
font-size: 20px;
|
|
3329
|
-
margin-right: 12px;
|
|
3330
|
-
padding-top: 10px;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
3286
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3334
3287
|
cursor: pointer;
|
|
3335
3288
|
display: inline-block;
|
|
@@ -3352,9 +3305,9 @@
|
|
|
3352
3305
|
font-size: 14px;
|
|
3353
3306
|
height: 24px;
|
|
3354
3307
|
margin-right: 4px;
|
|
3308
|
+
padding: 5px;
|
|
3355
3309
|
pointer-events: auto;
|
|
3356
3310
|
width: 24px;
|
|
3357
|
-
padding: 8px 8px 8px 12px;
|
|
3358
3311
|
}
|
|
3359
3312
|
|
|
3360
3313
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3470,7 +3423,7 @@
|
|
|
3470
3423
|
}
|
|
3471
3424
|
|
|
3472
3425
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3473
|
-
height:
|
|
3426
|
+
height: 453px;
|
|
3474
3427
|
width: 50%;
|
|
3475
3428
|
}
|
|
3476
3429
|
|
|
@@ -3482,7 +3435,7 @@
|
|
|
3482
3435
|
|
|
3483
3436
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
3484
3437
|
display: inline-block;
|
|
3485
|
-
height:
|
|
3438
|
+
height: 425px;
|
|
3486
3439
|
overflow: auto;
|
|
3487
3440
|
width: 100%;
|
|
3488
3441
|
}
|
|
@@ -3540,7 +3493,6 @@
|
|
|
3540
3493
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons {
|
|
3541
3494
|
padding: 0;
|
|
3542
3495
|
height: auto;
|
|
3543
|
-
float: none !important;
|
|
3544
3496
|
}
|
|
3545
3497
|
|
|
3546
3498
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li {
|
|
@@ -3711,12 +3663,12 @@
|
|
|
3711
3663
|
|
|
3712
3664
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3713
3665
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3714
|
-
height:
|
|
3666
|
+
height: 504px;
|
|
3715
3667
|
}
|
|
3716
3668
|
|
|
3717
3669
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
3718
3670
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
3719
|
-
height:
|
|
3671
|
+
height: 470px;
|
|
3720
3672
|
}
|
|
3721
3673
|
|
|
3722
3674
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -4060,7 +4012,7 @@
|
|
|
4060
4012
|
}
|
|
4061
4013
|
|
|
4062
4014
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4063
|
-
padding: 0
|
|
4015
|
+
padding: 0 20px 10px;
|
|
4064
4016
|
}
|
|
4065
4017
|
|
|
4066
4018
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4922,7 +4874,7 @@
|
|
|
4922
4874
|
|
|
4923
4875
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4924
4876
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4925
|
-
padding: 0
|
|
4877
|
+
padding: 0 20px 10px;
|
|
4926
4878
|
}
|
|
4927
4879
|
|
|
4928
4880
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4982,7 +4934,6 @@
|
|
|
4982
4934
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4983
4935
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4984
4936
|
font-size: 14px;
|
|
4985
|
-
padding-bottom: 6px;
|
|
4986
4937
|
}
|
|
4987
4938
|
|
|
4988
4939
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5409,7 +5360,7 @@
|
|
|
5409
5360
|
color: #555;
|
|
5410
5361
|
cursor: pointer;
|
|
5411
5362
|
font-size: 14px;
|
|
5412
|
-
height: 20px
|
|
5363
|
+
height: 20px;
|
|
5413
5364
|
padding: 7px 0 0 8px;
|
|
5414
5365
|
width: 20px;
|
|
5415
5366
|
}
|
|
@@ -6332,7 +6283,6 @@
|
|
|
6332
6283
|
height: 24px;
|
|
6333
6284
|
padding-left: 10px;
|
|
6334
6285
|
width: 24px;
|
|
6335
|
-
font-size: 14px !important;
|
|
6336
6286
|
color: #fff;
|
|
6337
6287
|
}
|
|
6338
6288
|
|
|
@@ -6888,7 +6838,7 @@
|
|
|
6888
6838
|
color: #555;
|
|
6889
6839
|
cursor: pointer;
|
|
6890
6840
|
font-size: 14px;
|
|
6891
|
-
height: 20px
|
|
6841
|
+
height: 20px;
|
|
6892
6842
|
padding: 7px 0 0 8px;
|
|
6893
6843
|
width: 20px;
|
|
6894
6844
|
}
|
|
@@ -7811,7 +7761,6 @@
|
|
|
7811
7761
|
height: 24px;
|
|
7812
7762
|
padding-left: 10px;
|
|
7813
7763
|
width: 24px;
|
|
7814
|
-
font-size: 14px !important;
|
|
7815
7764
|
color: #fff;
|
|
7816
7765
|
}
|
|
7817
7766
|
|
|
@@ -8208,7 +8157,7 @@
|
|
|
8208
8157
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
8209
8158
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
8210
8159
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
8211
|
-
padding-left: 16px
|
|
8160
|
+
padding-left: 16px;
|
|
8212
8161
|
}
|
|
8213
8162
|
|
|
8214
8163
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -8237,7 +8186,7 @@
|
|
|
8237
8186
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
8238
8187
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
8239
8188
|
font-size: 16px;
|
|
8240
|
-
height: 24px
|
|
8189
|
+
height: 24px;
|
|
8241
8190
|
padding: 7px 0 0 8px;
|
|
8242
8191
|
width: 24px;
|
|
8243
8192
|
}
|
|
@@ -8702,7 +8651,7 @@
|
|
|
8702
8651
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8703
8652
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8704
8653
|
font-size: 16px;
|
|
8705
|
-
height: 24px
|
|
8654
|
+
height: 24px;
|
|
8706
8655
|
padding: 7px 0 0 8px;
|
|
8707
8656
|
width: 24px;
|
|
8708
8657
|
}
|