zmdms-webui 2.2.6 → 2.2.7
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/dist/es/applayoutheader/setting/userInfo.js +5 -3
- package/dist/es/applayoutsider/menu/SearchInput.js +6 -4
- package/dist/es/applayoutsider/menu/index.js +1 -1
- package/dist/es/dynamicsetting/dynamicDrawer.js +1 -1
- package/dist/less/components/Alert/style/index.less +53 -0
- package/dist/less/components/Alert/style/style.less +4 -0
- package/dist/less/components/AppLayout/style/index.less +546 -0
- package/dist/less/components/AppLayout/style/style.less +2 -0
- package/dist/less/components/AppLayout/style.less +5 -0
- package/dist/less/components/AuthLoading/style/index.less +15 -0
- package/dist/less/components/AuthLoading/style/style.less +2 -0
- package/dist/less/components/Button/style/index.less +160 -0
- package/dist/less/components/Button/style/style.less +5 -0
- package/dist/less/components/Cascader/style/index.less +9 -0
- package/dist/less/components/Cascader/style/style.less +2 -0
- package/dist/less/components/Collapse/style/index.less +117 -0
- package/dist/less/components/Collapse/style/style.less +2 -0
- package/dist/less/components/Container/style/index.less +64 -0
- package/dist/less/components/Container/style/style.less +2 -0
- package/dist/less/components/DatePicker/style/index.less +7 -0
- package/dist/less/components/DatePicker/style/style.less +4 -0
- package/dist/less/components/Descriptions/style/index.less +32 -0
- package/dist/less/components/Descriptions/style/style.less +5 -0
- package/dist/less/components/DetailList/style/index.less +105 -0
- package/dist/less/components/DetailList/style/style.less +2 -0
- package/dist/less/components/Differences/style/index.less +5 -0
- package/dist/less/components/Differences/style/style.less +2 -0
- package/dist/less/components/DynamicSetting/style/index.less +96 -0
- package/dist/less/components/DynamicSetting/style/style.less +2 -0
- package/dist/less/components/ElectronSignatures/style/index.less +331 -0
- package/dist/less/components/ElectronSignatures/style/style.less +1 -0
- package/dist/less/components/Footer/style/index.less +28 -0
- package/dist/less/components/Footer/style/style.less +2 -0
- package/dist/less/components/Form/style/index.less +145 -0
- package/dist/less/components/Form/style/style.less +5 -0
- package/dist/less/components/FormItem/style/index.less +456 -0
- package/dist/less/components/FormItem/style/style.less +2 -0
- package/dist/less/components/Input/style/index.less +15 -0
- package/dist/less/components/Input/style/style.less +4 -0
- package/dist/less/components/InputNumber/style/index.less +30 -0
- package/dist/less/components/InputNumber/style/style.less +4 -0
- package/dist/less/components/LeftContent/style/index.less +62 -0
- package/dist/less/components/LeftContent/style/style.less +2 -0
- package/dist/less/components/Login/style/index.less +63 -0
- package/dist/less/components/Login/style/style.less +2 -0
- package/dist/less/components/Message/style/index.less +19 -0
- package/dist/less/components/Message/style/style.less +2 -0
- package/dist/less/components/MicroLoading/style/index.less +15 -0
- package/dist/less/components/MicroLoading/style/style.less +2 -0
- package/dist/less/components/Modal/style/index.less +43 -0
- package/dist/less/components/Modal/style/style.less +2 -0
- package/dist/less/components/NotAuthPage/style/index.less +0 -0
- package/dist/less/components/NotAuthPage/style/style.less +2 -0
- package/dist/less/components/NotRoutePage/style/index.less +0 -0
- package/dist/less/components/NotRoutePage/style/style.less +2 -0
- package/dist/less/components/Pagination/style/index.less +107 -0
- package/dist/less/components/Pagination/style/style.less +5 -0
- package/dist/less/components/Placeholder/style/index.less +3 -0
- package/dist/less/components/Placeholder/style/style.less +2 -0
- package/dist/less/components/Print/style/index.less +65 -0
- package/dist/less/components/Print/style/style.less +3 -0
- package/dist/less/components/Select/style/index.less +55 -0
- package/dist/less/components/Select/style/style.less +4 -0
- package/dist/less/components/Table/style/index.less +362 -0
- package/dist/less/components/Table/style/style.less +4 -0
- package/dist/less/components/Tabs/style/index.less +118 -0
- package/dist/less/components/Tabs/style/style.less +4 -0
- package/dist/less/components/Tag/style/index.less +3 -0
- package/dist/less/components/Tag/style/style.less +4 -0
- package/dist/less/components/Title/style/index.less +54 -0
- package/dist/less/components/Title/style/style.less +2 -0
- package/dist/less/components/Tree/style/index.less +58 -0
- package/dist/less/components/Tree/style/style.less +4 -0
- package/dist/less/components/TreeSelect/style/index.less +0 -0
- package/dist/less/components/TreeSelect/style/style.less +4 -0
- package/dist/less/components/UploadList/style/index.less +61 -0
- package/dist/less/components/UploadList/style/style.less +4 -0
- package/dist/less/components/Watermark/style/index.less +7 -0
- package/dist/less/components/Watermark/style/style.less +3 -0
- package/dist/less/components/ZtTransfer/style/index.less +136 -0
- package/dist/less/components/ZtTransfer/style/style.less +2 -0
- package/dist/less/styles/default.less +95 -0
- package/dist/less/styles/index.less +86 -0
- package/dist/less/styles/reset.less +189 -0
- package/package.json +2 -1
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
.electron-table {
|
|
2
|
+
background-color: red;
|
|
3
|
+
.ant-table-tbody > tr > td:nth-child(3) {
|
|
4
|
+
padding: 0;
|
|
5
|
+
}
|
|
6
|
+
.electron-seal-list--wrap {
|
|
7
|
+
text-align: left;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 90%;
|
|
10
|
+
height: calc(100% - 70px);
|
|
11
|
+
margin-bottom: 8px;
|
|
12
|
+
min-height: 150px;
|
|
13
|
+
> * {
|
|
14
|
+
font-size: 13px;
|
|
15
|
+
}
|
|
16
|
+
.zt-collapse {
|
|
17
|
+
.ant-collapse-item .ant-collapse-content-box {
|
|
18
|
+
padding-left: 8px;
|
|
19
|
+
}
|
|
20
|
+
.ant-collapse-header {
|
|
21
|
+
background-color: rgb(235, 243, 254);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
.ant-collapse-content-box {
|
|
25
|
+
display: flex;
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
}
|
|
28
|
+
.ant-checkbox-wrapper {
|
|
29
|
+
font-size: 13px;
|
|
30
|
+
margin-left: 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
.electron-seal--first-level-person {
|
|
34
|
+
// height: 36px;
|
|
35
|
+
max-height: 70px;
|
|
36
|
+
// line-height: 36px;
|
|
37
|
+
border-bottom: 1px solid #ebebeb;
|
|
38
|
+
margin-bottom: 5px;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
text-align: left;
|
|
41
|
+
padding-left: 8px;
|
|
42
|
+
.ant-checkbox-wrapper {
|
|
43
|
+
font-size: 13px;
|
|
44
|
+
max-height: 70px;
|
|
45
|
+
// height: 36px;
|
|
46
|
+
// line-height: 36px;
|
|
47
|
+
> span:last-child {
|
|
48
|
+
display: block;
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
text-overflow: ellipsis;
|
|
51
|
+
// 显示补全加盖经济责任人手签章
|
|
52
|
+
// white-space: nowrap;
|
|
53
|
+
// max-width: 260px;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.electron-seal-detail--wrap {
|
|
59
|
+
// text-align: left;
|
|
60
|
+
height: 100%;
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
justify-content: center;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
padding: 5px 0;
|
|
66
|
+
.electron-seal-detail--wrap__item {
|
|
67
|
+
margin-bottom: 8px;
|
|
68
|
+
width: 100%;
|
|
69
|
+
&:last-child {
|
|
70
|
+
margin-bottom: 2px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.electron-seal-setting--wrap {
|
|
76
|
+
font-size: 13px;
|
|
77
|
+
height: 100%;
|
|
78
|
+
padding-top: 10px;
|
|
79
|
+
display: flex;
|
|
80
|
+
flex-direction: column;
|
|
81
|
+
position: sticky;
|
|
82
|
+
top: 20px;
|
|
83
|
+
}
|
|
84
|
+
.electron-seal--any {
|
|
85
|
+
font-size: 13px;
|
|
86
|
+
margin-top: 6px;
|
|
87
|
+
text-align: left;
|
|
88
|
+
.ant-checkbox-wrapper {
|
|
89
|
+
font-size: 13px;
|
|
90
|
+
+ .ant-checkbox-wrapper {
|
|
91
|
+
margin-left: 0;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.file-title {
|
|
97
|
+
display: flex;
|
|
98
|
+
align-items: center;
|
|
99
|
+
justify-content: space-between;
|
|
100
|
+
.file-label {
|
|
101
|
+
text-align: center;
|
|
102
|
+
flex: 1;
|
|
103
|
+
}
|
|
104
|
+
.file-add--isOnlyQunj {
|
|
105
|
+
font-size: 13px;
|
|
106
|
+
}
|
|
107
|
+
.file-upload {
|
|
108
|
+
button {
|
|
109
|
+
font-size: 13px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
.electron-seal-setting--wrap {
|
|
113
|
+
flex-direction: row;
|
|
114
|
+
top: 0;
|
|
115
|
+
position: relative;
|
|
116
|
+
padding-top: 0;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// 群杰相关样式
|
|
121
|
+
.qunj-list--wrap {
|
|
122
|
+
text-align: left;
|
|
123
|
+
width: 100%;
|
|
124
|
+
padding: 8px 0;
|
|
125
|
+
height: 100%;
|
|
126
|
+
min-height: 150px;
|
|
127
|
+
> * {
|
|
128
|
+
font-size: 13px;
|
|
129
|
+
}
|
|
130
|
+
.qunj-list--need {
|
|
131
|
+
text-align: center;
|
|
132
|
+
height: 36px;
|
|
133
|
+
line-height: 36px;
|
|
134
|
+
background: #c5cdd9;
|
|
135
|
+
display: flex;
|
|
136
|
+
justify-content: space-between;
|
|
137
|
+
padding: 0 10px;
|
|
138
|
+
margin-bottom: 4px;
|
|
139
|
+
}
|
|
140
|
+
.qunj-list--area {
|
|
141
|
+
height: 32px;
|
|
142
|
+
margin-top: 2px;
|
|
143
|
+
display: flex;
|
|
144
|
+
align-items: center;
|
|
145
|
+
justify-content: center;
|
|
146
|
+
background-color: rgb(245, 249, 254);
|
|
147
|
+
border: 1px solid rgb(205, 217, 230);
|
|
148
|
+
border-radius: 4px;
|
|
149
|
+
> label {
|
|
150
|
+
padding-left: 4px;
|
|
151
|
+
display: flex;
|
|
152
|
+
height: 30px;
|
|
153
|
+
align-items: center;
|
|
154
|
+
justify-content: center;
|
|
155
|
+
> span {
|
|
156
|
+
height: 30px;
|
|
157
|
+
color: rgb(255, 77, 79);
|
|
158
|
+
margin-right: 2px;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
> .ant-select .ant-select-selector {
|
|
162
|
+
height: 30px;
|
|
163
|
+
line-height: 30px;
|
|
164
|
+
border: none;
|
|
165
|
+
background-color: rgb(245, 249, 254);
|
|
166
|
+
input {
|
|
167
|
+
height: 30px !important;
|
|
168
|
+
line-height: 30px;
|
|
169
|
+
outline: none;
|
|
170
|
+
}
|
|
171
|
+
.ant-select-selection-item {
|
|
172
|
+
height: 30px !important;
|
|
173
|
+
line-height: 30px;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
.qunj-list--title {
|
|
178
|
+
display: flex;
|
|
179
|
+
flex-direction: row;
|
|
180
|
+
justify-content: space-between;
|
|
181
|
+
align-items: center;
|
|
182
|
+
border-bottom: 1px solid rgb(235, 235, 235);
|
|
183
|
+
padding-bottom: 5px;
|
|
184
|
+
.ant-radio-wrapper {
|
|
185
|
+
font-size: 13px;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
.qunj-list--contract {
|
|
189
|
+
&.count {
|
|
190
|
+
width: 130px;
|
|
191
|
+
}
|
|
192
|
+
width: 110px;
|
|
193
|
+
text-align: right;
|
|
194
|
+
> span {
|
|
195
|
+
font-size: 14px;
|
|
196
|
+
}
|
|
197
|
+
.ant-input-number {
|
|
198
|
+
width: 60px;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
.qunj-list {
|
|
202
|
+
margin-top: 5px;
|
|
203
|
+
.qunj-list--item {
|
|
204
|
+
display: flex;
|
|
205
|
+
flex-direction: row;
|
|
206
|
+
justify-content: space-between;
|
|
207
|
+
align-items: center;
|
|
208
|
+
line-height: 32px;
|
|
209
|
+
.ant-checkbox-wrapper {
|
|
210
|
+
font-size: 13px;
|
|
211
|
+
line-height: 22px;
|
|
212
|
+
flex: 1;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.qunj-detail--wrap {
|
|
219
|
+
text-align: left;
|
|
220
|
+
width: 100%;
|
|
221
|
+
padding: 8px 0;
|
|
222
|
+
height: 100%;
|
|
223
|
+
min-height: 150px;
|
|
224
|
+
.qunj-detail--title {
|
|
225
|
+
display: flex;
|
|
226
|
+
flex-direction: row;
|
|
227
|
+
justify-content: flex-start;
|
|
228
|
+
align-items: center;
|
|
229
|
+
border-bottom: 1px solid rgb(235, 235, 235);
|
|
230
|
+
padding-bottom: 5px;
|
|
231
|
+
.qunj-detail--code {
|
|
232
|
+
width: 160px;
|
|
233
|
+
height: 32px;
|
|
234
|
+
background: rgb(252, 236, 200);
|
|
235
|
+
border-radius: 4px;
|
|
236
|
+
padding: 0px 10px;
|
|
237
|
+
line-height: 32px;
|
|
238
|
+
margin-right: 10px;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
.qunj-detail--info {
|
|
242
|
+
border-bottom: 1px solid rgb(235, 235, 235);
|
|
243
|
+
padding-bottom: 5px;
|
|
244
|
+
margin-bottom: 5px;
|
|
245
|
+
font-size: 13px;
|
|
246
|
+
color: rgb(136, 136, 136);
|
|
247
|
+
span {
|
|
248
|
+
color: #333;
|
|
249
|
+
}
|
|
250
|
+
.qunj-detail--address {
|
|
251
|
+
display: flex;
|
|
252
|
+
flex-direction: row;
|
|
253
|
+
justify-content: flex-start;
|
|
254
|
+
align-items: center;
|
|
255
|
+
.qunj-detail--type {
|
|
256
|
+
margin-right: 20px;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
.qunj-detail--list {
|
|
261
|
+
.qunj-detail--item {
|
|
262
|
+
display: flex;
|
|
263
|
+
flex-direction: row;
|
|
264
|
+
justify-content: space-between;
|
|
265
|
+
align-items: center;
|
|
266
|
+
line-height: 28px;
|
|
267
|
+
span {
|
|
268
|
+
padding: 0 4px;
|
|
269
|
+
}
|
|
270
|
+
> div:first-child {
|
|
271
|
+
flex: 1;
|
|
272
|
+
line-height: 22px;
|
|
273
|
+
}
|
|
274
|
+
> div:last-child {
|
|
275
|
+
width: 80px;
|
|
276
|
+
text-align: right;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.file-add--wrap {
|
|
283
|
+
width: 100%;
|
|
284
|
+
height: 100%;
|
|
285
|
+
position: relative;
|
|
286
|
+
.file-add--btn {
|
|
287
|
+
position: sticky;
|
|
288
|
+
top: 20px;
|
|
289
|
+
}
|
|
290
|
+
.file-add--fragment {
|
|
291
|
+
height: 20px;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.file-operation--wrap {
|
|
296
|
+
padding: 4px;
|
|
297
|
+
.file-operation--list {
|
|
298
|
+
font-size: 13px;
|
|
299
|
+
> button {
|
|
300
|
+
font-size: 13px;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
.file-operation--title {
|
|
304
|
+
margin-bottom: 0;
|
|
305
|
+
}
|
|
306
|
+
.file-operation--isWater {
|
|
307
|
+
.ant-checkbox-wrapper {
|
|
308
|
+
font-size: 13px;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.contract-comparison--wrap {
|
|
314
|
+
display: flex;
|
|
315
|
+
align-items: center;
|
|
316
|
+
justify-content: center;
|
|
317
|
+
flex-direction: column;
|
|
318
|
+
> button {
|
|
319
|
+
font-size: 13px;
|
|
320
|
+
}
|
|
321
|
+
.ant-checkbox-wrapper {
|
|
322
|
+
font-size: 13px;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.batch-download--container {
|
|
328
|
+
> span.electron-file-upload {
|
|
329
|
+
margin-right: 10px;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "./index.less";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.ztxk-footer {
|
|
2
|
+
background-color: @bg-white;
|
|
3
|
+
height: @footer-height;
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
padding-left: 10px;
|
|
7
|
+
z-index: 20;
|
|
8
|
+
.ztxk-footer--group {
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
.ztxk-pagination {
|
|
12
|
+
margin-right: @margin-base;
|
|
13
|
+
}
|
|
14
|
+
> button {
|
|
15
|
+
margin-right: @margin-base;
|
|
16
|
+
&:last-child {
|
|
17
|
+
margin-right: 0;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.footer-pagination {
|
|
22
|
+
color: @text-color;
|
|
23
|
+
> span {
|
|
24
|
+
color: @link-color;
|
|
25
|
+
padding: 0 2px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
.ztxk-form {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: space-between;
|
|
4
|
+
background: rgb(255, 255, 255);
|
|
5
|
+
padding: 0;
|
|
6
|
+
.ztxk-form--detault-dom {
|
|
7
|
+
border-radius: 0px 4px 4px 0px;
|
|
8
|
+
min-height: 32px;
|
|
9
|
+
transition: all 0.3s;
|
|
10
|
+
border: 1px solid #d9d9d9;
|
|
11
|
+
border-left: none;
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
padding: 4px 11px;
|
|
15
|
+
}
|
|
16
|
+
.ztxk-form--tip-dom {
|
|
17
|
+
border-radius: 0px 4px 4px 0px;
|
|
18
|
+
min-height: 32px;
|
|
19
|
+
transition: all 0.3s;
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
padding: 4px 11px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// 如果是背景模式
|
|
26
|
+
// &.ztxk-form--list {
|
|
27
|
+
// .ztxk-form__item--wrap {
|
|
28
|
+
// padding-bottom: 0;
|
|
29
|
+
// padding-right: 0;
|
|
30
|
+
// .ant-form-item .ant-form-item-label {
|
|
31
|
+
// border-radius: 0;
|
|
32
|
+
// }
|
|
33
|
+
// .ant-form-item * {
|
|
34
|
+
// border-radius: 0;
|
|
35
|
+
// }
|
|
36
|
+
// }
|
|
37
|
+
// }
|
|
38
|
+
|
|
39
|
+
// 底部边框
|
|
40
|
+
&.ztxk-form--bottom-border {
|
|
41
|
+
border-bottom: 1px solid @col-head-bg;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// 左侧容器样式
|
|
45
|
+
.ztxk-form__left {
|
|
46
|
+
flex: 1;
|
|
47
|
+
position: relative;
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
transition: max-height 0.3s ease-out;
|
|
50
|
+
&.ztxk-form__left--flex {
|
|
51
|
+
display: flex;
|
|
52
|
+
flex-wrap: wrap;
|
|
53
|
+
flex-grow: 1;
|
|
54
|
+
.ant-form-item-has-error {
|
|
55
|
+
&.ztxk-form__item--direction-column {
|
|
56
|
+
border-color: #ff8888 !important;
|
|
57
|
+
}
|
|
58
|
+
.ant-form-item-label,
|
|
59
|
+
.ant-form-item-label label {
|
|
60
|
+
border-color: #ff8888 !important;
|
|
61
|
+
}
|
|
62
|
+
.ant-select-selector {
|
|
63
|
+
border-color: #ff8888 !important;
|
|
64
|
+
}
|
|
65
|
+
.ant-picker {
|
|
66
|
+
border-color: #ff8888 !important;
|
|
67
|
+
}
|
|
68
|
+
.ant-input,
|
|
69
|
+
.ant-input-affix-wrapper {
|
|
70
|
+
border-color: #ff8888 !important;
|
|
71
|
+
}
|
|
72
|
+
.city-picker-span {
|
|
73
|
+
border-color: #ff8888 !important;
|
|
74
|
+
}
|
|
75
|
+
.ant-radio-group,
|
|
76
|
+
.ant-checkbox-group {
|
|
77
|
+
border-color: #ff8888 !important;
|
|
78
|
+
}
|
|
79
|
+
&:hover {
|
|
80
|
+
.ant-form-item-label,
|
|
81
|
+
.ant-form-item-label label {
|
|
82
|
+
border-color: #ff8888 !important;
|
|
83
|
+
}
|
|
84
|
+
.ant-select-selector {
|
|
85
|
+
border-color: #ff8888 !important;
|
|
86
|
+
}
|
|
87
|
+
.ant-picker {
|
|
88
|
+
border-color: #ff8888 !important;
|
|
89
|
+
}
|
|
90
|
+
.ant-input,
|
|
91
|
+
.ant-input-affix-wrapper {
|
|
92
|
+
border-color: #ff8888 !important;
|
|
93
|
+
}
|
|
94
|
+
.city-picker-span {
|
|
95
|
+
border-color: #ff8888 !important;
|
|
96
|
+
}
|
|
97
|
+
.ztxk-form--detault-dom {
|
|
98
|
+
border-color: #ff8888 !important;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.ant-form-item-margin-offset {
|
|
102
|
+
margin-bottom: 0 !important;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
&.ztxk-form__left--flex-direction {
|
|
107
|
+
flex-direction: column;
|
|
108
|
+
> div {
|
|
109
|
+
flex: none;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// 中间配置容器
|
|
115
|
+
.ztxk-form--operation {
|
|
116
|
+
display: flex;
|
|
117
|
+
flex-direction: column;
|
|
118
|
+
align-items: center;
|
|
119
|
+
margin-right: 10px;
|
|
120
|
+
.ztxk-dynamic-setting {
|
|
121
|
+
position: relative;
|
|
122
|
+
cursor: pointer;
|
|
123
|
+
margin-top: 6px;
|
|
124
|
+
}
|
|
125
|
+
.ztxk-from--toggle {
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
margin-top: 4px;
|
|
128
|
+
> span {
|
|
129
|
+
transition: transform 0.4s ease 0s;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// 右侧容器
|
|
135
|
+
.ztxk-form__right {
|
|
136
|
+
display: flex;
|
|
137
|
+
> button.ant-btn {
|
|
138
|
+
margin-left: 10px;
|
|
139
|
+
margin-right: 0;
|
|
140
|
+
&:first-child {
|
|
141
|
+
margin-left: 0;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|