easy3wui 1.5.89-beta2 → 1.5.89-beta3
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 +30 -0
- package/assets/index.css +30 -0
- package/package.json +1 -1
package/assets/gridPage.css
CHANGED
|
@@ -27,6 +27,16 @@
|
|
|
27
27
|
.scrollY .ant-table-wrapper .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 {
|
|
38
|
+
background: var(--table-header-bg);
|
|
39
|
+
}
|
|
30
40
|
.scrollY .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
|
|
31
41
|
background: var(--table-row-hover-bg);
|
|
32
42
|
}
|
|
@@ -76,6 +86,16 @@
|
|
|
76
86
|
.scrollX .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
|
|
77
87
|
background: #fff;
|
|
78
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 {
|
|
97
|
+
background: var(--table-header-bg);
|
|
98
|
+
}
|
|
79
99
|
.scrollX .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
|
|
80
100
|
background: var(--table-row-hover-bg);
|
|
81
101
|
}
|
|
@@ -115,6 +135,16 @@
|
|
|
115
135
|
.scrollPrint .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
|
|
116
136
|
background: #fff;
|
|
117
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 {
|
|
146
|
+
background: var(--table-header-bg);
|
|
147
|
+
}
|
|
118
148
|
.scrollPrint .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
|
|
119
149
|
background: var(--table-row-hover-bg);
|
|
120
150
|
}
|
package/assets/index.css
CHANGED
|
@@ -2327,6 +2327,16 @@
|
|
|
2327
2327
|
.scrollY .ant-table-wrapper .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 {
|
|
2338
|
+
background: var(--table-header-bg);
|
|
2339
|
+
}
|
|
2330
2340
|
.scrollY .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
|
|
2331
2341
|
background: var(--table-row-hover-bg);
|
|
2332
2342
|
}
|
|
@@ -2376,6 +2386,16 @@
|
|
|
2376
2386
|
.scrollX .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
|
|
2377
2387
|
background: #fff;
|
|
2378
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 {
|
|
2397
|
+
background: var(--table-header-bg);
|
|
2398
|
+
}
|
|
2379
2399
|
.scrollX .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
|
|
2380
2400
|
background: var(--table-row-hover-bg);
|
|
2381
2401
|
}
|
|
@@ -2415,6 +2435,16 @@
|
|
|
2415
2435
|
.scrollPrint .ant-table-wrapper .ant-table-tbody > tr:nth-child(odd) > td {
|
|
2416
2436
|
background: #fff;
|
|
2417
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 {
|
|
2446
|
+
background: var(--table-header-bg);
|
|
2447
|
+
}
|
|
2418
2448
|
.scrollPrint .ant-table-wrapper .ant-table-tbody > tr:hover:not(.antd-table-expanded-row):not(.antd-table-row-selected) > td {
|
|
2419
2449
|
background: var(--table-row-hover-bg);
|
|
2420
2450
|
}
|