easy3wui 1.5.11 → 1.6.2

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.
@@ -26,6 +26,34 @@
26
26
  white-space: nowrap;
27
27
  text-align: center;
28
28
  }
29
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
30
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
31
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
32
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
33
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
34
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
35
+ .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,
36
+ .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,
37
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
38
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
39
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
40
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
41
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
42
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
43
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
44
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
45
+ padding: 5px 8px;
46
+ }
47
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
48
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
49
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
50
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
51
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
52
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
53
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
54
+ .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
55
+ background: #fafafa;
56
+ }
29
57
  .scrollX .ant-table-tbody > .ant-table-row td {
30
58
  max-width: 240px;
31
59
  word-break: keep-all;
@@ -53,12 +81,33 @@
53
81
  white-space: nowrap;
54
82
  overflow: hidden;
55
83
  }
84
+ .scrollX .ant-spin-container {
85
+ padding: 12px;
86
+ }
56
87
  .scrollPrint .ant-table-thead > tr > th {
57
88
  text-align: center;
58
89
  }
90
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
91
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
92
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
93
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
94
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
95
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
96
+ .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,
97
+ .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,
98
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
99
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
100
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
101
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
102
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
103
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
104
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
105
+ .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
106
+ padding: 5px 8px;
107
+ }
59
108
  .scrollPrint .ant-table-tbody > .ant-table-row td {
60
109
  max-width: 240px;
61
- word-break: keep-all;
110
+ word-break: normal;
62
111
  }
63
112
  .scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
64
113
  text-align: left;
@@ -76,6 +125,9 @@
76
125
  max-width: 240px;
77
126
  text-align: left;
78
127
  }
128
+ .scrollPrint .ant-spin-container {
129
+ padding: 12px;
130
+ }
79
131
  .butt {
80
132
  background-color: #1890ff;
81
133
  color: #fff;