easy3wui 1.5.89-beta3 → 1.5.89-beta4

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.
@@ -21,31 +21,31 @@
21
21
  .scrollY .ant-table-thead > tr > th {
22
22
  text-align: center;
23
23
  }
24
- .scrollY .ant-table-wrapper .ant-table-tbody > tr:nth-child(even) > td {
24
+ .scrollY .ant-table-tbody > tr:nth-child(even) > td {
25
25
  background: var(--table-header-bg);
26
26
  }
27
- .scrollY .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
27
+ .scrollY .ant-table-tbody > tr:nth-child(odd) > td {
28
28
  background: #fff;
29
29
  }
30
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
31
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
32
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
33
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
34
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
35
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
36
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
37
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
30
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
31
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
32
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
33
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
34
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
35
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
36
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
37
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
38
38
  background: var(--table-header-bg);
39
39
  }
40
- .scrollY .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
40
+ .scrollY .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
41
41
  background: var(--table-row-hover-bg);
42
42
  }
43
- .scrollY .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
44
- .scrollY .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
43
+ .scrollY .ant-table-bordered .ant-table-thead > tr > th,
44
+ .scrollY .ant-table-bordered .ant-table-tbody > tr > td {
45
45
  border-right: 0;
46
46
  }
47
- .scrollY .ant-table-wrapper .ant-table-thead > tr > th,
48
- .scrollY .ant-table-wrapper .ant-table-tbody > tr > td {
47
+ .scrollY .ant-table-thead > tr > th,
48
+ .scrollY .ant-table-tbody > tr > td {
49
49
  border-bottom: 0;
50
50
  }
51
51
  .scrollX .ant-table-thead > tr > th {
@@ -80,31 +80,31 @@
80
80
  white-space: nowrap;
81
81
  overflow: hidden;
82
82
  }
83
- .scrollX .ant-table-wrapper .ant-table-tbody > tr:nth-child(even) > td {
83
+ .scrollX .ant-table-tbody > tr:nth-child(even) > td {
84
84
  background: var(--table-header-bg);
85
85
  }
86
- .scrollX .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
86
+ .scrollX .ant-table-tbody > tr:nth-child(odd) > td {
87
87
  background: #fff;
88
88
  }
89
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
90
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
91
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
92
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
93
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
94
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
95
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
96
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
89
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
90
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
91
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
92
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
93
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
94
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
95
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
96
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
97
97
  background: var(--table-header-bg);
98
98
  }
99
- .scrollX .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
99
+ .scrollX .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
100
100
  background: var(--table-row-hover-bg);
101
101
  }
102
- .scrollX .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
103
- .scrollX .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
102
+ .scrollX .ant-table-bordered .ant-table-thead > tr > th,
103
+ .scrollX .ant-table-bordered .ant-table-tbody > tr > td {
104
104
  border-right: 0;
105
105
  }
106
- .scrollX .ant-table-wrapper .ant-table-thead > tr > th,
107
- .scrollX .ant-table-wrapper .ant-table-tbody > tr > td {
106
+ .scrollX .ant-table-thead > tr > th,
107
+ .scrollX .ant-table-tbody > tr > td {
108
108
  border-bottom: 0;
109
109
  }
110
110
  .scrollPrint .ant-table-thead > tr > th {
@@ -129,31 +129,31 @@
129
129
  max-width: 240px;
130
130
  text-align: left;
131
131
  }
132
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr:nth-child(even) > td {
132
+ .scrollPrint .ant-table-tbody > tr:nth-child(even) > td {
133
133
  background: var(--table-header-bg);
134
134
  }
135
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
135
+ .scrollPrint .ant-table-tbody > tr:nth-child(odd) > td {
136
136
  background: #fff;
137
137
  }
138
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
139
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
140
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
141
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
142
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
143
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
144
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
145
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
138
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
139
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
140
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
141
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
142
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
143
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
144
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
145
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
146
146
  background: var(--table-header-bg);
147
147
  }
148
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
148
+ .scrollPrint .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
149
149
  background: var(--table-row-hover-bg);
150
150
  }
151
- .scrollPrint .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
152
- .scrollPrint .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
151
+ .scrollPrint .ant-table-bordered .ant-table-thead > tr > th,
152
+ .scrollPrint .ant-table-bordered .ant-table-tbody > tr > td {
153
153
  border-right: 0;
154
154
  }
155
- .scrollPrint .ant-table-wrapper .ant-table-thead > tr > th,
156
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr > td {
155
+ .scrollPrint .ant-table-thead > tr > th,
156
+ .scrollPrint .ant-table-tbody > tr > td {
157
157
  border-bottom: 0;
158
158
  }
159
159
  .butt {
package/assets/index.css CHANGED
@@ -2321,31 +2321,31 @@
2321
2321
  .scrollY .ant-table-thead > tr > th {
2322
2322
  text-align: center;
2323
2323
  }
2324
- .scrollY .ant-table-wrapper .ant-table-tbody > tr:nth-child(even) > td {
2324
+ .scrollY .ant-table-tbody > tr:nth-child(even) > td {
2325
2325
  background: var(--table-header-bg);
2326
2326
  }
2327
- .scrollY .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
2327
+ .scrollY .ant-table-tbody > tr:nth-child(odd) > td {
2328
2328
  background: #fff;
2329
2329
  }
2330
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
2331
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
2332
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
2333
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
2334
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
2335
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
2336
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
2337
- .scrollY .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
2330
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
2331
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
2332
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
2333
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
2334
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
2335
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
2336
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
2337
+ .scrollY .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
2338
2338
  background: var(--table-header-bg);
2339
2339
  }
2340
- .scrollY .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
2340
+ .scrollY .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
2341
2341
  background: var(--table-row-hover-bg);
2342
2342
  }
2343
- .scrollY .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
2344
- .scrollY .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
2343
+ .scrollY .ant-table-bordered .ant-table-thead > tr > th,
2344
+ .scrollY .ant-table-bordered .ant-table-tbody > tr > td {
2345
2345
  border-right: 0;
2346
2346
  }
2347
- .scrollY .ant-table-wrapper .ant-table-thead > tr > th,
2348
- .scrollY .ant-table-wrapper .ant-table-tbody > tr > td {
2347
+ .scrollY .ant-table-thead > tr > th,
2348
+ .scrollY .ant-table-tbody > tr > td {
2349
2349
  border-bottom: 0;
2350
2350
  }
2351
2351
  .scrollX .ant-table-thead > tr > th {
@@ -2380,31 +2380,31 @@
2380
2380
  white-space: nowrap;
2381
2381
  overflow: hidden;
2382
2382
  }
2383
- .scrollX .ant-table-wrapper .ant-table-tbody > tr:nth-child(even) > td {
2383
+ .scrollX .ant-table-tbody > tr:nth-child(even) > td {
2384
2384
  background: var(--table-header-bg);
2385
2385
  }
2386
- .scrollX .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
2386
+ .scrollX .ant-table-tbody > tr:nth-child(odd) > td {
2387
2387
  background: #fff;
2388
2388
  }
2389
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
2390
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
2391
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
2392
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
2393
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
2394
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
2395
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
2396
- .scrollX .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
2389
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
2390
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
2391
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
2392
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
2393
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
2394
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
2395
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
2396
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
2397
2397
  background: var(--table-header-bg);
2398
2398
  }
2399
- .scrollX .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
2399
+ .scrollX .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
2400
2400
  background: var(--table-row-hover-bg);
2401
2401
  }
2402
- .scrollX .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
2403
- .scrollX .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
2402
+ .scrollX .ant-table-bordered .ant-table-thead > tr > th,
2403
+ .scrollX .ant-table-bordered .ant-table-tbody > tr > td {
2404
2404
  border-right: 0;
2405
2405
  }
2406
- .scrollX .ant-table-wrapper .ant-table-thead > tr > th,
2407
- .scrollX .ant-table-wrapper .ant-table-tbody > tr > td {
2406
+ .scrollX .ant-table-thead > tr > th,
2407
+ .scrollX .ant-table-tbody > tr > td {
2408
2408
  border-bottom: 0;
2409
2409
  }
2410
2410
  .scrollPrint .ant-table-thead > tr > th {
@@ -2429,31 +2429,31 @@
2429
2429
  max-width: 240px;
2430
2430
  text-align: left;
2431
2431
  }
2432
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr:nth-child(even) > td {
2432
+ .scrollPrint .ant-table-tbody > tr:nth-child(even) > td {
2433
2433
  background: var(--table-header-bg);
2434
2434
  }
2435
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
2435
+ .scrollPrint .ant-table-tbody > tr:nth-child(odd) > td {
2436
2436
  background: #fff;
2437
2437
  }
2438
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
2439
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
2440
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
2441
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
2442
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
2443
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
2444
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
2445
- .scrollPrint .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
2438
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
2439
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
2440
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
2441
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
2442
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
2443
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
2444
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
2445
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
2446
2446
  background: var(--table-header-bg);
2447
2447
  }
2448
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
2448
+ .scrollPrint .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
2449
2449
  background: var(--table-row-hover-bg);
2450
2450
  }
2451
- .scrollPrint .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
2452
- .scrollPrint .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
2451
+ .scrollPrint .ant-table-bordered .ant-table-thead > tr > th,
2452
+ .scrollPrint .ant-table-bordered .ant-table-tbody > tr > td {
2453
2453
  border-right: 0;
2454
2454
  }
2455
- .scrollPrint .ant-table-wrapper .ant-table-thead > tr > th,
2456
- .scrollPrint .ant-table-wrapper .ant-table-tbody > tr > td {
2455
+ .scrollPrint .ant-table-thead > tr > th,
2456
+ .scrollPrint .ant-table-tbody > tr > td {
2457
2457
  border-bottom: 0;
2458
2458
  }
2459
2459
  .butt {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.89-beta3",
3
+ "version": "1.5.89-beta4",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",