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.
- package/assets/gridPage.css +45 -45
- package/assets/index.css +45 -45
- package/package.json +1 -1
package/assets/gridPage.css
CHANGED
|
@@ -21,31 +21,31 @@
|
|
|
21
21
|
.scrollY .ant-table-thead > tr > th {
|
|
22
22
|
text-align: center;
|
|
23
23
|
}
|
|
24
|
-
.scrollY .ant-table-
|
|
24
|
+
.scrollY .ant-table-tbody > tr:nth-child(even) > td {
|
|
25
25
|
background: var(--table-header-bg);
|
|
26
26
|
}
|
|
27
|
-
.scrollY .ant-table-
|
|
27
|
+
.scrollY .ant-table-tbody > tr:nth-child(odd) > td {
|
|
28
28
|
background: #fff;
|
|
29
29
|
}
|
|
30
|
-
.scrollY .ant-table-
|
|
31
|
-
.scrollY .ant-table-
|
|
32
|
-
.scrollY .ant-table-
|
|
33
|
-
.scrollY .ant-table-
|
|
34
|
-
.scrollY .ant-table-
|
|
35
|
-
.scrollY .ant-table-
|
|
36
|
-
.scrollY .ant-table-
|
|
37
|
-
.scrollY .ant-table-
|
|
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-
|
|
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-
|
|
44
|
-
.scrollY .ant-table-
|
|
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-
|
|
48
|
-
.scrollY .ant-table-
|
|
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-
|
|
83
|
+
.scrollX .ant-table-tbody > tr:nth-child(even) > td {
|
|
84
84
|
background: var(--table-header-bg);
|
|
85
85
|
}
|
|
86
|
-
.scrollX .ant-table-
|
|
86
|
+
.scrollX .ant-table-tbody > tr:nth-child(odd) > td {
|
|
87
87
|
background: #fff;
|
|
88
88
|
}
|
|
89
|
-
.scrollX .ant-table-
|
|
90
|
-
.scrollX .ant-table-
|
|
91
|
-
.scrollX .ant-table-
|
|
92
|
-
.scrollX .ant-table-
|
|
93
|
-
.scrollX .ant-table-
|
|
94
|
-
.scrollX .ant-table-
|
|
95
|
-
.scrollX .ant-table-
|
|
96
|
-
.scrollX .ant-table-
|
|
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-
|
|
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-
|
|
103
|
-
.scrollX .ant-table-
|
|
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-
|
|
107
|
-
.scrollX .ant-table-
|
|
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-
|
|
132
|
+
.scrollPrint .ant-table-tbody > tr:nth-child(even) > td {
|
|
133
133
|
background: var(--table-header-bg);
|
|
134
134
|
}
|
|
135
|
-
.scrollPrint .ant-table-
|
|
135
|
+
.scrollPrint .ant-table-tbody > tr:nth-child(odd) > td {
|
|
136
136
|
background: #fff;
|
|
137
137
|
}
|
|
138
|
-
.scrollPrint .ant-table-
|
|
139
|
-
.scrollPrint .ant-table-
|
|
140
|
-
.scrollPrint .ant-table-
|
|
141
|
-
.scrollPrint .ant-table-
|
|
142
|
-
.scrollPrint .ant-table-
|
|
143
|
-
.scrollPrint .ant-table-
|
|
144
|
-
.scrollPrint .ant-table-
|
|
145
|
-
.scrollPrint .ant-table-
|
|
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-
|
|
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-
|
|
152
|
-
.scrollPrint .ant-table-
|
|
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-
|
|
156
|
-
.scrollPrint .ant-table-
|
|
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-
|
|
2324
|
+
.scrollY .ant-table-tbody > tr:nth-child(even) > td {
|
|
2325
2325
|
background: var(--table-header-bg);
|
|
2326
2326
|
}
|
|
2327
|
-
.scrollY .ant-table-
|
|
2327
|
+
.scrollY .ant-table-tbody > tr:nth-child(odd) > td {
|
|
2328
2328
|
background: #fff;
|
|
2329
2329
|
}
|
|
2330
|
-
.scrollY .ant-table-
|
|
2331
|
-
.scrollY .ant-table-
|
|
2332
|
-
.scrollY .ant-table-
|
|
2333
|
-
.scrollY .ant-table-
|
|
2334
|
-
.scrollY .ant-table-
|
|
2335
|
-
.scrollY .ant-table-
|
|
2336
|
-
.scrollY .ant-table-
|
|
2337
|
-
.scrollY .ant-table-
|
|
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-
|
|
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-
|
|
2344
|
-
.scrollY .ant-table-
|
|
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-
|
|
2348
|
-
.scrollY .ant-table-
|
|
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-
|
|
2383
|
+
.scrollX .ant-table-tbody > tr:nth-child(even) > td {
|
|
2384
2384
|
background: var(--table-header-bg);
|
|
2385
2385
|
}
|
|
2386
|
-
.scrollX .ant-table-
|
|
2386
|
+
.scrollX .ant-table-tbody > tr:nth-child(odd) > td {
|
|
2387
2387
|
background: #fff;
|
|
2388
2388
|
}
|
|
2389
|
-
.scrollX .ant-table-
|
|
2390
|
-
.scrollX .ant-table-
|
|
2391
|
-
.scrollX .ant-table-
|
|
2392
|
-
.scrollX .ant-table-
|
|
2393
|
-
.scrollX .ant-table-
|
|
2394
|
-
.scrollX .ant-table-
|
|
2395
|
-
.scrollX .ant-table-
|
|
2396
|
-
.scrollX .ant-table-
|
|
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-
|
|
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-
|
|
2403
|
-
.scrollX .ant-table-
|
|
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-
|
|
2407
|
-
.scrollX .ant-table-
|
|
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-
|
|
2432
|
+
.scrollPrint .ant-table-tbody > tr:nth-child(even) > td {
|
|
2433
2433
|
background: var(--table-header-bg);
|
|
2434
2434
|
}
|
|
2435
|
-
.scrollPrint .ant-table-
|
|
2435
|
+
.scrollPrint .ant-table-tbody > tr:nth-child(odd) > td {
|
|
2436
2436
|
background: #fff;
|
|
2437
2437
|
}
|
|
2438
|
-
.scrollPrint .ant-table-
|
|
2439
|
-
.scrollPrint .ant-table-
|
|
2440
|
-
.scrollPrint .ant-table-
|
|
2441
|
-
.scrollPrint .ant-table-
|
|
2442
|
-
.scrollPrint .ant-table-
|
|
2443
|
-
.scrollPrint .ant-table-
|
|
2444
|
-
.scrollPrint .ant-table-
|
|
2445
|
-
.scrollPrint .ant-table-
|
|
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-
|
|
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-
|
|
2452
|
-
.scrollPrint .ant-table-
|
|
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-
|
|
2456
|
-
.scrollPrint .ant-table-
|
|
2455
|
+
.scrollPrint .ant-table-thead > tr > th,
|
|
2456
|
+
.scrollPrint .ant-table-tbody > tr > td {
|
|
2457
2457
|
border-bottom: 0;
|
|
2458
2458
|
}
|
|
2459
2459
|
.butt {
|