easy3wui 1.5.51-beta2 → 1.5.51-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 +0 -92
- package/package.json +1 -1
- package/assets/index.css +0 -1484
- package/assets/login.css +0 -61
- package/assets/loginLayout.css +0 -115
- package/assets/modal.css +0 -0
- package/assets/result.css +0 -45
- package/assets/userLayout.css +0 -70
- package/lib/Easy3wDownLoad/index.js +0 -329
- package/lib/Easy3wException/403.js +0 -21
- package/lib/Easy3wException/404.js +0 -21
- package/lib/Easy3wException/500.js +0 -21
- package/lib/Easy3wException/index.js +0 -94
- package/lib/Easy3wException/typeConfig.js +0 -23
- package/lib/Easy3wFlow/index.js +0 -548
- package/lib/Easy3wFormPage/index copy.js +0 -2187
- package/lib/Easy3wFormPage/index.js +0 -1961
- package/lib/Easy3wGetCookie/index.js +0 -14
- package/lib/Easy3wGetDesensitization/index.js +0 -43
- package/lib/Easy3wGlobalFooter/index.js +0 -73
- package/lib/Easy3wGlobalHeader/index.js +0 -148
- package/lib/Easy3wGridCheckBox/index.js +0 -69
- package/lib/Easy3wGridDatePicker/index.js +0 -90
- package/lib/Easy3wGridDateTimePicker/index.js +0 -122
- package/lib/Easy3wGridInput/index.js +0 -105
- package/lib/Easy3wGridInputNumber/index.js +0 -83
- package/lib/Easy3wGridInputNumberFormat/index.js +0 -93
- package/lib/Easy3wGridPage/index.js +0 -642
- package/lib/Easy3wGridRadio/index.js +0 -70
- package/lib/Easy3wGridSelect/index.js +0 -95
- package/lib/Easy3wGridTextArea/index.js +0 -128
- package/lib/Easy3wInput/index.js +0 -48
- package/lib/Easy3wLogin/index.js +0 -386
- package/lib/Easy3wLoginLayout/index.js +0 -628
- package/lib/Easy3wModal/index.js +0 -144
- package/lib/Easy3wPositionButton/index.js +0 -99
- package/lib/Easy3wQryGrid/index.js +0 -670
- package/lib/Easy3wResult/index.js +0 -77
- package/lib/Easy3wSetCookie/index.js +0 -13
- package/lib/Easy3wSpin/index.js +0 -69
- package/lib/Easy3wTabs/index.js +0 -89
- package/lib/Easy3wTagSelect/index.js +0 -238
- package/lib/Easy3wUpload/index.js +0 -511
- package/lib/Easy3wUploadB/index copy 2.js +0 -1011
- package/lib/Easy3wUploadB/index copy.js +0 -1020
- package/lib/Easy3wUploadB/index.js +0 -1056
- package/lib/Easy3wUploadM/index.js +0 -512
- package/lib/Easy3wUserLayout/index.js +0 -138
package/assets/gridPage.css
CHANGED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
|
6
|
-
text-align: center;
|
|
7
|
-
}
|
|
8
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wGridLongText {
|
|
9
|
-
text-align: left;
|
|
10
|
-
}
|
|
11
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wGridNumber {
|
|
12
|
-
text-align: right;
|
|
13
|
-
}
|
|
14
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wMaxText {
|
|
15
|
-
text-align: left;
|
|
16
|
-
max-width: 240px;
|
|
17
|
-
text-overflow: ellipsis;
|
|
18
|
-
white-space: nowrap;
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
}
|
|
21
|
-
.scrollY .ant-table-thead > tr > th {
|
|
22
|
-
text-align: center;
|
|
23
|
-
}
|
|
24
|
-
.scrollX .ant-table-thead > tr > th {
|
|
25
|
-
word-break: keep-all;
|
|
26
|
-
white-space: nowrap;
|
|
27
|
-
text-align: center;
|
|
28
|
-
}
|
|
29
|
-
.scrollX .ant-table-tbody > .ant-table-row td {
|
|
30
|
-
max-width: 240px;
|
|
31
|
-
word-break: keep-all;
|
|
32
|
-
text-overflow: ellipsis;
|
|
33
|
-
white-space: nowrap;
|
|
34
|
-
overflow: hidden;
|
|
35
|
-
}
|
|
36
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wText {
|
|
37
|
-
white-space: normal;
|
|
38
|
-
text-align: left;
|
|
39
|
-
}
|
|
40
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
|
41
|
-
text-align: center;
|
|
42
|
-
}
|
|
43
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wGridLongText {
|
|
44
|
-
text-align: left;
|
|
45
|
-
}
|
|
46
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wGridNumber {
|
|
47
|
-
text-align: right;
|
|
48
|
-
}
|
|
49
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wMaxText {
|
|
50
|
-
text-align: left;
|
|
51
|
-
max-width: 240px;
|
|
52
|
-
text-overflow: ellipsis;
|
|
53
|
-
white-space: nowrap;
|
|
54
|
-
overflow: hidden;
|
|
55
|
-
}
|
|
56
|
-
.scrollPrint .ant-table-thead > tr > th {
|
|
57
|
-
text-align: center;
|
|
58
|
-
}
|
|
59
|
-
.scrollPrint .ant-table-tbody > .ant-table-row td {
|
|
60
|
-
max-width: 240px;
|
|
61
|
-
}
|
|
62
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
|
|
63
|
-
text-align: left;
|
|
64
|
-
}
|
|
65
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
|
66
|
-
text-align: center;
|
|
67
|
-
}
|
|
68
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wGridLongText {
|
|
69
|
-
text-align: justify;
|
|
70
|
-
}
|
|
71
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wGridNumber {
|
|
72
|
-
text-align: right;
|
|
73
|
-
}
|
|
74
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wMaxText {
|
|
75
|
-
max-width: 240px;
|
|
76
|
-
text-align: left;
|
|
77
|
-
}
|
|
78
|
-
.butt {
|
|
79
|
-
background-color: #1890ff;
|
|
80
|
-
color: #fff;
|
|
81
|
-
font-size: 14px;
|
|
82
|
-
}
|
|
83
|
-
.butt:visited,
|
|
84
|
-
.butt:focus,
|
|
85
|
-
.butt:hover,
|
|
86
|
-
.butt:active {
|
|
87
|
-
background-color: #1890ff;
|
|
88
|
-
color: #fff;
|
|
89
|
-
}
|
|
90
|
-
.onRow tr:hover {
|
|
91
|
-
cursor: pointer;
|
|
92
|
-
}
|