easy3wui 1.4.266 → 1.4.267
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 +2 -2
- package/assets/index.css +2 -2
- package/package.json +1 -1
package/assets/gridPage.css
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
.scrollX .ant-table-tbody > .ant-table-row td {
|
|
58
58
|
max-width: 240px;
|
|
59
|
-
word-break:
|
|
59
|
+
word-break: keep-all;
|
|
60
60
|
text-overflow: ellipsis;
|
|
61
61
|
white-space: nowrap;
|
|
62
62
|
overflow: hidden;
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
.scrollPrint .ant-table-tbody > .ant-table-row td {
|
|
109
109
|
max-width: 240px;
|
|
110
|
-
word-break:
|
|
110
|
+
word-break: normal;
|
|
111
111
|
}
|
|
112
112
|
.scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
|
|
113
113
|
text-align: left;
|
package/assets/index.css
CHANGED
|
@@ -1511,7 +1511,7 @@ s {
|
|
|
1511
1511
|
}
|
|
1512
1512
|
.scrollX .ant-table-tbody > .ant-table-row td {
|
|
1513
1513
|
max-width: 240px;
|
|
1514
|
-
word-break:
|
|
1514
|
+
word-break: keep-all;
|
|
1515
1515
|
text-overflow: ellipsis;
|
|
1516
1516
|
white-space: nowrap;
|
|
1517
1517
|
overflow: hidden;
|
|
@@ -1562,7 +1562,7 @@ s {
|
|
|
1562
1562
|
}
|
|
1563
1563
|
.scrollPrint .ant-table-tbody > .ant-table-row td {
|
|
1564
1564
|
max-width: 240px;
|
|
1565
|
-
word-break:
|
|
1565
|
+
word-break: normal;
|
|
1566
1566
|
}
|
|
1567
1567
|
.scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
|
|
1568
1568
|
text-align: left;
|