easy3wui 1.6.1 → 2.0.1
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/README.md +0 -2
- package/assets/btn.css +3 -9
- package/assets/card.css +0 -8
- package/assets/flow.css +133 -287
- package/assets/formPage.css +3 -85
- package/assets/gridPage.css +1 -53
- package/assets/index.css +141 -444
- package/assets/login.css +0 -4
- package/assets/userLayout.css +1 -2
- package/lib/Easy3wButton/index.js +4 -8
- package/lib/Easy3wButtonOne/index.js +1 -1
- package/lib/Easy3wCaHandler/index.js +130 -24
- package/lib/Easy3wDownLoad/index.js +96 -9
- package/lib/Easy3wFlow/index.js +36 -216
- package/lib/Easy3wFormPage/index.js +140 -577
- package/lib/Easy3wMAESDecrypt/index.js +21 -0
- package/lib/Easy3wMAESEncrypt/index.js +20 -0
- package/lib/Easy3wMActionSheet/index.js +41 -0
- package/lib/Easy3wMAutoCenter/index.js +47 -0
- package/lib/Easy3wMAvatar/index.js +41 -0
- package/lib/Easy3wMBadge/index.js +47 -0
- package/lib/Easy3wMButton/index.js +158 -0
- package/lib/Easy3wMButton/index.less +7 -0
- package/lib/Easy3wMCalendar/index.js +41 -0
- package/lib/Easy3wMCapsuleTabs/index.js +50 -0
- package/lib/Easy3wMCaptcha/index.js +117 -0
- package/lib/Easy3wMCard/index.js +47 -0
- package/lib/Easy3wMCascadePicker/index.js +47 -0
- package/lib/Easy3wMCascadePickerView/index.js +47 -0
- package/lib/Easy3wMCascader/index.js +47 -0
- package/lib/Easy3wMCascaderView/index.js +47 -0
- package/lib/Easy3wMCenterPopup/index.js +47 -0
- package/lib/Easy3wMCheckList/index.js +50 -0
- package/lib/Easy3wMCheckbox/index.js +50 -0
- package/lib/Easy3wMCollapse/index.js +50 -0
- package/lib/Easy3wMDatePicker/index.js +47 -0
- package/lib/Easy3wMDatePickerView/index.js +47 -0
- package/lib/Easy3wMDialog/index.js +47 -0
- package/lib/Easy3wMDictCode/index.js +50 -0
- package/lib/Easy3wMDivider/index.js +48 -0
- package/lib/Easy3wMDownLoad/Easy3wMFileView.js +84 -0
- package/lib/Easy3wMDownLoad/Easy3wMImgView.js +75 -0
- package/lib/Easy3wMDownLoad/Easy3wMPDFView.js +145 -0
- package/lib/Easy3wMDownLoad/Easy3wMRCView.js +65 -0
- package/lib/Easy3wMDownLoad/index.js +284 -0
- package/lib/Easy3wMDropdown/index.js +50 -0
- package/lib/Easy3wMEllipsis/index.js +41 -0
- package/lib/Easy3wMEmpty/index.js +41 -0
- package/lib/Easy3wMErrorBlock/index.js +47 -0
- package/lib/Easy3wMException/index.js +55 -0
- package/lib/Easy3wMFloatingBubble/index.js +47 -0
- package/lib/Easy3wMFloatingPanel/index.js +47 -0
- package/lib/Easy3wMForm/index.js +57 -0
- package/lib/Easy3wMFormPage/index.js +191 -0
- package/lib/Easy3wMGetCookie/index.js +14 -0
- package/lib/Easy3wMGlobalFooter/index.js +77 -0
- package/lib/Easy3wMGlobalFooter/index.less +3 -0
- package/lib/Easy3wMGlobalHeader/index.js +65 -0
- package/lib/Easy3wMGrid/index.js +51 -0
- package/lib/Easy3wMGridPage/index.js +173 -0
- package/lib/Easy3wMImageUploader/index.js +47 -0
- package/lib/Easy3wMImageViewer/index.js +45 -0
- package/lib/Easy3wMIndexBar/index.js +50 -0
- package/lib/Easy3wMInfiniteScroll/index.js +47 -0
- package/lib/Easy3wMInput/index.js +41 -0
- package/lib/Easy3wMInsideLayout/index.js +131 -0
- package/lib/Easy3wMInsideLayout/index.less +31 -0
- package/lib/Easy3wMJumboTabs/index.js +50 -0
- package/lib/Easy3wMList/index.js +50 -0
- package/lib/Easy3wMLogin/index.js +174 -0
- package/lib/Easy3wMMask/index.js +47 -0
- package/lib/Easy3wMModal/index.js +47 -0
- package/lib/Easy3wMNavBar/index.js +47 -0
- package/lib/Easy3wMNoticeBar/index.js +41 -0
- package/lib/Easy3wMNumberKeyboard/index.js +41 -0
- package/lib/Easy3wMPageIndicator/index.js +41 -0
- package/lib/Easy3wMPasscodeInput/index.js +41 -0
- package/lib/Easy3wMPicker/index.js +47 -0
- package/lib/Easy3wMPickerView/index.js +47 -0
- package/lib/Easy3wMPopover/index.js +51 -0
- package/lib/Easy3wMPopoverMenu/index.js +49 -0
- package/lib/Easy3wMPopup/index.js +47 -0
- package/lib/Easy3wMProgressBar/index.js +41 -0
- package/lib/Easy3wMProgressCircle/index.js +47 -0
- package/lib/Easy3wMPullToRefresh/index.js +47 -0
- package/lib/Easy3wMRadio/index.js +51 -0
- package/lib/Easy3wMRate/index.js +47 -0
- package/lib/Easy3wMResult/index.js +41 -0
- package/lib/Easy3wMSafeArea/index.js +41 -0
- package/lib/Easy3wMSearchBar/index.js +41 -0
- package/lib/Easy3wMSelector/index.js +41 -0
- package/lib/Easy3wMSetCookie/index.js +13 -0
- package/lib/Easy3wMSideBar/index.js +51 -0
- package/lib/Easy3wMSkeleton/index.js +47 -0
- package/lib/Easy3wMSlider/index.js +41 -0
- package/lib/Easy3wMSpace/index.js +47 -0
- package/lib/Easy3wMSpin/index.js +66 -0
- package/lib/Easy3wMSpin/index.less +15 -0
- package/lib/Easy3wMStepper/index.js +41 -0
- package/lib/Easy3wMSteps/index.js +45 -0
- package/lib/Easy3wMSwipeAction/index.js +47 -0
- package/lib/Easy3wMSwiper/index.js +45 -0
- package/lib/Easy3wMSwitch/index.js +41 -0
- package/lib/Easy3wMTabBar/index.js +51 -0
- package/lib/Easy3wMTabs/index.js +51 -0
- package/lib/Easy3wMTag/index.js +41 -0
- package/lib/Easy3wMTextArea/index.js +41 -0
- package/lib/Easy3wMToast/index.js +47 -0
- package/lib/Easy3wMTreeSelect/index.js +41 -0
- package/lib/Easy3wMUserLayout/index.js +139 -0
- package/lib/Easy3wMUserLayout/index.less +11 -0
- package/lib/Easy3wMVirtualInput/index.js +41 -0
- package/lib/Easy3wMWaterMark/index.js +41 -0
- package/lib/Easy3wPositionButton/index.js +1 -1
- package/lib/Easy3wUpload/index.js +44 -16
- package/lib/Easy3wUploadB/index copy 2.js +1011 -0
- package/lib/Easy3wUploadB/index.js +101 -74
- package/lib/Easy3wUploadM/index.js +40 -14
- package/lib/index.js +810 -0
- package/package.json +2 -2
- package/lib/Easy3wFormPage/easy3wFormPage.less +0 -37
- package/lib/Easy3wPositionButton/easy3wPositionButton.less +0 -8
package/README.md
CHANGED
package/assets/btn.css
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
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
1
|
.e3wFootBtn {
|
|
6
2
|
margin: 0px 8px;
|
|
7
3
|
}
|
|
8
|
-
.e3wFormBtn {
|
|
9
|
-
margin-right: 8px;
|
|
10
|
-
}
|
|
11
4
|
.positionDiv {
|
|
12
5
|
position: absolute;
|
|
13
|
-
right:
|
|
14
|
-
top:
|
|
6
|
+
right: 32px;
|
|
7
|
+
top: 16px;
|
|
15
8
|
}
|
|
16
9
|
.e3wPositionA {
|
|
17
10
|
font-size: 15px;
|
|
11
|
+
color: #5468b2;
|
|
18
12
|
font-weight: 900;
|
|
19
13
|
margin-left: 15px;
|
|
20
14
|
}
|
package/assets/card.css
CHANGED
|
@@ -25,14 +25,6 @@
|
|
|
25
25
|
.e3wCardForm .formes {
|
|
26
26
|
float: left;
|
|
27
27
|
}
|
|
28
|
-
.e3wCardForm :global .ant-card-head {
|
|
29
|
-
padding: 0 !important;
|
|
30
|
-
margin: 0 12px;
|
|
31
|
-
border: none;
|
|
32
|
-
}
|
|
33
|
-
.e3wCardForm :global .ant-card-body {
|
|
34
|
-
padding: 0 !important;
|
|
35
|
-
}
|
|
36
28
|
s {
|
|
37
29
|
display: inline-block;
|
|
38
30
|
width: 3px;
|
package/assets/flow.css
CHANGED
|
@@ -3,218 +3,15 @@
|
|
|
3
3
|
/* stylelint-disable no-duplicate-selectors */
|
|
4
4
|
/* stylelint-disable */
|
|
5
5
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
6
|
-
/* #5867ad */
|
|
7
6
|
/*流程图部分*/
|
|
8
7
|
.flowmain {
|
|
9
8
|
margin: auto;
|
|
10
9
|
width: 100%;
|
|
11
10
|
background: #fff;
|
|
12
11
|
}
|
|
13
|
-
.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
.flowtop .floatcenter {
|
|
17
|
-
width: 90%;
|
|
18
|
-
margin: 0 auto;
|
|
19
|
-
/*
|
|
20
|
-
公式: 线宽 (100% / n -22px) / 2
|
|
21
|
-
思路:
|
|
22
|
-
虚拟: 将每个节点 + 左侧线宽 + 右侧线宽看成一个块,所有块组合成整体top 虚拟的每个节点块长度都相等 除了首尾节点 其它节点的宽为: 100% / n
|
|
23
|
-
实际:
|
|
24
|
-
第一个节点: 左侧填充一个线宽 + 节点 + 右侧两个线 (100% / n -22px) / 2 * 3 + 22px 节点 + 3个线宽
|
|
25
|
-
最后一个节点: 节点 + 右侧填充一个线宽 (100% / n -22px) / 2 + 22px 节点 + 1个线宽
|
|
26
|
-
其它节点: 节点 + 右侧两个线 (100% / n -22px) / 2 * 2 + 22px 节点 + 2个线宽
|
|
27
|
-
最终确保: 节点 + 填充 + 线 = top宽
|
|
28
|
-
每个节点都有属于不与其它节点公用的两个线宽的长度
|
|
29
|
-
构图: -o--o--o-
|
|
30
|
-
流程节点:
|
|
31
|
-
节点: 22px
|
|
32
|
-
线宽: (100% / n -22px) / 2
|
|
33
|
-
*/
|
|
34
|
-
}
|
|
35
|
-
.flowtop .floatcenter .renderTopTemp2:first-child {
|
|
36
|
-
width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
|
|
37
|
-
padding-left: calc((100% / 2 - 22px) / 2);
|
|
38
|
-
}
|
|
39
|
-
.flowtop .floatcenter .renderTopTemp2 {
|
|
40
|
-
width: calc(100% / 2);
|
|
41
|
-
float: left;
|
|
42
|
-
}
|
|
43
|
-
.flowtop .floatcenter .renderTopTemp2 .flowline2 {
|
|
44
|
-
float: left;
|
|
45
|
-
margin-top: 15px;
|
|
46
|
-
height: 4px;
|
|
47
|
-
width: calc(100% - 22px);
|
|
48
|
-
}
|
|
49
|
-
.flowtop .floatcenter .renderTopTemp2:last-child {
|
|
50
|
-
width: calc((100% / 2 - 22px) / 2 + 22px);
|
|
51
|
-
padding-right: calc((100% / 2 - 22px) / 2);
|
|
52
|
-
}
|
|
53
|
-
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
54
|
-
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
55
|
-
padding-left: calc((100% / 3 - 22px) / 2);
|
|
56
|
-
}
|
|
57
|
-
.flowtop .floatcenter .renderTopTemp3 {
|
|
58
|
-
width: calc(100% / 3);
|
|
59
|
-
float: left;
|
|
60
|
-
}
|
|
61
|
-
.flowtop .floatcenter .renderTopTemp3 .flowline3 {
|
|
62
|
-
float: left;
|
|
63
|
-
margin-top: 15px;
|
|
64
|
-
height: 4px;
|
|
65
|
-
width: calc(100% - 22px);
|
|
66
|
-
}
|
|
67
|
-
.flowtop .floatcenter .renderTopTemp3:last-child {
|
|
68
|
-
width: calc((100% / 3 - 22px) / 2 + 22px);
|
|
69
|
-
padding-right: calc((100% / 3 - 22px) / 2);
|
|
70
|
-
}
|
|
71
|
-
.flowtop .floatcenter .renderTopTemp4:first-child {
|
|
72
|
-
width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
|
|
73
|
-
padding-left: calc((100% / 4 - 22px) / 2);
|
|
74
|
-
}
|
|
75
|
-
.flowtop .floatcenter .renderTopTemp4 {
|
|
76
|
-
width: calc(100% / 4);
|
|
77
|
-
float: left;
|
|
78
|
-
}
|
|
79
|
-
.flowtop .floatcenter .renderTopTemp4 .flowline4 {
|
|
80
|
-
float: left;
|
|
81
|
-
margin-top: 15px;
|
|
82
|
-
height: 4px;
|
|
83
|
-
width: calc(100% - 22px);
|
|
84
|
-
}
|
|
85
|
-
.flowtop .floatcenter .renderTopTemp4:last-child {
|
|
86
|
-
width: calc((100% / 4 - 22px) / 2 + 22px);
|
|
87
|
-
padding-right: calc((100% / 4 - 22px) / 2);
|
|
88
|
-
}
|
|
89
|
-
.flowtop .floatcenter .renderTopTemp5:first-child {
|
|
90
|
-
width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
|
|
91
|
-
padding-left: calc((100% / 5 - 22px) / 2);
|
|
92
|
-
}
|
|
93
|
-
.flowtop .floatcenter .renderTopTemp5 {
|
|
94
|
-
width: calc(100% / 5);
|
|
95
|
-
float: left;
|
|
96
|
-
}
|
|
97
|
-
.flowtop .floatcenter .renderTopTemp5 .flowline5 {
|
|
98
|
-
float: left;
|
|
99
|
-
margin-top: 15px;
|
|
100
|
-
height: 4px;
|
|
101
|
-
width: calc(100% - 22px);
|
|
102
|
-
}
|
|
103
|
-
.flowtop .floatcenter .renderTopTemp5:last-child {
|
|
104
|
-
width: calc((100% / 5 - 22px) / 2 + 22px);
|
|
105
|
-
padding-right: calc((100% / 5 - 22px) / 2);
|
|
106
|
-
}
|
|
107
|
-
.flowtop .floatcenter .renderTopTemp6:first-child {
|
|
108
|
-
width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
|
|
109
|
-
padding-left: calc((100% / 6 - 22px) / 2);
|
|
110
|
-
}
|
|
111
|
-
.flowtop .floatcenter .renderTopTemp6 {
|
|
112
|
-
width: calc(100% / 6);
|
|
113
|
-
float: left;
|
|
114
|
-
}
|
|
115
|
-
.flowtop .floatcenter .renderTopTemp6 .flowline6 {
|
|
116
|
-
float: left;
|
|
117
|
-
margin-top: 15px;
|
|
118
|
-
height: 4px;
|
|
119
|
-
width: calc(100% - 22px);
|
|
120
|
-
}
|
|
121
|
-
.flowtop .floatcenter .renderTopTemp6:last-child {
|
|
122
|
-
width: calc((100% / 6 - 22px) / 2 + 22px);
|
|
123
|
-
padding-right: calc((100% / 6 - 22px) / 2);
|
|
124
|
-
}
|
|
125
|
-
.flowtop .floatcenter .renderTopTemp7:first-child {
|
|
126
|
-
width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
|
|
127
|
-
padding-left: calc((100% / 7 - 22px) / 2);
|
|
128
|
-
}
|
|
129
|
-
.flowtop .floatcenter .renderTopTemp7 {
|
|
130
|
-
width: calc(100% / 7);
|
|
131
|
-
float: left;
|
|
132
|
-
}
|
|
133
|
-
.flowtop .floatcenter .renderTopTemp7 .flowline7 {
|
|
134
|
-
float: left;
|
|
135
|
-
margin-top: 15px;
|
|
136
|
-
height: 4px;
|
|
137
|
-
width: calc(100% - 22px);
|
|
138
|
-
}
|
|
139
|
-
.flowtop .floatcenter .renderTopTemp7:last-child {
|
|
140
|
-
width: calc((100% / 7 - 22px) / 2 + 22px);
|
|
141
|
-
padding-right: calc((100% / 7 - 22px) / 2);
|
|
142
|
-
}
|
|
143
|
-
.flowtop .floatcenter .renderTopTemp8:first-child {
|
|
144
|
-
width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
|
|
145
|
-
padding-left: calc((100% / 8 - 22px) / 2);
|
|
146
|
-
}
|
|
147
|
-
.flowtop .floatcenter .renderTopTemp8 {
|
|
148
|
-
width: calc(100% / 8);
|
|
149
|
-
float: left;
|
|
150
|
-
}
|
|
151
|
-
.flowtop .floatcenter .renderTopTemp8 .flowline8 {
|
|
152
|
-
float: left;
|
|
153
|
-
margin-top: 15px;
|
|
154
|
-
height: 4px;
|
|
155
|
-
width: calc(100% - 22px);
|
|
156
|
-
}
|
|
157
|
-
.flowtop .floatcenter .renderTopTemp8:last-child {
|
|
158
|
-
width: calc((100% / 8 - 22px) / 2 + 22px);
|
|
159
|
-
padding-right: calc((100% / 8 - 22px) / 2);
|
|
160
|
-
}
|
|
161
|
-
.flowtop .floatcenter .renderTopTemp9:first-child {
|
|
162
|
-
width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
|
|
163
|
-
padding-left: calc((100% / 9 - 22px) / 2);
|
|
164
|
-
}
|
|
165
|
-
.flowtop .floatcenter .renderTopTemp9 {
|
|
166
|
-
width: calc(100% / 9);
|
|
167
|
-
float: left;
|
|
168
|
-
}
|
|
169
|
-
.flowtop .floatcenter .renderTopTemp9 .flowline9 {
|
|
170
|
-
float: left;
|
|
171
|
-
margin-top: 15px;
|
|
172
|
-
height: 4px;
|
|
173
|
-
width: calc(100% - 22px);
|
|
174
|
-
}
|
|
175
|
-
.flowtop .floatcenter .renderTopTemp9:last-child {
|
|
176
|
-
width: calc((100% / 9 - 22px) / 2 + 22px);
|
|
177
|
-
padding-right: calc((100% / 9 - 22px) / 2);
|
|
178
|
-
}
|
|
179
|
-
.flowmid {
|
|
180
|
-
width: 100%;
|
|
181
|
-
height: 34px;
|
|
182
|
-
}
|
|
183
|
-
.flowmid .floatcenter {
|
|
184
|
-
width: 90%;
|
|
185
|
-
margin: 0 auto;
|
|
186
|
-
}
|
|
187
|
-
.flowmid .floatcenter div.flowtext2 {
|
|
188
|
-
width: calc(100% / 2);
|
|
189
|
-
float: left;
|
|
190
|
-
}
|
|
191
|
-
.flowmid .floatcenter div.flowtext3 {
|
|
192
|
-
width: calc(100% / 3);
|
|
193
|
-
float: left;
|
|
194
|
-
}
|
|
195
|
-
.flowmid .floatcenter div.flowtext4 {
|
|
196
|
-
width: calc(100% / 4);
|
|
197
|
-
float: left;
|
|
198
|
-
}
|
|
199
|
-
.flowmid .floatcenter div.flowtext5 {
|
|
200
|
-
width: calc(100% / 5);
|
|
201
|
-
float: left;
|
|
202
|
-
}
|
|
203
|
-
.flowmid .floatcenter div.flowtext6 {
|
|
204
|
-
width: calc(100% / 6);
|
|
205
|
-
float: left;
|
|
206
|
-
}
|
|
207
|
-
.flowmid .floatcenter div.flowtext7 {
|
|
208
|
-
width: calc(100% / 7);
|
|
209
|
-
float: left;
|
|
210
|
-
}
|
|
211
|
-
.flowmid .floatcenter div.flowtext8 {
|
|
212
|
-
width: calc(100% / 8);
|
|
213
|
-
float: left;
|
|
214
|
-
}
|
|
215
|
-
.flowmid .floatcenter div.flowtext9 {
|
|
216
|
-
width: calc(100% / 9);
|
|
217
|
-
float: left;
|
|
12
|
+
.floatcenter {
|
|
13
|
+
position: relative;
|
|
14
|
+
left: 67%;
|
|
218
15
|
}
|
|
219
16
|
.floatcenter2_1 {
|
|
220
17
|
position: absolute;
|
|
@@ -506,63 +303,147 @@
|
|
|
506
303
|
color: #fff;
|
|
507
304
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
508
305
|
position: relative;
|
|
306
|
+
left: -50%;
|
|
509
307
|
}
|
|
510
|
-
/*
|
|
511
|
-
.flowmain .
|
|
308
|
+
/*renderTop有几个大节点时(3-9)*/
|
|
309
|
+
.flowmain .flowline2 {
|
|
512
310
|
float: left;
|
|
513
|
-
margin-top:
|
|
514
|
-
width:
|
|
515
|
-
height:
|
|
516
|
-
line-height: 22px;
|
|
517
|
-
text-align: center;
|
|
518
|
-
border-radius: 50%;
|
|
519
|
-
color: #fff;
|
|
311
|
+
margin-top: 15px;
|
|
312
|
+
width: 30.8%;
|
|
313
|
+
height: 4px;
|
|
520
314
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
521
315
|
position: relative;
|
|
316
|
+
left: -50%;
|
|
522
317
|
}
|
|
523
|
-
.flowmain .
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
318
|
+
.flowmain .flowline3 {
|
|
319
|
+
float: left;
|
|
320
|
+
margin-top: 15px;
|
|
321
|
+
width: 30.6%;
|
|
322
|
+
height: 4px;
|
|
323
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
324
|
+
position: relative;
|
|
325
|
+
left: -50%;
|
|
531
326
|
}
|
|
532
|
-
.flowmain .
|
|
327
|
+
.flowmain .flowline4 {
|
|
533
328
|
float: left;
|
|
534
|
-
margin-top:
|
|
535
|
-
width:
|
|
536
|
-
height:
|
|
537
|
-
line-height: 22px;
|
|
538
|
-
text-align: center;
|
|
539
|
-
border-radius: 50%;
|
|
540
|
-
color: #fff;
|
|
329
|
+
margin-top: 15px;
|
|
330
|
+
width: 19.8%;
|
|
331
|
+
height: 4px;
|
|
541
332
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
542
333
|
position: relative;
|
|
334
|
+
left: -50%;
|
|
543
335
|
}
|
|
544
|
-
.flowmain .
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
336
|
+
.flowmain .flowline5 {
|
|
337
|
+
float: left;
|
|
338
|
+
margin-top: 15px;
|
|
339
|
+
width: 14.4%;
|
|
340
|
+
height: 4px;
|
|
341
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
342
|
+
position: relative;
|
|
343
|
+
left: -50%;
|
|
344
|
+
}
|
|
345
|
+
.flowmain .flowline6 {
|
|
346
|
+
float: left;
|
|
347
|
+
margin-top: 15px;
|
|
348
|
+
width: 11.2%;
|
|
349
|
+
height: 4px;
|
|
350
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
351
|
+
position: relative;
|
|
352
|
+
left: -50%;
|
|
353
|
+
}
|
|
354
|
+
.flowmain .flowline7 {
|
|
355
|
+
float: left;
|
|
356
|
+
margin-top: 15px;
|
|
357
|
+
width: 9.03%;
|
|
358
|
+
height: 4px;
|
|
359
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
360
|
+
position: relative;
|
|
361
|
+
left: -50%;
|
|
362
|
+
}
|
|
363
|
+
.flowmain .flowline8 {
|
|
364
|
+
float: left;
|
|
365
|
+
margin-top: 15px;
|
|
366
|
+
width: 7.4%;
|
|
367
|
+
height: 4px;
|
|
368
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
369
|
+
position: relative;
|
|
370
|
+
left: -50%;
|
|
371
|
+
}
|
|
372
|
+
.flowmain .flowline9 {
|
|
373
|
+
float: left;
|
|
374
|
+
margin-top: 15px;
|
|
375
|
+
width: 6.348%;
|
|
376
|
+
height: 4px;
|
|
377
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
378
|
+
position: relative;
|
|
379
|
+
left: -50%;
|
|
380
|
+
}
|
|
381
|
+
.flowmid {
|
|
382
|
+
height: 34px;
|
|
383
|
+
}
|
|
384
|
+
/*renderMid下的有几个flowtext(3-9)*/
|
|
385
|
+
.flowmid .flowtext2 {
|
|
386
|
+
width: 32.4%;
|
|
387
|
+
float: left;
|
|
388
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
389
|
+
position: relative;
|
|
390
|
+
left: -65.5%;
|
|
391
|
+
}
|
|
392
|
+
.flowmid .flowtext3 {
|
|
393
|
+
width: 32.4%;
|
|
394
|
+
float: left;
|
|
395
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
396
|
+
position: relative;
|
|
397
|
+
left: -65.5%;
|
|
398
|
+
}
|
|
399
|
+
.flowmid .flowtext4 {
|
|
400
|
+
width: 21.6%;
|
|
401
|
+
float: left;
|
|
402
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
403
|
+
position: relative;
|
|
404
|
+
left: -60%;
|
|
405
|
+
}
|
|
406
|
+
.flowmid .flowtext5 {
|
|
407
|
+
width: 16.2%;
|
|
408
|
+
float: left;
|
|
409
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
410
|
+
position: relative;
|
|
411
|
+
left: -57.5%;
|
|
412
|
+
}
|
|
413
|
+
.flowmid .flowtext6 {
|
|
414
|
+
width: 13.1%;
|
|
415
|
+
float: left;
|
|
416
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
417
|
+
position: relative;
|
|
418
|
+
left: -56%;
|
|
419
|
+
}
|
|
420
|
+
.flowmid .flowtext7 {
|
|
421
|
+
width: 10.8%;
|
|
422
|
+
float: left;
|
|
423
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
424
|
+
position: relative;
|
|
425
|
+
left: -54.8%;
|
|
426
|
+
}
|
|
427
|
+
.flowmid .flowtext8 {
|
|
428
|
+
width: 9.13%;
|
|
429
|
+
float: left;
|
|
430
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
431
|
+
position: relative;
|
|
432
|
+
left: -54%;
|
|
433
|
+
}
|
|
434
|
+
.flowmid .flowtext9 {
|
|
435
|
+
width: 8%;
|
|
436
|
+
float: left;
|
|
437
|
+
/*浮动区块居中,必须配合.float-center使用*/
|
|
438
|
+
position: relative;
|
|
439
|
+
left: -53%;
|
|
552
440
|
}
|
|
553
|
-
/*renderTop有几个大节点时(3-9)*/
|
|
554
441
|
.flowmid .floawt1 {
|
|
555
442
|
text-align: center;
|
|
556
443
|
height: 24px;
|
|
557
444
|
line-height: 32px;
|
|
558
445
|
font-size: 14px;
|
|
559
446
|
}
|
|
560
|
-
.flowmid .floawt1detail {
|
|
561
|
-
text-align: center;
|
|
562
|
-
height: 24px;
|
|
563
|
-
line-height: 18px;
|
|
564
|
-
font-size: 14px;
|
|
565
|
-
}
|
|
566
447
|
.flowmid .floawt2 {
|
|
567
448
|
text-align: center;
|
|
568
449
|
height: 20px;
|
|
@@ -588,7 +469,7 @@
|
|
|
588
469
|
.flowbottom .flowdoc {
|
|
589
470
|
display: inline-block;
|
|
590
471
|
margin: 0 2px;
|
|
591
|
-
height:
|
|
472
|
+
height: 35px;
|
|
592
473
|
text-align: center;
|
|
593
474
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
594
475
|
position: relative;
|
|
@@ -816,14 +697,12 @@
|
|
|
816
697
|
}
|
|
817
698
|
.flowmain .borderblue {
|
|
818
699
|
border: 1px solid #5867ad;
|
|
819
|
-
border-radius: 4px;
|
|
820
700
|
}
|
|
821
701
|
.flowmain .borderorange {
|
|
822
702
|
border: 1px solid #ad7c59;
|
|
823
703
|
}
|
|
824
704
|
.flowmain .borderblueDashed {
|
|
825
705
|
border: 1px dashed #5867ad;
|
|
826
|
-
border-radius: 4px;
|
|
827
706
|
}
|
|
828
707
|
.flowmain .borderorangeDashed {
|
|
829
708
|
border: 1px dashed #ad7c59;
|
|
@@ -836,22 +715,20 @@
|
|
|
836
715
|
}
|
|
837
716
|
.flowmain .flowbottomtextblue {
|
|
838
717
|
text-align: center;
|
|
839
|
-
line-height:
|
|
718
|
+
line-height: 35px;
|
|
840
719
|
color: #5867ad;
|
|
841
720
|
}
|
|
842
721
|
.flowmain .flowdoc img {
|
|
843
722
|
display: inline-block;
|
|
844
723
|
position: absolute;
|
|
845
|
-
right:
|
|
846
|
-
bottom:
|
|
724
|
+
right: 0;
|
|
725
|
+
bottom: 0;
|
|
847
726
|
z-index: 1;
|
|
848
727
|
width: 21px;
|
|
849
|
-
border-bottom-right-radius: 4px;
|
|
850
728
|
}
|
|
851
729
|
.flowmain .flowbottomtextorange {
|
|
852
730
|
text-align: center;
|
|
853
|
-
line-height:
|
|
854
|
-
border-radius: 4px;
|
|
731
|
+
line-height: 35px;
|
|
855
732
|
}
|
|
856
733
|
.flowmain .flowbottomtextorange a {
|
|
857
734
|
color: #ad7c59;
|
|
@@ -859,9 +736,8 @@
|
|
|
859
736
|
}
|
|
860
737
|
.flowmain .flowbottomtextgrey {
|
|
861
738
|
text-align: center;
|
|
862
|
-
line-height:
|
|
739
|
+
line-height: 35px;
|
|
863
740
|
color: #999999;
|
|
864
|
-
border-radius: 4px;
|
|
865
741
|
}
|
|
866
742
|
.flowmain .flowbottomtextgrey a {
|
|
867
743
|
text-align: center;
|
|
@@ -982,33 +858,3 @@
|
|
|
982
858
|
margin-left: -75px;
|
|
983
859
|
}
|
|
984
860
|
/*一个节点*/
|
|
985
|
-
/* 流程图状态颜色 */
|
|
986
|
-
.common {
|
|
987
|
-
height: 12px;
|
|
988
|
-
width: 12px;
|
|
989
|
-
}
|
|
990
|
-
.planDate-style {
|
|
991
|
-
color: #000000;
|
|
992
|
-
font-weight: normal;
|
|
993
|
-
margin-left: 12px;
|
|
994
|
-
}
|
|
995
|
-
.planDate-style .wait-style sup {
|
|
996
|
-
height: 12px;
|
|
997
|
-
width: 12px;
|
|
998
|
-
background-color: #bfbfbf;
|
|
999
|
-
}
|
|
1000
|
-
.planDate-style .delay-style sup {
|
|
1001
|
-
height: 12px;
|
|
1002
|
-
width: 12px;
|
|
1003
|
-
background-color: #fa8c16;
|
|
1004
|
-
}
|
|
1005
|
-
.planDate-style .normal-style sup {
|
|
1006
|
-
height: 12px;
|
|
1007
|
-
width: 12px;
|
|
1008
|
-
background-color: #52c41a;
|
|
1009
|
-
}
|
|
1010
|
-
.planDate-style .normal-style :global .ant-scroll-number,
|
|
1011
|
-
.planDate-style .delay-style :global .ant-scroll-number,
|
|
1012
|
-
.planDate-style .wait-style :global .ant-scroll-number {
|
|
1013
|
-
transform: translate(2px, -2px);
|
|
1014
|
-
}
|
package/assets/formPage.css
CHANGED
|
@@ -4,94 +4,12 @@
|
|
|
4
4
|
.ant-upload-list-item .ant-upload-list-item-info {
|
|
5
5
|
width: auto;
|
|
6
6
|
}
|
|
7
|
+
.ant-upload-list-item .ant-upload-list-item-name {
|
|
8
|
+
padding-right: 24px;
|
|
9
|
+
}
|
|
7
10
|
.ant-upload-list-item .anticon-cross {
|
|
8
11
|
right: -2px;
|
|
9
12
|
}
|
|
10
|
-
.e3wFormPageNoBorder {
|
|
11
|
-
margin: 12px;
|
|
12
|
-
}
|
|
13
|
-
.e3wFormPageNoBorder > div > .ant-row {
|
|
14
|
-
padding: 3px;
|
|
15
|
-
}
|
|
16
|
-
.e3wFormPageNoBorder > div > .ant-row .ant-btn {
|
|
17
|
-
height: 24px;
|
|
18
|
-
color: #5468b2;
|
|
19
|
-
}
|
|
20
|
-
.e3wFormPageNoBorder .hasAfterBtns :global .ant-calendar-picker {
|
|
21
|
-
min-width: 100% !important;
|
|
22
|
-
}
|
|
23
|
-
.e3wFormPage {
|
|
24
|
-
border-top: 1px solid #e8e8e8;
|
|
25
|
-
border-left: 1px solid #e8e8e8;
|
|
26
|
-
border-right: 1px solid #e8e8e8;
|
|
27
|
-
margin: 12px;
|
|
28
|
-
}
|
|
29
|
-
.e3wFormPage > div > .ant-row {
|
|
30
|
-
padding: 3px;
|
|
31
|
-
border-bottom: 1px solid #e8e8e8;
|
|
32
|
-
}
|
|
33
|
-
.e3wFormPage > div > .ant-row .ant-btn {
|
|
34
|
-
height: 24px;
|
|
35
|
-
color: #5468b2;
|
|
36
|
-
}
|
|
37
|
-
.e3wFormPage .hasAfterBtns :global .ant-calendar-picker {
|
|
38
|
-
min-width: 100% !important;
|
|
39
|
-
}
|
|
40
13
|
.e3wFormItem .ant-form-item {
|
|
41
14
|
margin-bottom: 8px;
|
|
42
15
|
}
|
|
43
|
-
.formContent:not(:first-child) {
|
|
44
|
-
padding-left: 3px;
|
|
45
|
-
}
|
|
46
|
-
.formContent :global .ant-input-group-wrapper {
|
|
47
|
-
vertical-align: middle;
|
|
48
|
-
}
|
|
49
|
-
.formContent :global .ant-form-item-label {
|
|
50
|
-
line-height: 24px;
|
|
51
|
-
}
|
|
52
|
-
.formContent :global .ant-form-item-control {
|
|
53
|
-
line-height: 24px;
|
|
54
|
-
}
|
|
55
|
-
.formContent :global .ant-form-item-required::before {
|
|
56
|
-
margin-left: -10px;
|
|
57
|
-
}
|
|
58
|
-
.formContent :global .ant-form-item-label {
|
|
59
|
-
padding-left: 12px;
|
|
60
|
-
}
|
|
61
|
-
.formContentAlone:not(:first-child) {
|
|
62
|
-
padding-left: 3px;
|
|
63
|
-
}
|
|
64
|
-
.formContentAlone:not(:first-child) {
|
|
65
|
-
padding-left: 3px;
|
|
66
|
-
}
|
|
67
|
-
.formContentAlone :global .ant-input-group-wrapper {
|
|
68
|
-
vertical-align: middle;
|
|
69
|
-
}
|
|
70
|
-
.formContentAlone :global .ant-form-item-label {
|
|
71
|
-
line-height: 24px;
|
|
72
|
-
}
|
|
73
|
-
.formContentAlone :global .ant-form-item-control {
|
|
74
|
-
line-height: 24px;
|
|
75
|
-
}
|
|
76
|
-
.formContentAlone :global .ant-form-item-required::before {
|
|
77
|
-
margin-left: -10px;
|
|
78
|
-
}
|
|
79
|
-
.formContentAlone :global .ant-form-item-label {
|
|
80
|
-
padding-left: 12px;
|
|
81
|
-
}
|
|
82
|
-
.formContentAlone :global .ant-input-number {
|
|
83
|
-
border-radius: 4px 0 0 4px;
|
|
84
|
-
}
|
|
85
|
-
.formContentAlone :global .ant-form-item-required::before {
|
|
86
|
-
margin-left: -10px;
|
|
87
|
-
}
|
|
88
|
-
.formContentAlone :global .ant-form-item-label {
|
|
89
|
-
padding-left: 12px;
|
|
90
|
-
}
|
|
91
|
-
.countContent:after {
|
|
92
|
-
content: attr(data-count);
|
|
93
|
-
color: rgba(0, 0, 0, 0.45);
|
|
94
|
-
pointer-events: none;
|
|
95
|
-
float: right;
|
|
96
|
-
white-space: nowrap;
|
|
97
|
-
}
|