easy3wui 1.5.22 → 1.5.23
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/btn.css +17 -0
- package/assets/captcha.css +5 -0
- package/assets/card.css +34 -0
- package/assets/exception.css +76 -0
- package/assets/flow.css +860 -0
- package/assets/formPage.css +15 -0
- package/assets/globalFooter.css +26 -0
- package/assets/globalHeader.css +69 -0
- package/assets/gridPage.css +93 -0
- package/assets/index.css +1454 -0
- package/assets/login.css +61 -0
- package/assets/loginLayout.css +115 -0
- package/assets/modal.css +0 -0
- package/assets/result.css +45 -0
- package/assets/userLayout.css +70 -0
- package/lib/Easy3wA/index.js +100 -0
- package/lib/Easy3wAESDecrypt/index.js +21 -0
- package/lib/Easy3wAESEncrypt/index.js +20 -0
- package/lib/Easy3wBlankLayout/index.js +114 -0
- package/lib/Easy3wButton/index.js +265 -0
- package/lib/Easy3wButtonOne/index.js +148 -0
- package/lib/Easy3wCaHandler/index.js +212 -0
- package/lib/Easy3wCaptcha/index.js +145 -0
- package/lib/Easy3wCard/index.js +66 -0
- package/lib/Easy3wDictCode/index.js +50 -0
- package/lib/Easy3wDownLoad/Easy3wFileView.js +82 -0
- package/lib/Easy3wDownLoad/Easy3wImgView.js +73 -0
- package/lib/Easy3wDownLoad/Easy3wPDFView.js +139 -0
- package/lib/Easy3wDownLoad/Easy3wRCView.js +65 -0
- package/lib/Easy3wDownLoad/index.js +315 -0
- package/lib/Easy3wException/403.js +21 -0
- package/lib/Easy3wException/404.js +21 -0
- package/lib/Easy3wException/500.js +21 -0
- package/lib/Easy3wException/index.js +94 -0
- package/lib/Easy3wException/typeConfig.js +23 -0
- package/lib/Easy3wFlow/index.js +546 -0
- package/lib/Easy3wFormPage/index.js +1591 -0
- package/lib/Easy3wGetCookie/index.js +14 -0
- package/lib/Easy3wGlobalFooter/index.js +73 -0
- package/lib/Easy3wGlobalHeader/index.js +148 -0
- package/lib/Easy3wGridCheckBox/index.js +69 -0
- package/lib/Easy3wGridDatePicker/index.js +90 -0
- package/lib/Easy3wGridDateTimePicker/index.js +122 -0
- package/lib/Easy3wGridInput/index.js +85 -0
- package/lib/Easy3wGridInputNumber/index.js +83 -0
- package/lib/Easy3wGridInputNumberFormat/index.js +93 -0
- package/lib/Easy3wGridPage/index.js +593 -0
- package/lib/Easy3wGridRadio/index.js +70 -0
- package/lib/Easy3wGridSelect/index.js +93 -0
- package/lib/Easy3wGridTextArea/index.js +84 -0
- package/lib/Easy3wInput/index.js +48 -0
- package/lib/Easy3wLogin/index.js +386 -0
- package/lib/Easy3wLoginLayout/index.js +628 -0
- package/lib/Easy3wModal/index.js +143 -0
- package/lib/Easy3wPositionButton/index.js +99 -0
- package/lib/Easy3wQryGrid/index.js +670 -0
- package/lib/Easy3wResult/index.js +77 -0
- package/lib/Easy3wSetCookie/index.js +13 -0
- package/lib/Easy3wSpin/index.js +69 -0
- package/lib/Easy3wTabs/index.js +89 -0
- package/lib/Easy3wTagSelect/index.js +238 -0
- package/lib/Easy3wTagSelect/index.less +120 -0
- package/lib/Easy3wUpload/index.js +507 -0
- package/lib/Easy3wUploadB/index copy 2.js +1011 -0
- package/lib/Easy3wUploadB/index copy.js +1020 -0
- package/lib/Easy3wUploadB/index.js +1039 -0
- package/lib/Easy3wUploadM/index.js +506 -0
- package/lib/Easy3wUserLayout/index.js +138 -0
- package/lib/index.js +383 -0
- package/package.json +1 -1
package/assets/btn.css
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.e3wFootBtn {
|
|
2
|
+
margin: 0px 8px;
|
|
3
|
+
}
|
|
4
|
+
.positionDiv {
|
|
5
|
+
position: absolute;
|
|
6
|
+
right: 32px;
|
|
7
|
+
top: 16px;
|
|
8
|
+
}
|
|
9
|
+
.e3wPositionA {
|
|
10
|
+
font-size: 15px;
|
|
11
|
+
color: #5468b2;
|
|
12
|
+
font-weight: 900;
|
|
13
|
+
margin-left: 15px;
|
|
14
|
+
}
|
|
15
|
+
.e3wFootCard {
|
|
16
|
+
padding-top: 8px;
|
|
17
|
+
}
|
package/assets/card.css
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.e3wCardSpanCardTitle {
|
|
2
|
+
font-weight: 600;
|
|
3
|
+
}
|
|
4
|
+
:global .ant-table-thead > tr > th,
|
|
5
|
+
:global .ant-table table {
|
|
6
|
+
text-align: center;
|
|
7
|
+
}
|
|
8
|
+
:global .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
9
|
+
:global .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
10
|
+
:global .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
11
|
+
:global .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
12
|
+
:global .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
13
|
+
:global .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
14
|
+
:global .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
|
|
15
|
+
:global .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
|
|
16
|
+
background: #fafafa;
|
|
17
|
+
}
|
|
18
|
+
.e3wCardForm .bidNeedForm {
|
|
19
|
+
padding: 0 16px;
|
|
20
|
+
}
|
|
21
|
+
.e3wCardForm .ftbtn_Sel {
|
|
22
|
+
text-align: center;
|
|
23
|
+
margin-bottom: 16px;
|
|
24
|
+
}
|
|
25
|
+
.e3wCardForm .formes {
|
|
26
|
+
float: left;
|
|
27
|
+
}
|
|
28
|
+
s {
|
|
29
|
+
display: inline-block;
|
|
30
|
+
width: 3px;
|
|
31
|
+
height: 20px;
|
|
32
|
+
margin: 0 8px -4px 0;
|
|
33
|
+
background-color: #ad7c59;
|
|
34
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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
|
+
.e3wException {
|
|
6
|
+
display: -ms-flexbox;
|
|
7
|
+
display: flex;
|
|
8
|
+
-ms-flex-align: center;
|
|
9
|
+
align-items: center;
|
|
10
|
+
height: 100%;
|
|
11
|
+
}
|
|
12
|
+
.e3wException .e3wExceptionImgBlock {
|
|
13
|
+
-ms-flex: 0 0 62.5%;
|
|
14
|
+
flex: 0 0 62.5%;
|
|
15
|
+
width: 62.5%;
|
|
16
|
+
padding-right: 152px;
|
|
17
|
+
zoom: 1;
|
|
18
|
+
}
|
|
19
|
+
.e3wException .e3wExceptionImgBlock::before,
|
|
20
|
+
.e3wException .e3wExceptionImgBlock::after {
|
|
21
|
+
display: table;
|
|
22
|
+
content: '';
|
|
23
|
+
}
|
|
24
|
+
.e3wException .e3wExceptionImgBlock::after {
|
|
25
|
+
clear: both;
|
|
26
|
+
}
|
|
27
|
+
.e3wException .e3wExceptionImgEle {
|
|
28
|
+
height: 360px;
|
|
29
|
+
width: 100%;
|
|
30
|
+
max-width: 430px;
|
|
31
|
+
float: right;
|
|
32
|
+
background-repeat: no-repeat;
|
|
33
|
+
background-position: 50% 50%;
|
|
34
|
+
background-size: 100% 100%;
|
|
35
|
+
}
|
|
36
|
+
.e3wException .e3wExceptionContent {
|
|
37
|
+
-ms-flex: auto;
|
|
38
|
+
flex: auto;
|
|
39
|
+
}
|
|
40
|
+
.e3wException .e3wExceptionContent h1 {
|
|
41
|
+
color: #434e59;
|
|
42
|
+
font-size: 72px;
|
|
43
|
+
font-weight: 600;
|
|
44
|
+
line-height: 72px;
|
|
45
|
+
margin-bottom: 24px;
|
|
46
|
+
}
|
|
47
|
+
.e3wException .e3wExceptionContent .e3wExceptionDesc {
|
|
48
|
+
color: rgba(0, 0, 0, 0.45);
|
|
49
|
+
font-size: 20px;
|
|
50
|
+
line-height: 28px;
|
|
51
|
+
margin-bottom: 16px;
|
|
52
|
+
}
|
|
53
|
+
.e3wException .e3wExceptionContent .e3wExceptionActions button:not(:last-child) {
|
|
54
|
+
margin-right: 8px;
|
|
55
|
+
}
|
|
56
|
+
@media screen and (max-width: 1200px) {
|
|
57
|
+
.exception .imgBlock {
|
|
58
|
+
padding-right: 88px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
@media screen and (max-width: 576px) {
|
|
62
|
+
.exception {
|
|
63
|
+
display: block;
|
|
64
|
+
text-align: center;
|
|
65
|
+
}
|
|
66
|
+
.exception .imgBlock {
|
|
67
|
+
padding-right: 0;
|
|
68
|
+
margin: 0 auto 24px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
@media screen and (max-width: 480px) {
|
|
72
|
+
.exception .imgBlock {
|
|
73
|
+
margin-bottom: -24px;
|
|
74
|
+
overflow: hidden;
|
|
75
|
+
}
|
|
76
|
+
}
|