@zat-design/sisyphus-react 3.4.2-beta.15 → 3.4.2-beta.16

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.
@@ -0,0 +1,5019 @@
1
+ /** 顶部 */
2
+ .pro-layout-header {
3
+ position: fixed;
4
+ top: 0;
5
+ z-index: 101;
6
+ display: -webkit-box;
7
+ display: -webkit-flex;
8
+ display: -ms-flexbox;
9
+ display: flex;
10
+ -webkit-box-orient: horizontal;
11
+ -webkit-box-direction: normal;
12
+ -webkit-flex-direction: row;
13
+ -ms-flex-direction: row;
14
+ flex-direction: row;
15
+ -webkit-box-align: center;
16
+ -webkit-align-items: center;
17
+ -ms-flex-align: center;
18
+ align-items: center;
19
+ -webkit-box-pack: justify;
20
+ -webkit-justify-content: space-between;
21
+ -ms-flex-pack: justify;
22
+ justify-content: space-between;
23
+ width: 100%;
24
+ height: 48px;
25
+ padding: 0 32px 0px 0px;
26
+ line-height: 48px;
27
+ background: var(--zaui-base-bg, #ffffff);
28
+ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1) !important;
29
+ box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1) !important;
30
+ }
31
+ .pro-layout-header .pro-layout-header-actions .ant-avatar {
32
+ background: var(--zaui-brand, #006aff);
33
+ }
34
+ .pro-layout-header .pro-layout-header-logo {
35
+ display: -webkit-box;
36
+ display: -webkit-flex;
37
+ display: -ms-flexbox;
38
+ display: flex;
39
+ -webkit-box-flex: 200px;
40
+ -webkit-flex: 200px;
41
+ -ms-flex: 200px;
42
+ flex: 200px;
43
+ -webkit-box-align: center;
44
+ -webkit-align-items: center;
45
+ -ms-flex-align: center;
46
+ align-items: center;
47
+ width: 200px;
48
+ padding: 0;
49
+ background: var(--zaui-base-bg, #ffffff);
50
+ }
51
+ .pro-layout-header .pro-layout-header-logo span {
52
+ display: -webkit-box;
53
+ display: -webkit-flex;
54
+ display: -ms-flexbox;
55
+ display: flex;
56
+ -webkit-box-align: center;
57
+ -webkit-align-items: center;
58
+ -ms-flex-align: center;
59
+ align-items: center;
60
+ -webkit-box-pack: center;
61
+ -webkit-justify-content: center;
62
+ -ms-flex-pack: center;
63
+ justify-content: center;
64
+ width: 220px;
65
+ }
66
+ .pro-layout-header .pro-layout-header-logo .default-logo {
67
+ display: inline-block;
68
+ width: 120px;
69
+ height: auto;
70
+ }
71
+ .pro-layout-header .pro-layout-header-logo h4 {
72
+ font-size: var(--zaui-font-size-lg, 16px);
73
+ font-weight: 600;
74
+ color: #1D2129;
75
+ padding-left: var(--zaui-space-size-md, 16px);
76
+ position: relative;
77
+ margin: 0;
78
+ }
79
+ .pro-layout-header .pro-layout-header-logo h4::before {
80
+ content: '';
81
+ width: 1px;
82
+ height: 19px;
83
+ background: #DEE0E3;
84
+ position: absolute;
85
+ left: 0;
86
+ top: 50%;
87
+ -webkit-transform: translateY(-50%);
88
+ transform: translateY(-50%);
89
+ }
90
+ .pro-layout-header .pro-layout-header-logo a {
91
+ color: rgba(0, 0, 0, 0.85);
92
+ }
93
+ .pro-layout-header .pro-layout-header-logo .pro-layout-icon {
94
+ width: 200px;
95
+ height: 48px;
96
+ }
97
+ .pro-layout-header-logo {
98
+ height: 48px;
99
+ padding: 5px 0;
100
+ text-align: center;
101
+ background-color: #081838;
102
+ -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
103
+ transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
104
+ }
105
+ .pro-layout-header-logo > a {
106
+ display: -webkit-box;
107
+ display: -webkit-flex;
108
+ display: -ms-flexbox;
109
+ display: flex;
110
+ -webkit-box-align: center;
111
+ -webkit-align-items: center;
112
+ -ms-flex-align: center;
113
+ align-items: center;
114
+ text-decoration: none;
115
+ }
116
+ .pro-layout-header-logo > a:hover,
117
+ .pro-layout-header-logo > a:visited {
118
+ text-decoration: none !important;
119
+ }
120
+ .pro-layout-header-logo img {
121
+ height: 33px;
122
+ }
123
+ .pro-layout-header-logo h1 {
124
+ margin: 0.67em 0;
125
+ padding-left: 12px;
126
+ color: var(--zaui-text, #343434);
127
+ font-size: var(--zaui-font-size-xl, 18px);
128
+ }
129
+ .pro-layout-header-content {
130
+ -webkit-box-flex: 1;
131
+ -webkit-flex: auto;
132
+ -ms-flex: auto;
133
+ flex: auto;
134
+ }
135
+ .pro-layout-header-actions {
136
+ display: -webkit-box;
137
+ display: -webkit-flex;
138
+ display: -ms-flexbox;
139
+ display: flex;
140
+ -webkit-box-align: center;
141
+ -webkit-align-items: center;
142
+ -ms-flex-align: center;
143
+ align-items: center;
144
+ float: right;
145
+ }
146
+ .pro-layout-header-actions > .pro-layout-icon {
147
+ width: 26px;
148
+ height: 26px;
149
+ margin-right: 30px;
150
+ color: var(--zaui-text, #343434);
151
+ cursor: pointer;
152
+ -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
153
+ transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
154
+ }
155
+ .pro-layout-header-actions > .pro-layout-icon:hover {
156
+ color: var(--zaui-text, #343434);
157
+ }
158
+ .pro-layout-icon {
159
+ width: 20px;
160
+ height: 20px;
161
+ overflow: hidden;
162
+ vertical-align: middle;
163
+ fill: currentColor;
164
+ }
165
+ .pro-layout-menu-fold-list {
166
+ padding-top: 4px;
167
+ overflow-y: auto;
168
+ }
169
+ .pro-layout-menu-fold-list li {
170
+ width: 100%;
171
+ min-height: 48px;
172
+ padding: 12px;
173
+ overflow: hidden;
174
+ text-overflow: ellipsis;
175
+ }
176
+ .pro-layout-menu-fold-list li div {
177
+ display: -webkit-box;
178
+ display: -webkit-flex;
179
+ display: -ms-flexbox;
180
+ display: flex;
181
+ -webkit-box-align: center;
182
+ -webkit-align-items: center;
183
+ -ms-flex-align: center;
184
+ align-items: center;
185
+ -webkit-box-pack: center;
186
+ -webkit-justify-content: center;
187
+ -ms-flex-pack: center;
188
+ justify-content: center;
189
+ color: var(--zaui-text, #343434);
190
+ }
191
+ .pro-layout-menu-fold-list li div .pro-layout-icon {
192
+ -webkit-box-flex: 0;
193
+ -webkit-flex: 0 0 20px;
194
+ -ms-flex: 0 0 20px;
195
+ flex: 0 0 20px;
196
+ width: 20px;
197
+ height: 20px;
198
+ min-width: 20px;
199
+ color: #fff;
200
+ }
201
+ .pro-layout-menu-fold-list li div h2 {
202
+ -webkit-box-flex: 1;
203
+ -webkit-flex-grow: 1;
204
+ -ms-flex-positive: 1;
205
+ flex-grow: 1;
206
+ margin-bottom: 0;
207
+ opacity: 1;
208
+ -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
209
+ transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
210
+ display: none;
211
+ }
212
+ .pro-layout-menu-fold-list li:hover {
213
+ background: var(--ant-primary-8, #003eb3);
214
+ }
215
+ .pro-layout-menu-fold-list li i {
216
+ display: inline-block;
217
+ width: 19px;
218
+ color: #909090;
219
+ }
220
+ .pro-layout-menu-fold-list li h2 {
221
+ display: inline-block;
222
+ padding-left: var(--zaui-space-size-sm, 8px);
223
+ color: var(--zaui-base-bg, #ffffff);
224
+ font-weight: normal;
225
+ font-size: var(--zaui-font-size-md, 14px);
226
+ }
227
+ .pro-layout-menu-fold-list li.active {
228
+ background-color: var(--zaui-brand, #006AFF);
229
+ }
230
+ .pro-layout-menu-fold-list li.active a h2 {
231
+ color: var(--zaui-base-bg, #ffffff);
232
+ }
233
+ .pro-layout-menu-tooltip {
234
+ top: 48px !important;
235
+ -webkit-transform: none !important;
236
+ transform: none !important;
237
+ -webkit-transition: none !important;
238
+ transition: none !important;
239
+ }
240
+ .pro-layout-menu-tooltip.pro-layout-menu-tooltip-has-notice {
241
+ top: 80px !important;
242
+ }
243
+ .pro-layout-menu-tooltip.pro-layout-menu-tooltip-nav-open.ant-popover-placement-rightBottom,
244
+ .pro-layout-menu-tooltip.pro-layout-menu-tooltip-nav-open.ant-popover-placement-rightTop {
245
+ left: 220px !important;
246
+ }
247
+ .pro-layout-menu-tooltip.ant-popover-placement-rightBottom,
248
+ .pro-layout-menu-tooltip.ant-popover-placement-rightTop {
249
+ position: fixed;
250
+ z-index: 1001;
251
+ left: 49px !important;
252
+ padding-left: 0;
253
+ }
254
+ .pro-layout-menu-tooltip .ant-popover-inner-content {
255
+ padding: 0;
256
+ }
257
+ .pro-layout-menu-tooltip .ant-popover-content > .ant-popover-arrow {
258
+ display: none;
259
+ }
260
+ .pro-layout-menu-tooltip .ant-popover-content .ant-popover-inner {
261
+ padding: 0;
262
+ -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
263
+ box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
264
+ }
265
+ .pro-layout-open-menu {
266
+ color: #fff;
267
+ }
268
+ .pro-layout-open-menu .ant-menu-root {
269
+ overflow-y: auto !important;
270
+ }
271
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-submenu-title,
272
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-item.ant-menu-item-only-child {
273
+ padding-left: 16px !important;
274
+ }
275
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
276
+ background: #1a202d;
277
+ }
278
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title,
279
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-item-only-child,
280
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item-only-child {
281
+ padding-left: 16px !important;
282
+ }
283
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
284
+ height: auto;
285
+ min-height: 48px;
286
+ margin: 0;
287
+ padding-top: 12px;
288
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
289
+ }
290
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child h2 {
291
+ height: auto !important;
292
+ line-height: initial !important;
293
+ white-space: pre-wrap;
294
+ }
295
+ .pro-layout-open-menu .ant-menu-root .ant-menu-item {
296
+ padding-left: 30px !important;
297
+ }
298
+ .pro-layout-open-menu .ant-menu-root .ant-menu-item::after {
299
+ display: none;
300
+ }
301
+ .pro-layout-open-menu .ant-menu-inline .ant-menu-submenu-title {
302
+ margin: 0;
303
+ }
304
+ .pro-layout-open-menu .ant-menu-item:hover,
305
+ .pro-layout-open-menu .ant-menu-submenu-title:hover {
306
+ background: var(--ant-primary-8, #003eb3);
307
+ }
308
+ .pro-layout-open-menu .ant-menu-item:hover h2,
309
+ .pro-layout-open-menu .ant-menu-submenu-title:hover h2 {
310
+ color: #fff;
311
+ }
312
+ .pro-layout-open-menu .ant-menu.ant-menu-dark {
313
+ overflow-x: hidden;
314
+ background: #1a202d;
315
+ }
316
+ .pro-layout-open-menu .ant-menu.ant-menu-dark .ant-menu-item-only-child:hover {
317
+ background: var(--ant-primary-8, #003eb3);
318
+ }
319
+ .pro-layout-open-menu .ant-menu.ant-menu-dark .ant-menu-item-only-child:hover h2 {
320
+ color: #fff;
321
+ }
322
+ .pro-layout-open-menu .ant-menu-item-selected {
323
+ background: var(--zaui-brand, #006aff) !important;
324
+ }
325
+ .pro-layout-open-menu .ant-menu-item-selected h2 {
326
+ color: #fff !important;
327
+ }
328
+ .pro-layout-open-menu .ant-menu-sub.ant-menu-inline > .ant-menu-item,
329
+ .pro-layout-open-menu .ant-menu-submenu-title {
330
+ height: auto !important;
331
+ min-height: 48px;
332
+ margin: 0;
333
+ padding: 12px 0;
334
+ line-height: initial !important;
335
+ white-space: pre-wrap;
336
+ }
337
+ .pro-layout-open-menu .ant-menu-title-content div {
338
+ display: -webkit-box;
339
+ display: -webkit-flex;
340
+ display: -ms-flexbox;
341
+ display: flex;
342
+ -webkit-box-align: center;
343
+ -webkit-align-items: center;
344
+ -ms-flex-align: center;
345
+ align-items: center;
346
+ -webkit-box-pack: left;
347
+ -webkit-justify-content: left;
348
+ -ms-flex-pack: left;
349
+ justify-content: left;
350
+ }
351
+ .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
352
+ -webkit-box-flex: 0;
353
+ -webkit-flex: 0 0 20px;
354
+ -ms-flex: 0 0 20px;
355
+ flex: 0 0 20px;
356
+ width: 20px;
357
+ height: 20px;
358
+ color: #cacaca;
359
+ }
360
+ .pro-layout-open-menu .ant-menu-title-content div h2 {
361
+ display: inline-block;
362
+ -webkit-box-flex: 1;
363
+ -webkit-flex-grow: 1;
364
+ -ms-flex-positive: 1;
365
+ flex-grow: 1;
366
+ margin-bottom: 0;
367
+ padding-left: 12px;
368
+ color: #cacaca;
369
+ font-weight: 400;
370
+ font-size: var(--zaui-font-size-md, 14px);
371
+ opacity: 1;
372
+ -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
373
+ transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
374
+ }
375
+ .pro-layout-open-menu .anticon-caret-down {
376
+ top: auto;
377
+ color: #cacaca;
378
+ -webkit-transform: rotateZ(0deg);
379
+ transform: rotateZ(0deg);
380
+ -webkit-transition: all 0.1s ease-in;
381
+ transition: all 0.1s ease-in;
382
+ }
383
+ .pro-layout-open-menu .ant-menu-submenu-open .anticon-caret-down {
384
+ color: #fff;
385
+ -webkit-transform: rotateZ(180deg);
386
+ transform: rotateZ(180deg);
387
+ }
388
+ .pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline .anticon-caret-down {
389
+ color: #cacaca;
390
+ -webkit-transform: rotateZ(0deg);
391
+ transform: rotateZ(0deg);
392
+ }
393
+ .pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline.ant-menu-submenu-open .anticon-caret-down {
394
+ color: #fff;
395
+ -webkit-transform: rotateZ(180deg);
396
+ transform: rotateZ(180deg);
397
+ }
398
+ .pro-layout-open-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon {
399
+ color: #fff;
400
+ }
401
+ .pro-layout-open-menu .ant-menu-item-selected .ant-menu-title-content h2 {
402
+ font-weight: bold !important;
403
+ }
404
+ .pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div .pro-layout-icon {
405
+ color: #fff;
406
+ }
407
+ .pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div h2 {
408
+ color: #fff;
409
+ }
410
+ .pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div .pro-layout-icon {
411
+ color: #cacaca;
412
+ }
413
+ .pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div h2 {
414
+ color: #cacaca;
415
+ font-weight: 400;
416
+ }
417
+ .pro-layout-sider-menu {
418
+ width: 220px;
419
+ background: #fff;
420
+ }
421
+ .pro-layout-sider-menu h2 {
422
+ margin-bottom: 0;
423
+ padding: 16px 16px 8px;
424
+ color: var(--zaui-text, #343434);
425
+ color: var(--zaui-text);
426
+ font-weight: 500;
427
+ font-size: var(--zaui-font-size-lg, 16px);
428
+ line-height: inherit;
429
+ text-align: left;
430
+ }
431
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list {
432
+ overflow-y: auto;
433
+ }
434
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu-item-selected {
435
+ background-color: var(--ant-primary-1, #e6f4ff) !important;
436
+ }
437
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu-item-selected h2 {
438
+ color: var(--zaui-brand, #006aff) !important;
439
+ }
440
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu-item-selected::after {
441
+ border-right-color: var(--ant-primary-1, #e6f4ff);
442
+ }
443
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu {
444
+ overflow-x: hidden;
445
+ overflow-y: auto;
446
+ }
447
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item-only-child .ant-menu-title-content .pro-layout-open-menu-lv1 h2 {
448
+ padding-right: 0;
449
+ }
450
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div h2 {
451
+ padding: 0;
452
+ padding-right: 12px;
453
+ color: var(--zaui-text);
454
+ }
455
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content .pro-layout-open-menu-lv1 h2 {
456
+ padding-right: 26px;
457
+ color: var(--zaui-text);
458
+ font-weight: 500;
459
+ }
460
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon {
461
+ margin-right: 12px;
462
+ }
463
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon.pro-layout-icon-empty {
464
+ display: none;
465
+ }
466
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon.pro-layout-icon-empty ~ h2 {
467
+ margin-left: var(--zaui-space-size-md, 16px);
468
+ }
469
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .pro-layout-icon {
470
+ color: var(--zaui-text, #343434) !important;
471
+ fill: currentColor;
472
+ }
473
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub {
474
+ overflow: hidden;
475
+ background: #fff;
476
+ }
477
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title:hover,
478
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item:hover {
479
+ color: #fff;
480
+ background-color: #f2f2f2;
481
+ }
482
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item {
483
+ margin: 0;
484
+ }
485
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .anticon-caret-down {
486
+ color: #909090;
487
+ }
488
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title,
489
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-root > .ant-menu-item-only-child,
490
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub.ant-menu-inline > .ant-menu-item {
491
+ min-height: 40px;
492
+ padding-top: 10px;
493
+ padding-bottom: 10px;
494
+ }
495
+ /** 侧边栏 + 内容区 */
496
+ .pro-layout-row {
497
+ -webkit-box-orient: vertical;
498
+ -webkit-box-direction: normal;
499
+ -webkit-flex-direction: column;
500
+ -ms-flex-direction: column;
501
+ flex-direction: column;
502
+ /** 内容区 */
503
+ }
504
+ .pro-layout-row .pro-layout-menu-open .pro-layout-arrow {
505
+ -webkit-transform: rotate(225deg);
506
+ transform: rotate(225deg);
507
+ }
508
+ .pro-layout-row .pro-layout-arrow {
509
+ width: 10px;
510
+ height: 10px;
511
+ margin-left: -5px;
512
+ background-color: transparent;
513
+ /* 模块背景为透明 */
514
+ border-color: #fff;
515
+ border-style: solid;
516
+ border-width: 2px 2px 0 0;
517
+ -webkit-transform: rotate(45deg);
518
+ transform: rotate(45deg);
519
+ }
520
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li {
521
+ display: -webkit-box;
522
+ display: -webkit-flex;
523
+ display: -ms-flexbox;
524
+ display: flex;
525
+ -webkit-box-align: center;
526
+ -webkit-align-items: center;
527
+ -ms-flex-align: center;
528
+ align-items: center;
529
+ -webkit-box-pack: center;
530
+ -webkit-justify-content: center;
531
+ -ms-flex-pack: center;
532
+ justify-content: center;
533
+ }
534
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li div {
535
+ width: 20px;
536
+ }
537
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li a {
538
+ width: 20px;
539
+ }
540
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li h2 {
541
+ display: inline-block;
542
+ white-space: nowrap;
543
+ opacity: 0;
544
+ -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
545
+ transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
546
+ }
547
+ .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content {
548
+ margin-left: 220px !important;
549
+ }
550
+ .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content .pro-layout-content {
551
+ margin-left: 0 !important;
552
+ }
553
+ .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content.pro-layout-content-left-pure {
554
+ margin-left: 0 !important;
555
+ }
556
+ .pro-layout-row.pro-layout-has-notice .pro-layout-menu {
557
+ top: 80px;
558
+ }
559
+ .pro-layout-row.pro-layout-has-notice .pro-layout-menu #nav-list {
560
+ height: calc(100vh - 128px);
561
+ }
562
+ .pro-layout-row.pro-layout-has-notice .pro-layout-content {
563
+ min-height: calc(100vh - 80px);
564
+ margin-top: 80px;
565
+ }
566
+ .pro-layout-row .pro-layout-menu {
567
+ position: fixed;
568
+ top: 48px;
569
+ left: 0;
570
+ z-index: 99;
571
+ width: 48px;
572
+ height: 100vh;
573
+ min-height: 100%;
574
+ padding: 0;
575
+ overflow-x: hidden;
576
+ overflow-y: auto;
577
+ background-color: #1a202d;
578
+ -webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
579
+ transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
580
+ }
581
+ .pro-layout-row .pro-layout-menu.pro-layout-menu-open {
582
+ width: 220px;
583
+ }
584
+ .pro-layout-row .pro-layout-content {
585
+ z-index: 1;
586
+ -webkit-box-flex: 1;
587
+ -webkit-flex: auto;
588
+ -ms-flex: auto;
589
+ flex: auto;
590
+ min-height: calc(100vh - 48px);
591
+ margin-top: 48px;
592
+ margin-left: 48px;
593
+ padding: 0 var(--zaui-space-size-md, 16px);
594
+ -webkit-transition: all 0.3s ease-in-out;
595
+ transition: all 0.3s ease-in-out;
596
+ }
597
+ .pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed {
598
+ left: 0;
599
+ width: 220px;
600
+ }
601
+ .pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed img {
602
+ -webkit-transform: rotate(-180deg);
603
+ transform: rotate(-180deg);
604
+ }
605
+ .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed {
606
+ position: fixed;
607
+ bottom: 0;
608
+ left: 0;
609
+ z-index: 2;
610
+ display: -webkit-box;
611
+ display: -webkit-flex;
612
+ display: -ms-flexbox;
613
+ display: flex;
614
+ -webkit-box-align: center;
615
+ -webkit-align-items: center;
616
+ -ms-flex-align: center;
617
+ align-items: center;
618
+ -webkit-box-pack: center;
619
+ -webkit-justify-content: center;
620
+ -ms-flex-pack: center;
621
+ justify-content: center;
622
+ width: 48px;
623
+ height: 48px;
624
+ background: #292f3b;
625
+ -webkit-transition: all 0.3s ease;
626
+ transition: all 0.3s ease;
627
+ }
628
+ .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed:hover {
629
+ background-color: rgba(185, 185, 189, 0.1);
630
+ }
631
+ .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed img {
632
+ display: inline-block;
633
+ width: 20px;
634
+ height: 20px;
635
+ }
636
+ .pro-layout-row .pro-layout-menu-open ~ .pro-layout-content {
637
+ margin-left: 220px !important;
638
+ }
639
+ /** 告知区 */
640
+ .pro-layout-header-notice {
641
+ position: fixed;
642
+ top: 48px;
643
+ z-index: 101;
644
+ display: -webkit-box;
645
+ display: -webkit-flex;
646
+ display: -ms-flexbox;
647
+ display: flex;
648
+ -webkit-box-align: center;
649
+ -webkit-align-items: center;
650
+ -ms-flex-align: center;
651
+ align-items: center;
652
+ -webkit-box-pack: center;
653
+ -webkit-justify-content: center;
654
+ -ms-flex-pack: center;
655
+ justify-content: center;
656
+ width: 100%;
657
+ min-height: 32px;
658
+ color: var(--zaui-text, #343434);
659
+ line-height: 32px;
660
+ text-align: center;
661
+ background: var(--ant-primary-1, #e6f4ff);
662
+ }
663
+ .pro-layout-header-notice img {
664
+ width: 16px;
665
+ margin-right: var(--zaui-space-size-sm, 8px);
666
+ }
667
+ .pro-layout-header-notice .pro-layout-header-notice-close {
668
+ position: absolute;
669
+ right: 0;
670
+ display: block;
671
+ padding: 0 var(--zaui-space-size-md, 16px);
672
+ cursor: pointer;
673
+ }
674
+ .pro-layout-header-notice .pro-layout-header-notice-close img {
675
+ width: 12px;
676
+ margin-right: 0;
677
+ }
678
+ .pro-collapse .pro-collapse-icon {
679
+ max-width: 18px;
680
+ min-width: 16px;
681
+ }
682
+ .pro-collapse .pro-collapse-icon img {
683
+ vertical-align: sub;
684
+ }
685
+ .pro-collapse.pro-collapse-no-title .ant-collapse-header {
686
+ display: none !important;
687
+ }
688
+ .pro-collapse.pro-collapse-no-title .pro-collapse-level2 .ant-collapse-header {
689
+ display: block !important;
690
+ }
691
+ .pro-collapse.ant-collapse .pro-collapse-panel {
692
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
693
+ }
694
+ .pro-collapse .ant-collapse-header {
695
+ -webkit-box-align: center !important;
696
+ -webkit-align-items: center !important;
697
+ -ms-flex-align: center !important;
698
+ align-items: center !important;
699
+ padding: 10px var(--zaui-space-size-md, 16px) !important;
700
+ background: var(--zaui-area, #fafafa);
701
+ }
702
+ .pro-collapse .ant-collapse-header-text {
703
+ color: var(--zaui-text, #343434);
704
+ font-weight: 500;
705
+ font-size: var(--zaui-font-size-lg, 16px);
706
+ }
707
+ .pro-collapse .ant-collapse-expand-icon {
708
+ color: #999;
709
+ }
710
+ .pro-collapse.ant-collapse-borderless .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
711
+ padding: 0;
712
+ }
713
+ .pro-collapse .ant-collapse-content-box {
714
+ padding: 0;
715
+ }
716
+ .pro-collapse .ant-collapse-content-box .pro-collapse-content {
717
+ padding: var(--zaui-space-size-md, 16px);
718
+ padding-top: var(--zaui-space-size-sm, 8px);
719
+ padding-bottom: 0;
720
+ background: var(--zaui-base-bg, #ffffff);
721
+ }
722
+ .pro-collapse.pro-collapse-level2 {
723
+ margin-top: var(--zaui-space-size-md, 16px);
724
+ background: var(--zaui-base-bg, #ffffff);
725
+ }
726
+ .pro-collapse.pro-collapse-level2 .pro-collapse-panel {
727
+ margin-bottom: 0;
728
+ }
729
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header {
730
+ padding: 0 !important;
731
+ background: var(--zaui-base-bg, #ffffff);
732
+ }
733
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text {
734
+ position: relative;
735
+ padding-left: 15px;
736
+ font-size: var(--zaui-font-size, 14px);
737
+ }
738
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text::before {
739
+ position: absolute;
740
+ top: 50%;
741
+ left: 0;
742
+ width: 4px;
743
+ height: 14px;
744
+ background: var(--zaui-brand);
745
+ border-radius: var(--zaui-border-radius-card, 4px);
746
+ -webkit-transform: translateY(-50%);
747
+ transform: translateY(-50%);
748
+ content: '';
749
+ }
750
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-extra .extra-info {
751
+ margin-right: var(--zaui-space-size-sm, 8px);
752
+ }
753
+ .pro-collapse.pro-collapse-level2 .pro-collapse-content {
754
+ padding-top: var(--zaui-space-size-sm, 8px) !important;
755
+ }
756
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header {
757
+ padding: 0 8px 6px !important;
758
+ border-bottom: 1px solid #dee0e3;
759
+ margin: 0 -8px;
760
+ }
761
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header .ant-collapse-arrow {
762
+ right: 8px;
763
+ }
764
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-extra .extra-info {
765
+ margin-right: var(--zaui-space-size-lg, 32px);
766
+ }
767
+ .pro-collapse.pro-collapse-level2 .pro-collapse-content {
768
+ padding: 0;
769
+ }
770
+ .pro-collapse.pro-collapse-level2.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
771
+ .pro-collapse.pro-collapse-level2 .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
772
+ color: var(--zaui-text, #343434);
773
+ cursor: default;
774
+ }
775
+ .pro-collapse.pro-collapse-level2 .ant-collapse-expand-icon {
776
+ display: none;
777
+ }
778
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-expand-icon {
779
+ display: block;
780
+ }
781
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-no-collapse .ant-collapse-expand-icon {
782
+ display: none;
783
+ }
784
+ .pro-collapse .ant-collapse-extra .extra-info {
785
+ margin-right: 24px;
786
+ }
787
+ .pro-collapse.pro-collapse-list .ant-descriptions-view {
788
+ margin: 0 -8px;
789
+ }
790
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > th,
791
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > td {
792
+ padding: var(--zaui-space-size-sm, 8px) 0;
793
+ background: #fafafa;
794
+ }
795
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > th.ant-descriptions-item,
796
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > td.ant-descriptions-item {
797
+ padding-left: 23px;
798
+ }
799
+ .pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child {
800
+ position: relative;
801
+ }
802
+ .pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child::before {
803
+ position: absolute;
804
+ top: 50%;
805
+ left: 8px;
806
+ width: 4px;
807
+ height: 14px;
808
+ background: var(--zaui-brand);
809
+ border-radius: var(--zaui-border-radius-card, 4px);
810
+ -webkit-transform: translateY(-50%);
811
+ transform: translateY(-50%);
812
+ content: '';
813
+ }
814
+ .pro-collapse.pro-collapse-list .ant-descriptions-item-container .ant-descriptions-item-label,
815
+ .pro-collapse.pro-collapse-list .ant-descriptions-item-container .ant-descriptions-item-content {
816
+ color: #0a0a0a !important;
817
+ font-weight: 500 !important;
818
+ font-size: var(--zaui-font-size, 14px);
819
+ }
820
+ .pro-footer {
821
+ position: fixed;
822
+ right: 0;
823
+ bottom: 0;
824
+ z-index: 98;
825
+ width: 100%;
826
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
827
+ background: var(--zaui-base-bg, #ffffff);
828
+ -webkit-box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
829
+ box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
830
+ }
831
+ .back-button-container.ant-btn {
832
+ color: var(--zaui-text);
833
+ font-weight: 400;
834
+ background: var(--zaui-disabled-bg);
835
+ border: none;
836
+ }
837
+ .back-button-container.ant-btn:hover {
838
+ color: var(--zaui-aide-text);
839
+ background: var(--zaui-disabled-bg);
840
+ border: none;
841
+ }
842
+ .back-button-container.ant-btn:active,
843
+ .back-button-container.ant-btn:focus {
844
+ color: var(--zaui-text);
845
+ font-weight: 400;
846
+ background: var(--zaui-disabled-bg);
847
+ }
848
+ .pro-header {
849
+ padding: 16px 0 0 0 !important;
850
+ background-color: var(--zaui-base-bg, #ffffff);
851
+ -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
852
+ box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
853
+ }
854
+ .pro-header.pro-header-no-back.pro-header-has-describe .pro-header-top {
855
+ padding-left: var(--zaui-space-size-md, 16px);
856
+ }
857
+ .pro-header.pro-header-no-back .pro-header-top {
858
+ padding-left: 0;
859
+ }
860
+ .pro-header.pro-header-no-back .pro-header-left.pro-header-left-space {
861
+ margin-left: 0 !important;
862
+ }
863
+ .pro-header.pro-header-no-describe {
864
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
865
+ -webkit-box-shadow: none;
866
+ box-shadow: none;
867
+ }
868
+ .pro-header.pro-header-no-describe .pro-header-title,
869
+ .pro-header.pro-header-no-describe .pro-header-top {
870
+ margin: 0;
871
+ padding: 0;
872
+ }
873
+ .pro-header.pro-header-fixed.pro-header-no-describe .pro-header-top {
874
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
875
+ }
876
+ .pro-header .pro-header-describe a {
877
+ color: var(--zaui-link, #006aff);
878
+ }
879
+ .pro-header .pro-header-copy {
880
+ display: -webkit-box;
881
+ display: -webkit-flex;
882
+ display: -ms-flexbox;
883
+ display: flex;
884
+ -webkit-box-align: center;
885
+ -webkit-align-items: center;
886
+ -ms-flex-align: center;
887
+ align-items: center;
888
+ width: 16px;
889
+ margin-bottom: 0;
890
+ }
891
+ .pro-header .pro-header-copy .ant-typography-copy-success svg {
892
+ display: inline-block;
893
+ width: 16px;
894
+ height: 16px;
895
+ fill: var(--zaui-success, #00ae4d);
896
+ }
897
+ .pro-header .pro-header-copy .drag-icon div {
898
+ display: -webkit-box;
899
+ display: -webkit-flex;
900
+ display: -ms-flexbox;
901
+ display: flex;
902
+ }
903
+ .pro-header .pro-header-copy .drag-icon svg {
904
+ display: inline-block;
905
+ width: 16px;
906
+ height: 16px;
907
+ fill: var(--zaui-brand, #006aff);
908
+ }
909
+ .pro-header .pro-header-tag {
910
+ display: inline-block;
911
+ padding: 4px 8px;
912
+ color: var(--zaui-brand, #006aff);
913
+ font-weight: normal;
914
+ font-size: var(--zaui-font-size-sm, 12px);
915
+ line-height: 16px;
916
+ white-space: pre;
917
+ background: var(--ant-primary-1, #e6f4ff);
918
+ border-radius: var(--zaui-border-radius-card, 4px);
919
+ }
920
+ .pro-header .pro-header-title {
921
+ padding: 0 var(--zaui-space-size-md, 16px);
922
+ font-weight: 500;
923
+ font-size: var(--zaui-font-size-xl, 18px);
924
+ line-height: 22px;
925
+ }
926
+ .pro-header.pro-header-fixed {
927
+ position: -webkit-sticky;
928
+ position: sticky;
929
+ z-index: 101;
930
+ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
931
+ box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
932
+ }
933
+ .pro-header.pro-header-shadow {
934
+ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
935
+ box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
936
+ }
937
+ .pro-header .ant-breadcrumb li {
938
+ color: #1d2129;
939
+ font-weight: 500;
940
+ }
941
+ .pro-header .ant-breadcrumb .ant-breadcrumb-link {
942
+ display: -webkit-inline-box;
943
+ display: -webkit-inline-flex;
944
+ display: -ms-inline-flexbox;
945
+ display: inline-flex;
946
+ font-size: var(--zaui-font-size-xl, 18px);
947
+ }
948
+ .pro-header .ant-breadcrumb .ant-breadcrumb-separator {
949
+ margin: 0 var(--zaui-space-size-xs, 4px);
950
+ color: #1d2129;
951
+ font-weight: 500;
952
+ font-size: var(--zaui-font-size-xl, 18px);
953
+ }
954
+ .pro-header .pro-header-top {
955
+ display: -webkit-box;
956
+ display: -webkit-flex;
957
+ display: -ms-flexbox;
958
+ display: flex;
959
+ -webkit-box-align: center;
960
+ -webkit-align-items: center;
961
+ -ms-flex-align: center;
962
+ align-items: center;
963
+ -webkit-box-pack: justify;
964
+ -webkit-justify-content: space-between;
965
+ -ms-flex-pack: justify;
966
+ justify-content: space-between;
967
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
968
+ padding: 0 var(--zaui-space-size-md, 16px);
969
+ }
970
+ .pro-header .pro-header-top .pro-header-left {
971
+ display: -webkit-box;
972
+ display: -webkit-flex;
973
+ display: -ms-flexbox;
974
+ display: flex;
975
+ -webkit-box-align: center;
976
+ -webkit-align-items: center;
977
+ -ms-flex-align: center;
978
+ align-items: center;
979
+ margin-right: var(--zaui-space-size-md, 16px);
980
+ }
981
+ .pro-header .pro-header-top .pro-header-left.pro-header-left-space {
982
+ margin-left: var(--zaui-space-size-md, 16px);
983
+ }
984
+ .pro-header .pro-header-top .pro-header-left ul {
985
+ display: -webkit-box;
986
+ display: -webkit-flex;
987
+ display: -ms-flexbox;
988
+ display: flex;
989
+ -webkit-box-align: center;
990
+ -webkit-align-items: center;
991
+ -ms-flex-align: center;
992
+ align-items: center;
993
+ }
994
+ .pro-header .pro-header-top .pro-header-left ul li {
995
+ display: -webkit-box;
996
+ display: -webkit-flex;
997
+ display: -ms-flexbox;
998
+ display: flex;
999
+ color: #1d2129;
1000
+ font-weight: 500;
1001
+ font-size: var(--zaui-font-size-xl, 18px);
1002
+ }
1003
+ .pro-header .pro-header-top .pro-header-left ul li .breadcrumb-value {
1004
+ display: inline-block;
1005
+ }
1006
+ .pro-header .pro-header-top .pro-header-left ul li > span {
1007
+ display: -webkit-box;
1008
+ display: -webkit-flex;
1009
+ display: -ms-flexbox;
1010
+ display: flex;
1011
+ }
1012
+ .pro-header .pro-header-top .pro-header-left ul li .omit {
1013
+ overflow: hidden;
1014
+ white-space: nowrap;
1015
+ text-overflow: ellipsis;
1016
+ }
1017
+ .pro-header .pro-header-top .pro-header-left ul li b {
1018
+ font-size: var(--zaui-font-size-lg, 16px);
1019
+ }
1020
+ .pro-header .pro-header-top .pro-header-left ul li .ant-typography {
1021
+ display: -webkit-box;
1022
+ display: -webkit-flex;
1023
+ display: -ms-flexbox;
1024
+ display: flex;
1025
+ margin-bottom: 0;
1026
+ }
1027
+ .pro-header .pro-header-top .pro-header-left ul li.version {
1028
+ height: 24px;
1029
+ padding: 0 var(--zaui-space-size-sm, 8px);
1030
+ color: var(--zaui-brand, #006aff);
1031
+ font-size: var(--zaui-font-size-sm, 12px);
1032
+ font-style: initial;
1033
+ line-height: 24px;
1034
+ background: var(--ant-primary-1, #e6f4ff);
1035
+ border-radius: var(--zaui-border-radius, 8px);
1036
+ }
1037
+ .pro-header .pro-header-top .pro-header-left ul li.hidden {
1038
+ display: none;
1039
+ }
1040
+ .pro-header .pro-header-top .pro-header-right .ant-btn-link {
1041
+ color: #616161;
1042
+ }
1043
+ .pro-header .pro-header-top .pro-header-right .ant-btn-primary {
1044
+ color: #ffffff;
1045
+ }
1046
+ .pro-header .pro-header-top .pro-header-right .ant-btn-link {
1047
+ padding: var(--zaui-space-size-xs, 4px), var(--zaui-space-size-sm, 8px);
1048
+ }
1049
+ .pro-header .pro-header-top .pro-header-right .ant-divider-vertical {
1050
+ margin: 0;
1051
+ }
1052
+ .pro-header .pro-header-nav {
1053
+ position: relative;
1054
+ display: -webkit-box;
1055
+ display: -webkit-flex;
1056
+ display: -ms-flexbox;
1057
+ display: flex;
1058
+ background: #fafafa;
1059
+ border-top: 1px solid #f2f2f2;
1060
+ }
1061
+ .pro-header .pro-header-nav.pro-header-nav-open .pro-header-fold .pro-header-fold-bg {
1062
+ -webkit-transform: rotate(180deg);
1063
+ transform: rotate(180deg);
1064
+ }
1065
+ .pro-header .pro-header-nav.pro-header-nav-hidden {
1066
+ padding: 0;
1067
+ border: none;
1068
+ }
1069
+ .pro-header .pro-header-nav.pro-header-nav-hidden ul {
1070
+ height: 0;
1071
+ overflow: hidden;
1072
+ }
1073
+ .pro-header .pro-header-nav .pro-header-fold {
1074
+ position: absolute;
1075
+ bottom: -13px;
1076
+ left: 50%;
1077
+ -webkit-transform: translateX(-50%);
1078
+ transform: translateX(-50%);
1079
+ cursor: pointer;
1080
+ }
1081
+ .pro-header .pro-header-nav .pro-header-fold .pro-header-fold-bg {
1082
+ position: relative;
1083
+ z-index: 2;
1084
+ height: 26px;
1085
+ background: #fff;
1086
+ -webkit-transform: rotate(0deg);
1087
+ transform: rotate(0deg);
1088
+ -webkit-transform-origin: center;
1089
+ transform-origin: center;
1090
+ }
1091
+ .pro-header .pro-header-nav .pro-header-fold::before {
1092
+ position: absolute;
1093
+ bottom: 13px;
1094
+ left: 50%;
1095
+ z-index: 1;
1096
+ width: 140px;
1097
+ height: 1px;
1098
+ background: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), color-stop(37%, var(--zaui-brand, #006aff)), color-stop(57%, var(--zaui-brand, #006aff)), to(rgba(216, 216, 216, 0)));
1099
+ background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, var(--zaui-brand, #006aff) 37%, var(--zaui-brand, #006aff) 57%, rgba(216, 216, 216, 0) 100%);
1100
+ background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, var(--zaui-brand, #006aff) 37%, var(--zaui-brand, #006aff) 57%, rgba(216, 216, 216, 0) 100%);
1101
+ -webkit-transform: translateX(-50%);
1102
+ transform: translateX(-50%);
1103
+ content: '';
1104
+ }
1105
+ .pro-header .pro-header-nav .pro-header-fold svg {
1106
+ fill: var(--zaui-brand, #006aff);
1107
+ }
1108
+ .pro-header .pro-header-nav ul {
1109
+ display: -webkit-box;
1110
+ display: -webkit-flex;
1111
+ display: -ms-flexbox;
1112
+ display: flex;
1113
+ -webkit-flex-wrap: wrap;
1114
+ -ms-flex-wrap: wrap;
1115
+ flex-wrap: wrap;
1116
+ height: 60px;
1117
+ padding: 0 16px;
1118
+ overflow: hidden;
1119
+ -webkit-transition: height 0.2s ease-in-out;
1120
+ transition: height 0.2s ease-in-out;
1121
+ }
1122
+ .pro-header .pro-header-nav ul li {
1123
+ margin-top: 4px;
1124
+ margin-right: 52px;
1125
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1126
+ }
1127
+ .pro-header .pro-header-nav ul li:last-child {
1128
+ margin-right: 0;
1129
+ }
1130
+ .pro-header .pro-header-nav ul li span {
1131
+ font-weight: 400;
1132
+ font-size: var(--zaui-font-size, 14px);
1133
+ }
1134
+ .pro-header .pro-header-nav ul li span:first-child {
1135
+ display: block;
1136
+ font-weight: 500;
1137
+ }
1138
+ .pro-header .pro-header-nav ul li .describe-value {
1139
+ color: var(--zaui-text, #343434);
1140
+ font-weight: 400;
1141
+ }
1142
+ .pro-header .pro-header-nav ul li .describe-value > * {
1143
+ color: var(--zaui-text, #343434);
1144
+ font-weight: 400 !important;
1145
+ }
1146
+ .pro-header .pro-header-info li {
1147
+ margin-right: var(--zaui-space-size-sm, 8px);
1148
+ }
1149
+ .pro-header .pro-header-describe {
1150
+ display: -webkit-box;
1151
+ display: -webkit-flex;
1152
+ display: -ms-flexbox;
1153
+ display: flex;
1154
+ -webkit-flex-wrap: wrap;
1155
+ -ms-flex-wrap: wrap;
1156
+ flex-wrap: wrap;
1157
+ padding: 0 var(--zaui-space-size-md, 16px);
1158
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
1159
+ font-size: var(--zaui-font-size, 14px);
1160
+ }
1161
+ .pro-header .pro-header-describe li {
1162
+ margin-left: var(--zaui-space-card, 32px);
1163
+ }
1164
+ .pro-header .pro-header-describe li.pro-header-only-tag {
1165
+ margin-left: var(--zaui-space-size-sm, 8px);
1166
+ }
1167
+ .pro-header .pro-header-describe li.pro-header-only-tag span:first-child {
1168
+ margin-right: 0;
1169
+ }
1170
+ .pro-header .pro-header-describe li:first-child {
1171
+ margin-left: 0;
1172
+ }
1173
+ .pro-header .pro-header-describe li span {
1174
+ color: #0a0a0a;
1175
+ font-weight: 400;
1176
+ }
1177
+ .pro-header .pro-header-describe li span:first-child {
1178
+ margin-right: 12px;
1179
+ }
1180
+ .pro-header .pro-header-describe li span:last-child {
1181
+ display: inline-grid;
1182
+ font-weight: 600;
1183
+ }
1184
+ .pro-header .pro-header-describe li span:last-child .pro-header-tag {
1185
+ margin-left: 4px;
1186
+ }
1187
+ @media (max-width: 1366px) {
1188
+ .pro-header-describe li span:last-child {
1189
+ max-width: 350px;
1190
+ }
1191
+ }
1192
+ .pro-layout {
1193
+ display: -webkit-box;
1194
+ display: -webkit-flex;
1195
+ display: -ms-flexbox;
1196
+ display: flex;
1197
+ -webkit-box-orient: vertical;
1198
+ -webkit-box-direction: normal;
1199
+ -webkit-flex-direction: column;
1200
+ -ms-flex-direction: column;
1201
+ flex-direction: column;
1202
+ background: var(--zaui-base-bg, #ffffff);
1203
+ /** 内容区 */
1204
+ }
1205
+ .pro-layout .pro-layout-menu-open .pro-layout-open-menu-lv1 h2 {
1206
+ font-weight: bold;
1207
+ }
1208
+ .pro-layout.pro-layout-light .pro-collapse {
1209
+ border-radius: var(--zaui-border-radius, 8px);
1210
+ }
1211
+ .pro-layout.pro-layout-light .pro-collapse.ant-collapse-borderless {
1212
+ background: #fff;
1213
+ }
1214
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-collapse-content {
1215
+ border-radius: var(--zaui-border-radius, 8px) !important;
1216
+ padding: var(--zaui-space-size-md, 16px);
1217
+ }
1218
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-header-no-describe {
1219
+ padding: 0 !important;
1220
+ }
1221
+ .pro-layout.pro-layout-light .pro-collapse .ant-collapse-item-active.pro-collapse-panel .ant-collapse-header {
1222
+ border-radius: var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px) 0 0 !important;
1223
+ }
1224
+ .pro-layout.pro-layout-light .pro-collapse .pro-collapse-content {
1225
+ border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
1226
+ padding: var(--zaui-space-size-md, 16px);
1227
+ }
1228
+ .pro-layout.pro-layout-light .pro-collapse .pro-collapse-content .pro-form {
1229
+ margin-bottom: 0;
1230
+ }
1231
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-panel .ant-collapse-header {
1232
+ background: #fff;
1233
+ }
1234
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-content {
1235
+ padding-bottom: var(--zaui-border-radius, 8px);
1236
+ }
1237
+ .pro-layout.pro-layout-light .pro-collapse .pro-collapse-panel .ant-collapse-header {
1238
+ border-radius: var(--zaui-border-radius, 8px) !important;
1239
+ background: #E4F2FE;
1240
+ }
1241
+ .pro-layout.pro-layout-light .pro-header {
1242
+ border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
1243
+ }
1244
+ .pro-layout.pro-layout-light .pro-header.pro-header-no-describe {
1245
+ padding: var(--zaui-space-size-md, 16px) !important;
1246
+ }
1247
+ .pro-layout.pro-layout-light .pro-header.pro-header-no-describe .pro-header-top {
1248
+ padding-bottom: 0;
1249
+ }
1250
+ .pro-layout.pro-layout-light .pro-header.pro-header-has-describe .pro-header-nav-open {
1251
+ border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
1252
+ }
1253
+ .pro-layout.pro-layout-light .pro-layout-content {
1254
+ padding: 0 var(--zaui-space-size-md, 16px);
1255
+ background: #f3f5f8;
1256
+ }
1257
+ .pro-layout.pro-layout-light .pro-layout-menu-open,
1258
+ .pro-layout.pro-layout-light .pro-layout-menu {
1259
+ -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
1260
+ box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
1261
+ }
1262
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
1263
+ position: relative;
1264
+ z-index: 1;
1265
+ color: var(--zaui-text, #343434);
1266
+ }
1267
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list {
1268
+ border-right: 1px solid #f0f0f0;
1269
+ }
1270
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li {
1271
+ position: relative;
1272
+ }
1273
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li > div {
1274
+ position: relative;
1275
+ z-index: 1;
1276
+ }
1277
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active {
1278
+ background: transparent;
1279
+ border-radius: var(--zaui-border-radius, 8px);
1280
+ }
1281
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active div .pro-layout-icon {
1282
+ color: #fff;
1283
+ }
1284
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active::before {
1285
+ position: absolute;
1286
+ top: 4px;
1287
+ left: 5px;
1288
+ width: calc(100% - 10px);
1289
+ height: 38px;
1290
+ background-color: var(--zaui-brand, #006aff);
1291
+ border-radius: var(--zaui-border-radius, 8px);
1292
+ opacity: 1 !important;
1293
+ content: '';
1294
+ }
1295
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover {
1296
+ background: transparent;
1297
+ }
1298
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover::before {
1299
+ position: absolute;
1300
+ top: 4px;
1301
+ left: 5px;
1302
+ width: calc(100% - 10px);
1303
+ height: 38px;
1304
+ background-color: var(--zaui-brand, #006aff);
1305
+ border-radius: var(--zaui-border-radius, 8px);
1306
+ opacity: 0.08;
1307
+ content: '';
1308
+ }
1309
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li div .pro-layout-icon {
1310
+ color: var(--zaui-text, #343434);
1311
+ }
1312
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed {
1313
+ position: relative;
1314
+ background: var(--zaui-base-bg, #fff);
1315
+ border-right: 1px solid #f0f0f0;
1316
+ }
1317
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover {
1318
+ background: transparent !important;
1319
+ }
1320
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover::after {
1321
+ position: absolute;
1322
+ top: 5px;
1323
+ left: 5px;
1324
+ width: calc(100% - 10px);
1325
+ height: 40px;
1326
+ background-color: var(--zaui-brand, #006aff);
1327
+ border-radius: var(--zaui-border-radius, 8px);
1328
+ opacity: 0.08;
1329
+ content: '';
1330
+ }
1331
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
1332
+ position: absolute;
1333
+ top: 0;
1334
+ left: var(--zaui-space-size-sm, 8px);
1335
+ width: calc(100% - 16px);
1336
+ height: 1px;
1337
+ background: #dee0e3;
1338
+ content: '';
1339
+ }
1340
+ .pro-layout.pro-layout-light .pro-layout-row .pro-layout-arrow {
1341
+ border-color: var(--zaui-text, #343434);
1342
+ }
1343
+ .pro-layout.pro-layout-light .ant-menu-root {
1344
+ overflow-x: hidden !important;
1345
+ }
1346
+ .pro-layout.pro-layout-light .anticon-caret-down {
1347
+ color: #999 !important;
1348
+ }
1349
+ .pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
1350
+ background: var(--zaui-base-bg, #ffffff);
1351
+ }
1352
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
1353
+ background: var(--zaui-base-bg, #ffffff);
1354
+ }
1355
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div h2 {
1356
+ color: var(--zaui-text, #343434);
1357
+ padding-right: 26px;
1358
+ }
1359
+ .pro-layout.pro-layout-light .ant-menu-item-only-child .ant-menu-title-content div h2 {
1360
+ padding-right: 0;
1361
+ }
1362
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover,
1363
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover {
1364
+ position: relative;
1365
+ background: transparent;
1366
+ }
1367
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover:before,
1368
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before {
1369
+ position: absolute;
1370
+ left: var(--zaui-space-size-sm, 8px);
1371
+ width: calc(100% - 16px);
1372
+ min-height: 38px;
1373
+ height: 80%;
1374
+ background-color: var(--zaui-brand, #006aff);
1375
+ border-radius: var(--zaui-border-radius, 8px);
1376
+ opacity: 0.08;
1377
+ content: '';
1378
+ }
1379
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
1380
+ background: transparent !important;
1381
+ }
1382
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected::after {
1383
+ display: none;
1384
+ }
1385
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected h2 {
1386
+ color: var(--zaui-brand, #006aff) !important;
1387
+ }
1388
+ .pro-layout .pro-layout-row-has-notice .pro-layout-content {
1389
+ min-height: calc(100vh - 80px);
1390
+ }
1391
+ .pro-layout .pro-layout-content {
1392
+ z-index: 1;
1393
+ -webkit-box-flex: 1;
1394
+ -webkit-flex: auto;
1395
+ -ms-flex: auto;
1396
+ flex: auto;
1397
+ min-height: calc(100vh - 48px);
1398
+ margin-top: 48px;
1399
+ margin-left: 48px;
1400
+ padding: 0 var(--zaui-space-size-lg, 32px);
1401
+ -webkit-transition: all 0.24s ease;
1402
+ transition: all 0.24s ease;
1403
+ }
1404
+ .pro-layout .pro-layout-content.pro-layout-has-notice {
1405
+ min-height: calc(100vh - 80px);
1406
+ margin-top: 80px;
1407
+ }
1408
+ .pro-layout .pro-layout-row-pure .pro-layout-content {
1409
+ margin: 0 !important;
1410
+ }
1411
+ .pro-layout .pro-layout-row-top-pure .pro-layout-content {
1412
+ margin-top: 0 !important;
1413
+ }
1414
+ .pro-layout .pro-layout-row-left-pure .pro-layout-content {
1415
+ margin-left: 0 !important;
1416
+ }
1417
+ .pro-layout .pro-layout-header-pure + .pro-layout-row .pro-layout-sider-new-nav {
1418
+ top: 0 !important;
1419
+ }
1420
+ .pro-step-wrapper {
1421
+ padding-right: 48px;
1422
+ }
1423
+ .pro-step {
1424
+ position: fixed;
1425
+ right: 0;
1426
+ z-index: 101;
1427
+ min-width: 48px;
1428
+ min-height: 48px;
1429
+ text-align: center;
1430
+ background-color: var(--zaui-global-bg, #fff);
1431
+ cursor: pointer;
1432
+ -webkit-box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
1433
+ box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
1434
+ -webkit-transition: width 0.2s;
1435
+ transition: width 0.2s;
1436
+ overflow-x: hidden;
1437
+ overflow-y: auto;
1438
+ }
1439
+ .pro-step > .step-menu {
1440
+ display: -webkit-box;
1441
+ display: -webkit-flex;
1442
+ display: -ms-flexbox;
1443
+ display: flex;
1444
+ -webkit-box-align: center;
1445
+ -webkit-align-items: center;
1446
+ -ms-flex-align: center;
1447
+ align-items: center;
1448
+ width: 100%;
1449
+ height: 48px;
1450
+ font-size: var(--zaui-font-size-lg, 16px);
1451
+ border-bottom: 1px solid var(--zaui-line, #dddddd);
1452
+ }
1453
+ .pro-step > .step-menu > .menu-icon {
1454
+ font-size: var(--zaui-font-size-lg-title, 24px);
1455
+ fill: var(--zaui-brand, #006AFF);
1456
+ }
1457
+ .pro-step > .step-menu > .menu-icon > div {
1458
+ width: 48px;
1459
+ height: 24px;
1460
+ display: -webkit-box;
1461
+ display: -webkit-flex;
1462
+ display: -ms-flexbox;
1463
+ display: flex;
1464
+ -webkit-box-align: center;
1465
+ -webkit-align-items: center;
1466
+ -ms-flex-align: center;
1467
+ align-items: center;
1468
+ -webkit-box-pack: center;
1469
+ -webkit-justify-content: center;
1470
+ -ms-flex-pack: center;
1471
+ justify-content: center;
1472
+ }
1473
+ .pro-step .menu-content {
1474
+ overflow: hidden;
1475
+ }
1476
+ .pro-step .menu-content:hover {
1477
+ overflow-y: auto;
1478
+ }
1479
+ .pro-step .com-menu-item {
1480
+ display: -webkit-box;
1481
+ display: -webkit-flex;
1482
+ display: -ms-flexbox;
1483
+ display: flex;
1484
+ -webkit-box-align: center;
1485
+ -webkit-align-items: center;
1486
+ -ms-flex-align: center;
1487
+ align-items: center;
1488
+ -webkit-box-pack: justify;
1489
+ -webkit-justify-content: space-between;
1490
+ -ms-flex-pack: justify;
1491
+ justify-content: space-between;
1492
+ width: 100%;
1493
+ height: 48px;
1494
+ padding-right: var(--zaui-space-size-md, 24px);
1495
+ }
1496
+ .pro-step .com-menu-item:hover {
1497
+ background-color: rgba(185, 185, 189, 0.1);
1498
+ }
1499
+ .pro-step .com-menu-item.current {
1500
+ background-color: var(--ant-primary-1, #e6f4ff);
1501
+ }
1502
+ .pro-step .com-menu-item.current:hover {
1503
+ background-color: var(--ant-primary-1, #e6f4ff);
1504
+ }
1505
+ .pro-step .com-menu-item > .menu-item {
1506
+ display: -webkit-box;
1507
+ display: -webkit-flex;
1508
+ display: -ms-flexbox;
1509
+ display: flex;
1510
+ -webkit-box-align: center;
1511
+ -webkit-align-items: center;
1512
+ -ms-flex-align: center;
1513
+ align-items: center;
1514
+ }
1515
+ .pro-step .com-menu-item > .menu-item > .menu-icon {
1516
+ display: -webkit-box;
1517
+ display: -webkit-flex;
1518
+ display: -ms-flexbox;
1519
+ display: flex;
1520
+ -webkit-box-align: center;
1521
+ -webkit-align-items: center;
1522
+ -ms-flex-align: center;
1523
+ align-items: center;
1524
+ -webkit-box-pack: center;
1525
+ -webkit-justify-content: center;
1526
+ -ms-flex-pack: center;
1527
+ justify-content: center;
1528
+ width: 48px;
1529
+ height: 100%;
1530
+ }
1531
+ .pro-step .com-menu-item > .menu-item > .menu-icon > svg {
1532
+ fill: var(--zaui-brand, #006AFF);
1533
+ }
1534
+ .pro-step .com-menu-item > .menu-item > .menu-icon > .dot {
1535
+ width: 6px;
1536
+ height: 6px;
1537
+ background: var(--zaui-brand, #006AFF);
1538
+ border-radius: 3px;
1539
+ }
1540
+ .pro-step .com-menu-item > .menu-item > .menu-icon > .dot.errored {
1541
+ background: #ff5050;
1542
+ fill: #ff5050;
1543
+ }
1544
+ .pro-step .com-menu-item > .menu-item > .menu-icon > .dot.disabled {
1545
+ background: #939599;
1546
+ fill: #939599;
1547
+ }
1548
+ .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon {
1549
+ display: -webkit-box;
1550
+ display: -webkit-flex;
1551
+ display: -ms-flexbox;
1552
+ display: flex;
1553
+ -webkit-box-align: center;
1554
+ -webkit-align-items: center;
1555
+ -ms-flex-align: center;
1556
+ align-items: center;
1557
+ -webkit-box-pack: center;
1558
+ -webkit-justify-content: center;
1559
+ -ms-flex-pack: center;
1560
+ justify-content: center;
1561
+ font-size: var(--zaui-font-size-sm, 12px);
1562
+ color: #ffffff;
1563
+ width: 18px;
1564
+ height: 18px;
1565
+ background: var(--zaui-brand, #006AFF);
1566
+ border-radius: 9px;
1567
+ }
1568
+ .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.errored {
1569
+ background: #ff5050;
1570
+ fill: #ff5050;
1571
+ }
1572
+ .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.disabled {
1573
+ background: #939599;
1574
+ fill: #939599;
1575
+ }
1576
+ .pro-step .com-menu-item > .menu-item > .menu-name {
1577
+ color: #0A0A0A;
1578
+ }
1579
+ .pro-step .com-menu-item > .menu-item > .menu-name.disabled {
1580
+ color: #626366;
1581
+ }
1582
+ .pro-step .com-menu-item > .checked-status {
1583
+ height: 18px;
1584
+ }
1585
+ .pro-step .com-menu-item > .checked-status > svg {
1586
+ fill: var(--zaui-brand, #006AFF);
1587
+ }
1588
+ .pro-step .com-menu-item > .checked-status .errorDot {
1589
+ display: -webkit-box;
1590
+ display: -webkit-flex;
1591
+ display: -ms-flexbox;
1592
+ display: flex;
1593
+ -webkit-box-align: center;
1594
+ -webkit-align-items: center;
1595
+ -ms-flex-align: center;
1596
+ align-items: center;
1597
+ -webkit-box-pack: center;
1598
+ -webkit-justify-content: center;
1599
+ -ms-flex-pack: center;
1600
+ justify-content: center;
1601
+ width: 16px;
1602
+ height: 16px;
1603
+ background: rgba(255, 80, 80, 0.2);
1604
+ border-radius: 8px;
1605
+ }
1606
+ .pro-step .com-menu-item > .checked-status .errorDot > span {
1607
+ color: #ff5050;
1608
+ font-weight: 600;
1609
+ font-size: var(--aui-font-size-sm, 12px);
1610
+ border-radius: 8px;
1611
+ }
1612
+ .pro-step.open {
1613
+ width: 200px;
1614
+ }
1615
+ .pro-step.closed {
1616
+ width: 48px;
1617
+ }
1618
+ .pro-tabs .ant-tabs .ant-tabs-nav-list .ant-tabs-tab {
1619
+ padding: 0 !important;
1620
+ }
1621
+ .pro-tabs .ant-tabs-top > .ant-tabs-nav::before,
1622
+ .pro-tabs .ant-tabs-bottom > .ant-tabs-nav::before,
1623
+ .pro-tabs .ant-tabs-top > div > .ant-tabs-nav::before,
1624
+ .pro-tabs .ant-tabs-bottom > div > .ant-tabs-nav::before {
1625
+ border: none;
1626
+ }
1627
+ .pro-tabs .ant-tabs-nav-list .ant-tabs-tab:first-child .pro-tabs-card {
1628
+ border-left: 1px solid var(--zaui-line, #dddddd);
1629
+ }
1630
+ .pro-tabs .ant-tabs-tab-active .pro-tabs-card {
1631
+ background: var(--ant-primary-color-active-deprecated-f-30, rgba(230, 247, 255, 0.3));
1632
+ }
1633
+ .pro-tabs .ant-tabs-ink-bar {
1634
+ top: 0;
1635
+ height: 3px !important;
1636
+ }
1637
+ .pro-tabs .pro-tabs-card {
1638
+ width: 200px;
1639
+ padding: calc(9px * var(--zaui-size, 1)) 16px calc(9px * var(--zaui-size, 1)) 24px;
1640
+ border: 1px solid var(--zaui-line, #dddddd);
1641
+ border-left: none;
1642
+ }
1643
+ .pro-tabs .pro-tabs-card .pro-tabs-card-left {
1644
+ width: 104px;
1645
+ text-shadow: none;
1646
+ }
1647
+ .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-total {
1648
+ color: var(--zaui-text, #343434);
1649
+ font-weight: 600;
1650
+ font-size: var(--zaui-font-size-lg-title, 24px);
1651
+ }
1652
+ .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-label {
1653
+ color: var(--aui-text, #343434);
1654
+ font-weight: 400;
1655
+ font-size: var(--zaui-font-size, 14px);
1656
+ }
1657
+ .pro-tabs .pro-tabs-card .pro-tabs-card-right {
1658
+ display: -webkit-box;
1659
+ display: -webkit-flex;
1660
+ display: -ms-flexbox;
1661
+ display: flex;
1662
+ }
1663
+ .pro-tabs .pro-tabs-card .pro-tabs-card-right img {
1664
+ width: 48px;
1665
+ }
1666
+ .pro-tabs-tab .pro-tabs-card .ant-tag {
1667
+ min-width: 22px;
1668
+ margin-right: 0;
1669
+ padding: 0 var(--zaui-space-size-xs, 4px);
1670
+ text-align: center;
1671
+ border-radius: 12px;
1672
+ }
1673
+ .pro-tabs-tab .pro-tabs-card .ant-space-item {
1674
+ display: -webkit-box;
1675
+ display: -webkit-flex;
1676
+ display: -ms-flexbox;
1677
+ display: flex;
1678
+ }
1679
+ .pro-table.pro-table-bordered .ant-table .ant-table-thead > tr > th {
1680
+ border-bottom: 1px solid #f0f0f0;
1681
+ }
1682
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table,
1683
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table {
1684
+ border-top: 1px solid rgba(0, 0, 0, 0.06);
1685
+ }
1686
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > thead > tr > th,
1687
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > thead > tr > th,
1688
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > thead > tr > th,
1689
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > thead > tr > th,
1690
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > tbody > tr > td,
1691
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > tbody > tr > td,
1692
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > tbody > tr > td,
1693
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
1694
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
1695
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
1696
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
1697
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
1698
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
1699
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
1700
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
1701
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
1702
+ border-right: 1px solid rgba(0, 0, 0, 0.06);
1703
+ }
1704
+ .pro-table.pro-table-bordered .ant-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
1705
+ border-bottom: 1px solid #f0f0f0;
1706
+ }
1707
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container {
1708
+ border-left: 1px solid rgba(0, 0, 0, 0.06);
1709
+ }
1710
+ .pro-table .custom-column-btn {
1711
+ display: -webkit-inline-box;
1712
+ display: -webkit-inline-flex;
1713
+ display: -ms-inline-flexbox;
1714
+ display: inline-flex;
1715
+ -webkit-box-align: center;
1716
+ -webkit-align-items: center;
1717
+ -ms-flex-align: center;
1718
+ align-items: center;
1719
+ }
1720
+ .pro-table .custom-column-btn:hover,
1721
+ .pro-table .custom-column-btn:visited,
1722
+ .pro-table .custom-column-btn:focus {
1723
+ color: unset;
1724
+ background: unset;
1725
+ border: 1px solid #d9d9d9;
1726
+ }
1727
+ .pro-table .custom-column-btn .anticon {
1728
+ height: 16px;
1729
+ }
1730
+ .pro-table .ant-table-tbody .ant-table-cell-fix-left,
1731
+ .pro-table .ant-table-tbody .ant-table-cell-fix-right {
1732
+ background: unset !important;
1733
+ }
1734
+ .pro-table .ant-table-body .ant-table-tbody .ant-table-row:nth-child(odd).new-cell {
1735
+ background: #d2fff4 !important;
1736
+ }
1737
+ .pro-table .ant-table-body .ant-table-tbody .ant-table-row:nth-child(odd).new-cell td {
1738
+ background: #d2fff4 !important;
1739
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1740
+ }
1741
+ .pro-table .ant-table-body .ant-table-cell .varied-cell {
1742
+ margin-left: -8px;
1743
+ padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1744
+ background: var(--zaui-contract-bg, #fffaa1);
1745
+ border-radius: var(--zaui-border-radius, 8px);
1746
+ }
1747
+ .pro-table .ant-table-body .varied-cell.empty-cell {
1748
+ width: 24.5px;
1749
+ }
1750
+ .pro-table .copyable-table-cell .ant-typography {
1751
+ display: -webkit-box;
1752
+ display: -webkit-flex;
1753
+ display: -ms-flexbox;
1754
+ display: flex;
1755
+ -webkit-box-align: center;
1756
+ -webkit-align-items: center;
1757
+ -ms-flex-align: center;
1758
+ align-items: center;
1759
+ margin-bottom: 0;
1760
+ }
1761
+ .pro-table .copyable-table-cell .drag-icon > div {
1762
+ display: -webkit-box;
1763
+ display: -webkit-flex;
1764
+ display: -ms-flexbox;
1765
+ display: flex;
1766
+ -webkit-box-align: center;
1767
+ -webkit-align-items: center;
1768
+ -ms-flex-align: center;
1769
+ align-items: center;
1770
+ }
1771
+ .pro-table .copyable-table-cell .ant-typography-copy-success svg {
1772
+ fill: var(--zaui-success, #00ae4d);
1773
+ }
1774
+ .pro-table .copyable-table-cell svg {
1775
+ display: inline-block;
1776
+ width: 16px;
1777
+ height: 16px;
1778
+ fill: var(--zaui-brand, #006aff);
1779
+ }
1780
+ .pro-table.pro-table-no-stripe .ant-table.ant-table-scroll-horizontal .ant-table-tbody .ant-table-row:nth-child(n) > td {
1781
+ background: var(--zaui-base-bg, #ffffff);
1782
+ }
1783
+ .pro-table .ant-table-thead .ant-dropdown-trigger.ant-dropdown-open .anticon-down {
1784
+ -webkit-transform: rotateZ(180deg);
1785
+ transform: rotateZ(180deg);
1786
+ -webkit-transition: -webkit-transform 0.3s;
1787
+ transition: -webkit-transform 0.3s;
1788
+ transition: transform 0.3s;
1789
+ transition: transform 0.3s, -webkit-transform 0.3s;
1790
+ }
1791
+ .pro-table .pro-table-container {
1792
+ position: relative;
1793
+ }
1794
+ .pro-table .pro-table-container .pro-table-resizable-line {
1795
+ position: absolute;
1796
+ top: 0;
1797
+ left: 100px;
1798
+ width: 0;
1799
+ height: 100%;
1800
+ border-left: 1px solid var(--zaui-brand, #006aff);
1801
+ }
1802
+ .pro-table .ant-table-thead tr th:last-child .react-resizable-handle {
1803
+ display: none;
1804
+ }
1805
+ .pro-table .ant-space {
1806
+ gap: var(--zaui-space-size-sm, 8px) !important;
1807
+ }
1808
+ .pro-table .ant-btn-link {
1809
+ padding: 0 var(--zaui-space-size-xs, 4px);
1810
+ }
1811
+ .pro-table .ant-btn-link:first-child {
1812
+ padding-left: 0;
1813
+ }
1814
+ .pro-table .column-config {
1815
+ display: -webkit-box;
1816
+ display: -webkit-flex;
1817
+ display: -ms-flexbox;
1818
+ display: flex;
1819
+ -webkit-box-pack: justify;
1820
+ -webkit-justify-content: space-between;
1821
+ -ms-flex-pack: justify;
1822
+ justify-content: space-between;
1823
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1824
+ }
1825
+ .pro-table .column-config .right-actions {
1826
+ display: -webkit-box;
1827
+ display: -webkit-flex;
1828
+ display: -ms-flexbox;
1829
+ display: flex;
1830
+ -webkit-box-align: center;
1831
+ -webkit-align-items: center;
1832
+ -ms-flex-align: center;
1833
+ align-items: center;
1834
+ }
1835
+ .pro-table .column-config .right-actions > .ant-btn:hover,
1836
+ .pro-table .column-config .right-actions > .ant-btn:visited,
1837
+ .pro-table .column-config .right-actions > .ant-btn:focus {
1838
+ color: unset;
1839
+ background: unset;
1840
+ border: 1px solid #d9d9d9;
1841
+ }
1842
+ .pro-table .column-config .right-actions .custom-column-btn {
1843
+ margin-left: var(--zaui-space-size-sm, 8px);
1844
+ }
1845
+ .pro-table .pro-table-empty {
1846
+ margin: var(--zaui-space-size-lg, 32px) 0;
1847
+ color: rgba(0, 0, 0, 0.25);
1848
+ font-size: var(--zaui-font-size-md, 14px);
1849
+ text-align: center;
1850
+ }
1851
+ .pro-table .pro-table-empty .empty-image {
1852
+ height: 80px;
1853
+ }
1854
+ .pro-table .pro-table-empty .empty-image img {
1855
+ height: 100%;
1856
+ }
1857
+ .pro-table .ant-table .ant-table-thead > tr > th {
1858
+ white-space: nowrap;
1859
+ background: var(--zaui-table-header-bg, #f2f3f5);
1860
+ border-bottom: 0;
1861
+ }
1862
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-th-cell {
1863
+ width: 100%;
1864
+ overflow: hidden;
1865
+ white-space: nowrap;
1866
+ text-overflow: ellipsis;
1867
+ }
1868
+ .pro-table .ant-table .ant-table-thead > tr > th::before {
1869
+ width: 0 !important;
1870
+ }
1871
+ .pro-table .ant-table .ant-table-thead > tr > th.react-resizable::before {
1872
+ width: 1px !important;
1873
+ }
1874
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-tooltip {
1875
+ display: -webkit-inline-box;
1876
+ display: -webkit-inline-flex;
1877
+ display: -ms-inline-flexbox;
1878
+ display: inline-flex;
1879
+ -webkit-box-align: center;
1880
+ -webkit-align-items: center;
1881
+ -ms-flex-align: center;
1882
+ align-items: center;
1883
+ }
1884
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-tooltip .icon-tip div {
1885
+ width: 14px;
1886
+ height: 14px;
1887
+ }
1888
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-tooltip .icon-tip div svg {
1889
+ width: 14px;
1890
+ height: 14px;
1891
+ margin-left: 8px;
1892
+ fill: #909090;
1893
+ }
1894
+ .pro-table .ant-table.ant-table-bordered .ant-table-thead > tr > th {
1895
+ border-bottom: 1px solid #f0f0f0;
1896
+ }
1897
+ .pro-table .ant-table.ant-table-bordered .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
1898
+ border-bottom: 1px solid #f0f0f0;
1899
+ }
1900
+ .pro-table .ant-table.ant-table-bordered .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
1901
+ border-bottom: 1px solid #f0f0f0;
1902
+ }
1903
+ .pro-table .ant-table-tbody .ant-table-placeholder {
1904
+ background: var(--zaui-base-bg, #ffffff) !important;
1905
+ }
1906
+ .pro-table .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
1907
+ border-bottom: 0;
1908
+ }
1909
+ .pro-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
1910
+ border-bottom: 0;
1911
+ }
1912
+ .pro-table .react-resizable {
1913
+ position: relative;
1914
+ background-clip: padding-box;
1915
+ }
1916
+ .pro-table .react-resizable .ant-table-filter-trigger {
1917
+ margin-right: 0;
1918
+ }
1919
+ .pro-table .react-resizable-handle {
1920
+ position: absolute;
1921
+ right: -5px;
1922
+ bottom: 0;
1923
+ z-index: 1;
1924
+ width: 10px;
1925
+ height: 100%;
1926
+ cursor: col-resize;
1927
+ }
1928
+ .pro-table .react-resizable-handle::before {
1929
+ position: absolute;
1930
+ top: 50%;
1931
+ left: 50%;
1932
+ width: 1px;
1933
+ height: 18px;
1934
+ background: #dcdcdc;
1935
+ -webkit-transform: translateY(-50%);
1936
+ transform: translateY(-50%);
1937
+ content: '';
1938
+ }
1939
+ .pro-table .react-resizable-handle.active::before,
1940
+ .pro-table .react-resizable-handle:hover::before {
1941
+ position: absolute;
1942
+ bottom: 0;
1943
+ left: 50%;
1944
+ height: 100%;
1945
+ border-left: 5px solid var(--zaui-brand, #006aff);
1946
+ content: '';
1947
+ }
1948
+ .pro-table .ant-table-tbody tr td .ant-checkbox-wrapper-checked.checkbox-disabled {
1949
+ cursor: not-allowed;
1950
+ opacity: 0.5;
1951
+ pointer-events: none;
1952
+ }
1953
+ .pro-table .ant-pagination-options-quick-jumper input {
1954
+ min-width: 32px;
1955
+ height: 32px;
1956
+ background: #fafafa;
1957
+ border: unset;
1958
+ }
1959
+ .pro-table .ant-pagination .ant-pagination-item-active a {
1960
+ color: #ffffff;
1961
+ background: var(--zaui-brand, #006aff) !important;
1962
+ border-radius: var(--zaui-border-radius, 8px);
1963
+ }
1964
+ .pro-table .pro-table-footer.no-page {
1965
+ margin-top: var(--zaui-space-size-md, 16px);
1966
+ }
1967
+ .pro-table .pro-table-footer.has-page {
1968
+ margin: -50px 0 var(--zaui-space-size-md, 16px) 0;
1969
+ }
1970
+ .pro-table .ant-table-summary {
1971
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
1972
+ }
1973
+ .pro-table .ant-table-summary .ant-table-cell {
1974
+ font-weight: 500;
1975
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
1976
+ border: none;
1977
+ }
1978
+ .ant-dropdown-placement-bottomLeft .ant-dropdown-menu-vertical.ant-dropdown-menu-light .ant-dropdown-menu-item-only-child:hover {
1979
+ background: rgba(0, 106, 255, 0.08);
1980
+ }
1981
+ .pro-tooltip {
1982
+ cursor: pointer;
1983
+ }
1984
+ .pro-tooltip .singleLine {
1985
+ height: 16px;
1986
+ overflow: hidden;
1987
+ line-height: 16px;
1988
+ white-space: nowrap;
1989
+ text-overflow: ellipsis;
1990
+ -webkit-transition: all 0.1s ease-in-out;
1991
+ transition: all 0.1s ease-in-out;
1992
+ }
1993
+ .pro-tooltip .singleLine > .single-content-box {
1994
+ display: 'inline-block';
1995
+ max-width: '100%';
1996
+ height: '100%';
1997
+ }
1998
+ .pro-tooltip .singleLine > * {
1999
+ overflow: hidden;
2000
+ white-space: nowrap;
2001
+ text-overflow: ellipsis;
2002
+ }
2003
+ .pro-tooltip .multiLine {
2004
+ display: -webkit-box;
2005
+ overflow: hidden;
2006
+ -webkit-box-orient: vertical;
2007
+ }
2008
+ .pro-tooltip .multiLine > .multi-content-box {
2009
+ max-width: '100%';
2010
+ height: '100%';
2011
+ }
2012
+ .pro-viewer .ant-image .ant-image-img,
2013
+ .pro-viewer .ant-image .ant-image-mask-info {
2014
+ display: none;
2015
+ }
2016
+ .switch-checkbox-view {
2017
+ display: -webkit-box;
2018
+ display: -webkit-flex;
2019
+ display: -ms-flexbox;
2020
+ display: flex;
2021
+ -webkit-box-align: center;
2022
+ -webkit-align-items: center;
2023
+ -ms-flex-align: center;
2024
+ align-items: center;
2025
+ }
2026
+ .switch-checkbox-view .switch-checkbox-view-label {
2027
+ -webkit-box-flex: 0;
2028
+ -webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
2029
+ -ms-flex: 0 0 var(--zaui-form-label-width, 130px);
2030
+ flex: 0 0 var(--zaui-form-label-width, 130px);
2031
+ overflow: initial;
2032
+ line-height: 1;
2033
+ white-space: pre-wrap;
2034
+ color: var(--zaui-aide-text, #939599);
2035
+ }
2036
+ div.pro-textarea-view .ant-input-disabled {
2037
+ background: transparent !important;
2038
+ }
2039
+ div.pro-textarea-view::after {
2040
+ display: none;
2041
+ padding-bottom: 12px;
2042
+ }
2043
+ .pro-textarea .ant-input {
2044
+ resize: auto !important;
2045
+ }
2046
+ .pro-form-list-block-title {
2047
+ height: 14px;
2048
+ margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
2049
+ padding-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2050
+ font-weight: 600;
2051
+ line-height: 14px;
2052
+ border-left: 4px solid var(--zaui-brand, #006aff);
2053
+ }
2054
+ .pro-form-list {
2055
+ display: -webkit-box;
2056
+ display: -webkit-flex;
2057
+ display: -ms-flexbox;
2058
+ display: flex;
2059
+ padding-bottom: 0;
2060
+ }
2061
+ .pro-form-list .single-delete {
2062
+ width: 14px !important;
2063
+ height: 14px !important;
2064
+ color: var(--zaui-placeholder, #a0a0a0);
2065
+ }
2066
+ .pro-form-list .single-delete:hover {
2067
+ color: var(--zaui-aide-text, #909090);
2068
+ }
2069
+ .pro-form-list:nth-child(1) {
2070
+ -webkit-box-flex: 1;
2071
+ -webkit-flex: 1;
2072
+ -ms-flex: 1;
2073
+ flex: 1;
2074
+ }
2075
+ .pro-form-list .pro-form-list-action {
2076
+ padding-bottom: var(--zaui-height-size-md, 16px);
2077
+ }
2078
+ .pro-form-list .pro-form-list-action > .ant-space-item:first-child > .ant-btn-link {
2079
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2080
+ }
2081
+ .pro-form-list .pro-form-list-drag-handle {
2082
+ display: -webkit-box;
2083
+ display: -webkit-flex;
2084
+ display: -ms-flexbox;
2085
+ display: flex;
2086
+ -webkit-box-align: center;
2087
+ -webkit-align-items: center;
2088
+ -ms-flex-align: center;
2089
+ align-items: center;
2090
+ height: 32px;
2091
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2092
+ padding: 0;
2093
+ padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2094
+ border: none;
2095
+ }
2096
+ .pro-form-list-line {
2097
+ padding: var(--zaui-height-size-md, 16px);
2098
+ padding-bottom: 0;
2099
+ }
2100
+ .pro-form-list-line:hover {
2101
+ background: rgba(0, 0, 0, 0.018);
2102
+ }
2103
+ .pro-form-list-toolbar .ant-btn-link,
2104
+ .pro-form-list-action .ant-btn-link {
2105
+ padding: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
2106
+ }
2107
+ .pro-form-list-toolbar .ant-btn-text:hover,
2108
+ .pro-form-list-action .ant-btn-text:hover {
2109
+ background: transparent;
2110
+ }
2111
+ .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input {
2112
+ border-color: var(--ant-error-color);
2113
+ }
2114
+ .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
2115
+ border-color: var(--ant-error-color-hover);
2116
+ border-right-width: 1px;
2117
+ outline: 0;
2118
+ -webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2119
+ box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2120
+ }
2121
+ span.ant-input-group-compact.pro-time-limit,
2122
+ span.ant-input-group-compact.pro-range-limit {
2123
+ display: -webkit-box;
2124
+ display: -webkit-flex;
2125
+ display: -ms-flexbox;
2126
+ display: flex;
2127
+ }
2128
+ span.ant-input-group-compact.pro-time-limit .ant-picker,
2129
+ span.ant-input-group-compact.pro-range-limit .ant-picker {
2130
+ -webkit-box-flex: 1;
2131
+ -webkit-flex: 1;
2132
+ -ms-flex: 1;
2133
+ flex: 1;
2134
+ }
2135
+ span.ant-input-group-compact.pro-time-limit .ant-picker-focused,
2136
+ span.ant-input-group-compact.pro-range-limit .ant-picker-focused {
2137
+ z-index: 1;
2138
+ }
2139
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox,
2140
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2141
+ -webkit-box-flex: 0;
2142
+ -webkit-flex: 0;
2143
+ -ms-flex: 0;
2144
+ flex: 0;
2145
+ min-width: unset;
2146
+ white-space: nowrap;
2147
+ }
2148
+ .pro-address {
2149
+ display: -webkit-box;
2150
+ display: -webkit-flex;
2151
+ display: -ms-flexbox;
2152
+ display: flex;
2153
+ width: 100%;
2154
+ }
2155
+ .pro-address .ant-cascader {
2156
+ width: 50% !important;
2157
+ }
2158
+ .pro-address .ant-cascader.no-detail {
2159
+ width: 100% !important;
2160
+ }
2161
+ .pro-address .pro-address-detail {
2162
+ width: 50%;
2163
+ margin-left: 2px;
2164
+ }
2165
+ .pro-address .pro-address-detail .ant-input-affix-wrapper {
2166
+ width: 100%;
2167
+ }
2168
+ .pro-address .ant-input-affix-wrapper {
2169
+ width: 50%;
2170
+ margin-left: 2px;
2171
+ }
2172
+ .pro-number-range .range-split {
2173
+ width: 32px !important;
2174
+ text-align: center !important;
2175
+ border-right: 0px;
2176
+ border-left: 0px;
2177
+ pointer-events: none;
2178
+ }
2179
+ .pro-number-range .range-split.ant-input[disabled] {
2180
+ background: #fff !important;
2181
+ }
2182
+ .pro-number-range .ant-input-status-error.range-split {
2183
+ border-color: var(--zaui-danger, #ff5050);
2184
+ }
2185
+ .pro-number-range .ant-input-rtl.range-right {
2186
+ border-right-width: 0;
2187
+ }
2188
+ .pro-number-range .ant-input-rtl.range-right:hover,
2189
+ .pro-number-range .ant-input-rtl.range-right:focus {
2190
+ border-right-width: 1px;
2191
+ }
2192
+ .pro-number-range .ant-form-item {
2193
+ margin-bottom: 0;
2194
+ }
2195
+ .pro-number-range .range-left,
2196
+ .pro-number-range .range-right {
2197
+ width: calc(50% - 20px);
2198
+ text-align: center;
2199
+ }
2200
+ .pro-number-range .range-left .ant-input-number {
2201
+ border-right: none;
2202
+ }
2203
+ .pro-number-range .range-right .ant-input-number {
2204
+ border-left: none;
2205
+ }
2206
+ .pro-number-range .range-right .range-right {
2207
+ width: 100%;
2208
+ border-top-left-radius: 0;
2209
+ border-bottom-left-radius: 0;
2210
+ }
2211
+ .pro-number-range.ant-input-group.ant-input-group-compact > *:not(:last-child) {
2212
+ margin-right: 0;
2213
+ }
2214
+ .pro-number-range > *:first-child {
2215
+ border-top-right-radius: 0 !important;
2216
+ border-bottom-right-radius: 0 !important;
2217
+ }
2218
+ .pro-number-range > *:first-child > .ant-select-selector {
2219
+ border-top-right-radius: 0 !important;
2220
+ border-bottom-right-radius: 0 !important;
2221
+ }
2222
+ .pro-number-range > *:last-child {
2223
+ border-top-left-radius: 0 !important;
2224
+ border-bottom-left-radius: 0 !important;
2225
+ }
2226
+ .pro-number-range > *:last-child > .ant-select-selector {
2227
+ border-top-left-radius: 0 !important;
2228
+ border-bottom-left-radius: 0 !important;
2229
+ }
2230
+ .pro-modal-select .ant-input-group-wrapper .close-icon,
2231
+ .pro-tree-modal .ant-input-group-wrapper .close-icon {
2232
+ display: none;
2233
+ }
2234
+ .pro-modal-select .ant-input-group-wrapper:hover .close-icon,
2235
+ .pro-tree-modal .ant-input-group-wrapper:hover .close-icon {
2236
+ position: relative;
2237
+ z-index: 101;
2238
+ display: block;
2239
+ display: -webkit-box;
2240
+ display: -webkit-flex;
2241
+ display: -ms-flexbox;
2242
+ display: flex;
2243
+ -webkit-box-align: center;
2244
+ -webkit-align-items: center;
2245
+ -ms-flex-align: center;
2246
+ align-items: center;
2247
+ -webkit-box-pack: center;
2248
+ -webkit-justify-content: center;
2249
+ -ms-flex-pack: center;
2250
+ justify-content: center;
2251
+ width: 12px;
2252
+ height: 12px;
2253
+ margin-right: var(--zaui-space-size-md, 16px);
2254
+ margin-left: -28px;
2255
+ color: #ffffff;
2256
+ background-color: rgba(0, 0, 0, 0.25);
2257
+ border: none;
2258
+ border-radius: 50%;
2259
+ }
2260
+ .pro-modal-select .ant-input-group-wrapper:hover .close-icon > span,
2261
+ .pro-tree-modal .ant-input-group-wrapper:hover .close-icon > span {
2262
+ position: relative;
2263
+ font-size: 10px;
2264
+ border: none;
2265
+ border-radius: 50%;
2266
+ }
2267
+ .pro-modal-select .ant-input-group-wrapper:hover .close-icon:hover,
2268
+ .pro-tree-modal .ant-input-group-wrapper:hover .close-icon:hover {
2269
+ background-color: rgba(0, 0, 0, 0.5);
2270
+ }
2271
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input,
2272
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input,
2273
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-group-addon,
2274
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-group-addon {
2275
+ border-color: var(--zaui-brand-hover, #3387ff);
2276
+ }
2277
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-disabled,
2278
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-disabled {
2279
+ border-color: #d9d9d9;
2280
+ }
2281
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-disabled + span,
2282
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-disabled + span {
2283
+ border-color: #d9d9d9;
2284
+ }
2285
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-disabled + span .close-icon,
2286
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-disabled + span .close-icon {
2287
+ display: none;
2288
+ }
2289
+ .pro-modal-select .pro-tree-modal-input-appoint .ant-input,
2290
+ .pro-tree-modal .pro-tree-modal-input-appoint .ant-input {
2291
+ border-top-left-radius: 0;
2292
+ border-bottom-left-radius: 0;
2293
+ }
2294
+ .pro-modal-select .ant-input-group-wrapper-status-error:hover .ant-input,
2295
+ .pro-tree-modal .ant-input-group-wrapper-status-error:hover .ant-input,
2296
+ .pro-modal-select .ant-input-group-wrapper-status-error:hover .ant-input-group-addon,
2297
+ .pro-tree-modal .ant-input-group-wrapper-status-error:hover .ant-input-group-addon {
2298
+ border-color: var(--ant-error-color, #ff4d4f);
2299
+ }
2300
+ .pro-modal-select .ant-input-group .ant-input,
2301
+ .pro-tree-modal .ant-input-group .ant-input {
2302
+ padding-right: 26px;
2303
+ }
2304
+ .pro-modal-select .trigger-no-hover:hover .ant-input,
2305
+ .pro-tree-modal .trigger-no-hover:hover .ant-input,
2306
+ .pro-modal-select .trigger-no-hover:hover .ant-input-group-addon,
2307
+ .pro-tree-modal .trigger-no-hover:hover .ant-input-group-addon {
2308
+ border-color: var(--zaui-form-control-line, #DCDCDC);
2309
+ }
2310
+ .pro-modal-select .pro-modal-select-init,
2311
+ .pro-tree-modal .pro-modal-select-init {
2312
+ display: inline-block;
2313
+ }
2314
+ .pro-modal-select .viewSvg,
2315
+ .pro-tree-modal .viewSvg {
2316
+ height: 24px;
2317
+ cursor: pointer;
2318
+ fill: #c5c7cd;
2319
+ }
2320
+ .pro-modal-select .ant-input-group-addon,
2321
+ .pro-tree-modal .ant-input-group-addon {
2322
+ padding: 0px var(--zaui-space-size-sm, 8px);
2323
+ background-color: var(--zaui-base-bg, #ffffff);
2324
+ cursor: pointer;
2325
+ }
2326
+ .pro-modal-select .ant-input-group-addon .pro-enum-input-addonAfter,
2327
+ .pro-tree-modal .ant-input-group-addon .pro-enum-input-addonAfter {
2328
+ display: -webkit-box;
2329
+ display: -webkit-flex;
2330
+ display: -ms-flexbox;
2331
+ display: flex;
2332
+ -webkit-box-align: center;
2333
+ -webkit-align-items: center;
2334
+ -ms-flex-align: center;
2335
+ align-items: center;
2336
+ }
2337
+ .pro-group {
2338
+ width: unset !important;
2339
+ }
2340
+ .pro-group.pro-group-diy-width .ant-space .ant-space-item,
2341
+ .pro-group.pro-group-width-auto .ant-space .ant-space-item {
2342
+ width: auto;
2343
+ }
2344
+ .pro-group.pro-group-diy-width .ant-space .ant-space-item .ant-space-item,
2345
+ .pro-group.pro-group-width-auto .ant-space .ant-space-item .ant-space-item {
2346
+ width: auto;
2347
+ }
2348
+ .pro-group .ant-space {
2349
+ width: 100%;
2350
+ }
2351
+ .pro-group .ant-space .ant-space-item {
2352
+ width: 100%;
2353
+ }
2354
+ .pro-group .ant-space .ant-form-item {
2355
+ margin-bottom: 0 !important;
2356
+ }
2357
+ .pro-group .ant-form-item-label {
2358
+ display: none;
2359
+ }
2360
+ .pro-group .ant-space-compact {
2361
+ -webkit-box-flex: 1;
2362
+ -webkit-flex: auto;
2363
+ -ms-flex: auto;
2364
+ flex: auto;
2365
+ -webkit-box-align: center;
2366
+ -webkit-align-items: center;
2367
+ -ms-flex-align: center;
2368
+ align-items: center;
2369
+ width: 100%;
2370
+ }
2371
+ .pro-group .ant-space-compact > .ant-input-number:first-child {
2372
+ border-end-end-radius: 0;
2373
+ border-start-end-radius: 0;
2374
+ }
2375
+ .pro-group .ant-space-compact > .ant-input-number:last-child {
2376
+ border-start-start-radius: 0;
2377
+ border-end-start-radius: 0;
2378
+ margin-left: -1px;
2379
+ }
2380
+ .pro-group .ant-space-compact .ant-form-item {
2381
+ margin-bottom: 0 !important;
2382
+ }
2383
+ .pro-group .ant-space-compact .group-separator {
2384
+ -webkit-margin-end: -2px;
2385
+ margin-inline-end: -2px;
2386
+ -webkit-margin-start: -1px;
2387
+ margin-inline-start: -1px;
2388
+ border-start-start-radius: 0;
2389
+ border-end-start-radius: 0;
2390
+ padding: 0 12px;
2391
+ background-color: #fff;
2392
+ cursor: default;
2393
+ }
2394
+ .pro-group .ant-space-compact .pro-modal-select {
2395
+ margin-left: -1px;
2396
+ }
2397
+ .pro-group .ant-space-compact .pro-modal-select .ant-input {
2398
+ border-start-start-radius: 0;
2399
+ border-end-start-radius: 0;
2400
+ }
2401
+ .pro-group .ant-space-compact .ant-input-affix-wrapper,
2402
+ .pro-group .ant-space-compact .ant-select {
2403
+ border-start-end-radius: 0;
2404
+ border-end-end-radius: 0;
2405
+ border-start-start-radius: 0;
2406
+ border-end-start-radius: 0;
2407
+ }
2408
+ .pro-group .ant-space-compact .ant-input-affix-wrapper:nth-child(n + 2),
2409
+ .pro-group .ant-space-compact .ant-select:nth-child(n + 2) {
2410
+ -webkit-margin-start: -1px;
2411
+ margin-inline-start: -1px;
2412
+ }
2413
+ .pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
2414
+ .pro-group .ant-space-compact .ant-select:first-child {
2415
+ border-start-start-radius: 4px;
2416
+ border-end-start-radius: 4px;
2417
+ }
2418
+ .pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
2419
+ .pro-group .ant-space-compact .ant-select:last-child {
2420
+ border-start-end-radius: 4px;
2421
+ border-end-end-radius: 4px;
2422
+ }
2423
+ .pro-group .ant-space-compact .ant-select .ant-select-selector {
2424
+ border-start-end-radius: 0;
2425
+ border-end-end-radius: 0;
2426
+ border-start-start-radius: 0;
2427
+ border-end-start-radius: 0;
2428
+ }
2429
+ .pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
2430
+ border-start-start-radius: 4px;
2431
+ border-end-start-radius: 4px;
2432
+ }
2433
+ .pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
2434
+ border-start-end-radius: 4px;
2435
+ border-end-end-radius: 4px;
2436
+ }
2437
+ .pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
2438
+ color: var(--ant-error-color);
2439
+ border-color: var(--ant-error-color);
2440
+ }
2441
+ .pro-container.pro-container-diy .pro-container-content {
2442
+ display: -webkit-box;
2443
+ display: -webkit-flex;
2444
+ display: -ms-flexbox;
2445
+ display: flex;
2446
+ -webkit-box-orient: horizontal;
2447
+ -webkit-box-direction: normal;
2448
+ -webkit-flex-flow: row wrap;
2449
+ -ms-flex-flow: row wrap;
2450
+ flex-flow: row wrap;
2451
+ min-width: 0;
2452
+ margin-left: -12px;
2453
+ margin-right: -12px;
2454
+ margin-bottom: -22px;
2455
+ }
2456
+ .pro-container.pro-container-diy .pro-container-content > .ant-col {
2457
+ padding-left: 12px;
2458
+ padding-right: 12px;
2459
+ }
2460
+ .pro-container .pro-collapse-content {
2461
+ display: -webkit-box;
2462
+ display: -webkit-flex;
2463
+ display: -ms-flexbox;
2464
+ display: flex;
2465
+ -webkit-box-orient: horizontal;
2466
+ -webkit-box-direction: normal;
2467
+ -webkit-flex-flow: row wrap;
2468
+ -ms-flex-flow: row wrap;
2469
+ flex-flow: row wrap;
2470
+ min-width: 0;
2471
+ margin-left: -12px;
2472
+ margin-right: -12px;
2473
+ }
2474
+ .pro-container .pro-collapse-content > .ant-col {
2475
+ padding-left: 12px;
2476
+ padding-right: 12px;
2477
+ }
2478
+ .pro-container .pro-collapse.ant-collapse .pro-collapse-panel {
2479
+ margin-bottom: 0;
2480
+ }
2481
+ .pro-enum-select .close-icon {
2482
+ position: relative;
2483
+ margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
2484
+ margin-right: var(--zaui-space-size-md, 14px);
2485
+ color: #FFFFFF;
2486
+ height: 12px;
2487
+ width: 12px;
2488
+ display: -webkit-box;
2489
+ display: -webkit-flex;
2490
+ display: -ms-flexbox;
2491
+ display: flex;
2492
+ -webkit-box-align: center;
2493
+ -webkit-align-items: center;
2494
+ -ms-flex-align: center;
2495
+ align-items: center;
2496
+ -webkit-box-pack: center;
2497
+ -webkit-justify-content: center;
2498
+ -ms-flex-pack: center;
2499
+ justify-content: center;
2500
+ background-color: rgba(0, 0, 0, 0.25);
2501
+ border: none;
2502
+ border-radius: 50%;
2503
+ z-index: 3;
2504
+ }
2505
+ .pro-enum-select .close-icon > span {
2506
+ position: relative;
2507
+ border: none;
2508
+ border-radius: 50%;
2509
+ }
2510
+ .pro-enum-select .close-icon:hover {
2511
+ background-color: rgba(0, 0, 0, 0.5);
2512
+ }
2513
+ .pro-enum-select .search span {
2514
+ display: -webkit-box;
2515
+ display: -webkit-flex;
2516
+ display: -ms-flexbox;
2517
+ display: flex;
2518
+ -webkit-box-pack: center;
2519
+ -webkit-justify-content: center;
2520
+ -ms-flex-pack: center;
2521
+ justify-content: center;
2522
+ -webkit-box-align: center;
2523
+ -webkit-align-items: center;
2524
+ -ms-flex-align: center;
2525
+ align-items: center;
2526
+ cursor: pointer;
2527
+ fill: #C5C7CD;
2528
+ }
2529
+ .pro-enum-select-modal .ant-table.ant-table-bordered > .ant-table-container {
2530
+ border: 0;
2531
+ }
2532
+ .pro-enum-select-modal .ant-table-thead > tr > th {
2533
+ border: 0;
2534
+ white-space: nowrap;
2535
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
2536
+ }
2537
+ .pro-enum-select-modal .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
2538
+ height: 0;
2539
+ }
2540
+ .pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
2541
+ border-bottom: 0;
2542
+ border-right: 0;
2543
+ border-top: 0;
2544
+ }
2545
+ .pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
2546
+ border-bottom: 0;
2547
+ vertical-align: top;
2548
+ padding: var(--zaui-space-size-md);
2549
+ }
2550
+ .pro-enum-select-modal .ant-table-tbody tr:nth-child(n) > td {
2551
+ background-color: var(--zaui-base-bg);
2552
+ }
2553
+ .pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
2554
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2555
+ }
2556
+ .pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
2557
+ background-color: var(--zaui-base-bg);
2558
+ }
2559
+ .pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
2560
+ .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
2561
+ .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
2562
+ background: var(--zaui-table-hover-bg, #fafafa);
2563
+ }
2564
+ .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
2565
+ .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
2566
+ background: var(--zaui-table-hover-bg, #fafafa);
2567
+ }
2568
+ .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
2569
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2570
+ }
2571
+ .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
2572
+ background-color: var(--zaui-base-bg);
2573
+ }
2574
+ .pro-enum-select-modal .ant-modal-body {
2575
+ padding-bottom: 0;
2576
+ }
2577
+ .pro-enum-select-modal .ant-modal-footer {
2578
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2579
+ }
2580
+ .pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
2581
+ -webkit-box-flex: 0 !important;
2582
+ -webkit-flex: none !important;
2583
+ -ms-flex: none !important;
2584
+ flex: none !important;
2585
+ }
2586
+ .pro-form.ant-form-vertical .pro-form-custom-footer {
2587
+ display: -webkit-box;
2588
+ display: -webkit-flex;
2589
+ display: -ms-flexbox;
2590
+ display: flex;
2591
+ -webkit-box-align: center;
2592
+ -webkit-align-items: center;
2593
+ -ms-flex-align: center;
2594
+ align-items: center;
2595
+ height: auto;
2596
+ margin-bottom: 0;
2597
+ padding-top: 6px;
2598
+ }
2599
+ .pro-form.ant-form-vertical .pro-form-custom-footer .ant-space-align-center {
2600
+ -webkit-box-align: normal;
2601
+ -webkit-align-items: normal;
2602
+ -ms-flex-align: normal;
2603
+ align-items: normal;
2604
+ }
2605
+ .pro-form.ant-form {
2606
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2607
+ }
2608
+ .pro-form .pro-collapse-level2 .ant-collapse-item {
2609
+ margin-bottom: 0 !important;
2610
+ }
2611
+ .pro-form .ant-form-item-control-input {
2612
+ -webkit-box-flex: 1;
2613
+ -webkit-flex-grow: 1;
2614
+ -ms-flex-positive: 1;
2615
+ flex-grow: 1;
2616
+ max-width: 100%;
2617
+ }
2618
+ .pro-form span.ant-input-clear-icon {
2619
+ display: unset;
2620
+ visibility: hidden;
2621
+ }
2622
+ .pro-form .ant-input-affix-wrapper:hover span.ant-input-clear-icon {
2623
+ display: unset;
2624
+ visibility: unset;
2625
+ }
2626
+ .pro-form .ant-input-affix-wrapper:hover span.ant-input-clear-icon[class~='ant-input-clear-icon-hidden'] {
2627
+ display: unset;
2628
+ visibility: hidden;
2629
+ }
2630
+ .pro-form.pro-form-view .ant-form-item-label label {
2631
+ color: var(--zaui-aide-text, #939599);
2632
+ }
2633
+ .pro-form.pro-form-view .ant-form-item {
2634
+ margin-bottom: 0 !important;
2635
+ }
2636
+ .pro-form.pro-form-view .ant-form-item .ant-tree-icon-hide input {
2637
+ display: none !important;
2638
+ }
2639
+ .pro-form .ant-picker-range {
2640
+ width: 100%;
2641
+ }
2642
+ .pro-form .pro-form-list-line .ant-row {
2643
+ width: 100%;
2644
+ }
2645
+ .pro-form .expand-button {
2646
+ line-height: 32px;
2647
+ cursor: pointer;
2648
+ }
2649
+ .pro-form .expand-button .rotate-to-top {
2650
+ -webkit-transform: rotate(90deg);
2651
+ transform: rotate(90deg);
2652
+ }
2653
+ .pro-form .expand-button .rotate-to-bottom {
2654
+ -webkit-transform: rotate(-90deg);
2655
+ transform: rotate(-90deg);
2656
+ }
2657
+ .pro-form .ant-form-item {
2658
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2659
+ }
2660
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2661
+ -webkit-box-flex: inherit;
2662
+ -webkit-flex-grow: inherit;
2663
+ -ms-flex-positive: inherit;
2664
+ flex-grow: inherit;
2665
+ }
2666
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2667
+ -webkit-box-flex: initial;
2668
+ -webkit-flex: initial;
2669
+ -ms-flex: initial;
2670
+ flex: initial;
2671
+ }
2672
+ .pro-form .ant-form-item .ant-form-item-tooltip svg {
2673
+ width: 14px;
2674
+ height: 14px;
2675
+ vertical-align: bottom;
2676
+ fill: var(--zaui-aide-text, #909090);
2677
+ }
2678
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper,
2679
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector,
2680
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker,
2681
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number {
2682
+ background: var(--zaui-contract-bg, #fffaa1) !important;
2683
+ }
2684
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper input,
2685
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2686
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker input,
2687
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number input {
2688
+ background: var(--zaui-contract-bg, #fffaa1);
2689
+ }
2690
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
2691
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector .ant-select-selection-placeholder,
2692
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker .ant-select-selection-placeholder,
2693
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number .ant-select-selection-placeholder {
2694
+ z-index: 9;
2695
+ }
2696
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control:has(.ant-switch-handle, .ant-checkbox-wrapper-in-form-item) {
2697
+ background: var(--zaui-contract-bg, #fffaa1);
2698
+ border-radius: 4px;
2699
+ }
2700
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-select-selector,
2701
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-affix-wrapper,
2702
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-disabled {
2703
+ background: var(--zaui-contract-bg, #fffaa1);
2704
+ }
2705
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
2706
+ background: var(--zaui-contract-bg, #fffaa1);
2707
+ }
2708
+ .pro-form .ant-form-item.pro-form-item-changed .pro-form-view-container {
2709
+ padding: 4px 8px;
2710
+ background: var(--zaui-contract-bg, #fffaa1);
2711
+ border-radius: 4px;
2712
+ }
2713
+ .pro-form .ant-form-item .ant-row {
2714
+ width: 100%;
2715
+ }
2716
+ .pro-form .ant-form-item .ant-col.ant-col-0 {
2717
+ display: none;
2718
+ }
2719
+ .pro-form .ant-form-item .ant-form-item-explain {
2720
+ height: auto;
2721
+ }
2722
+ .pro-form .ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
2723
+ font-size: var(--zaui-font-size, 14px);
2724
+ }
2725
+ .pro-form .ant-form-item .ant-input-number {
2726
+ width: 100%;
2727
+ }
2728
+ .pro-form .ant-form-item .pro-number-range .ant-input-number {
2729
+ width: calc(50% - 16px);
2730
+ }
2731
+ .pro-form .ant-form-item .pro-number-range .range-right .ant-input-number {
2732
+ border-left: none;
2733
+ }
2734
+ .pro-form .ant-form-item .pro-number-range .range-right .range-right {
2735
+ width: 100%;
2736
+ border: 1px solid var(--zaui-form-control-line, #DCDCDC);
2737
+ border-top-left-radius: 0;
2738
+ border-bottom-left-radius: 0;
2739
+ }
2740
+ .pro-form .ant-form-item-hidden {
2741
+ display: none;
2742
+ }
2743
+ .pro-form .ant-form-item-label > label {
2744
+ white-space: pre-wrap;
2745
+ }
2746
+ .pro-form .suffix-value {
2747
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2748
+ }
2749
+ .pro-form .ant-form-item-has-error .group-separator {
2750
+ color: var(--ant-error-color);
2751
+ border-color: var(--ant-error-color);
2752
+ }
2753
+ .pro-form .ant-form-item-has-error .site-input-split {
2754
+ border-color: var(--zaui-danger, #ff5050);
2755
+ }
2756
+ .pro-form .site-input-group-wrapper .site-input-split {
2757
+ text-align: center;
2758
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2759
+ }
2760
+ .pro-form .site-input-group-wrapper .site-input-split.site-input-split-disabled {
2761
+ background-color: var(--zaui-disabled-bg, #f2f2f2);
2762
+ }
2763
+ .pro-form .site-input-group-wrapper .site-input-right {
2764
+ border-left-width: 0;
2765
+ }
2766
+ .pro-form .site-input-group-wrapper .site-input-right:focus {
2767
+ border-left-width: 1px;
2768
+ }
2769
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right {
2770
+ border-right-width: 0;
2771
+ }
2772
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right:hover,
2773
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right:focus {
2774
+ border-right-width: 1px;
2775
+ }
2776
+ .pro-form .site-input-group-wrapper .ant-form-item {
2777
+ margin-bottom: 0;
2778
+ }
2779
+ .pro-form .site-input-group-wrapper .site-input-left,
2780
+ .pro-form .site-input-group-wrapper .site-input-right {
2781
+ width: calc(50% - 20px);
2782
+ }
2783
+ .pro-form .site-input-group-wrapper .site-input-left .ant-input-number {
2784
+ border-right: none;
2785
+ }
2786
+ .pro-form .site-input-group-wrapper .site-input-right .ant-input-number {
2787
+ border-left: none;
2788
+ }
2789
+ .pro-form .site-input-group-wrapper.ant-input-group.ant-input-group-compact > *:not(:last-child) {
2790
+ margin-right: 0;
2791
+ }
2792
+ .pro-form .site-input-group-wrapper > *:first-child {
2793
+ border-top-right-radius: 0 !important;
2794
+ border-bottom-right-radius: 0 !important;
2795
+ }
2796
+ .pro-form .site-input-group-wrapper > *:first-child > .ant-select-selector {
2797
+ border-top-right-radius: 0 !important;
2798
+ border-bottom-right-radius: 0 !important;
2799
+ }
2800
+ .pro-form .site-input-group-wrapper > *:last-child {
2801
+ border-top-left-radius: 0 !important;
2802
+ border-bottom-left-radius: 0 !important;
2803
+ }
2804
+ .pro-form .site-input-group-wrapper > *:last-child > .ant-select-selector {
2805
+ border-top-left-radius: 0 !important;
2806
+ border-bottom-left-radius: 0 !important;
2807
+ }
2808
+ .pro-form .ant-input-group.ant-input-group-compact > * {
2809
+ float: none;
2810
+ vertical-align: top;
2811
+ }
2812
+ .pro-form .pro-form-control {
2813
+ display: -webkit-box;
2814
+ display: -webkit-flex;
2815
+ display: -ms-flexbox;
2816
+ display: flex;
2817
+ }
2818
+ .pro-form .noDisabled {
2819
+ color: var(--zaui-disabled-text, #333333);
2820
+ font-size: var(--zaui-font-size, 14px);
2821
+ background-color: transparent;
2822
+ border: none;
2823
+ cursor: default;
2824
+ opacity: 1;
2825
+ }
2826
+ .pro-form div.pro-form-custom-footer {
2827
+ width: unset !important;
2828
+ height: 32px;
2829
+ margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2830
+ }
2831
+ .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
2832
+ display: none;
2833
+ }
2834
+ .pro-form .pro-form-view-container {
2835
+ display: inline-block;
2836
+ color: var(--zaui-text, #343434);
2837
+ word-break: break-all;
2838
+ }
2839
+ .pro-form .pro-form-view-container_nowrap {
2840
+ overflow: hidden;
2841
+ white-space: nowrap;
2842
+ text-overflow: ellipsis;
2843
+ }
2844
+ .pro-form .full-form-item {
2845
+ width: 100%;
2846
+ }
2847
+ .pro-form .delete-icon {
2848
+ width: 18px;
2849
+ }
2850
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box {
2851
+ background: #F8F9FA;
2852
+ border-radius: var(--zaui-border-radius, 8px);
2853
+ padding: var(--zaui-space-size-sm, 8px);
2854
+ }
2855
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .ant-upload.ant-upload-drag {
2856
+ background-color: var(--zaui-base-bg, #fff);
2857
+ }
2858
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner {
2859
+ min-width: 392px;
2860
+ height: 110px;
2861
+ display: -webkit-box;
2862
+ display: -webkit-flex;
2863
+ display: -ms-flexbox;
2864
+ display: flex;
2865
+ -webkit-box-align: center;
2866
+ -webkit-align-items: center;
2867
+ -ms-flex-align: center;
2868
+ align-items: center;
2869
+ -webkit-box-pack: center;
2870
+ -webkit-justify-content: center;
2871
+ -ms-flex-pack: center;
2872
+ justify-content: center;
2873
+ }
2874
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control {
2875
+ background-color: var(--zaui-base-bg, #fff);
2876
+ }
2877
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 {
2878
+ display: -webkit-box;
2879
+ display: -webkit-flex;
2880
+ display: -ms-flexbox;
2881
+ display: flex;
2882
+ line-height: 26px;
2883
+ -webkit-box-align: center;
2884
+ -webkit-align-items: center;
2885
+ -ms-flex-align: center;
2886
+ align-items: center;
2887
+ }
2888
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .icon-upload {
2889
+ display: inline-block;
2890
+ font-size: 30px;
2891
+ color: #C5C7CD;
2892
+ }
2893
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .dragger-txt {
2894
+ margin-left: 9px;
2895
+ font-size: var(--zaui-font-size, 14px);
2896
+ color: rgba(0, 0, 0, 0.85);
2897
+ line-height: 20px;
2898
+ }
2899
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .click-txt {
2900
+ color: var(--zaui-brand, #006AFF);
2901
+ }
2902
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .file-ext {
2903
+ text-align: center;
2904
+ margin-top: 10px;
2905
+ font-size: var(--zaui-font-size-sm, 12px);
2906
+ color: #939599;
2907
+ line-height: 14px;
2908
+ }
2909
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file {
2910
+ display: -webkit-box;
2911
+ display: -webkit-flex;
2912
+ display: -ms-flexbox;
2913
+ display: flex;
2914
+ -webkit-box-pack: center;
2915
+ -webkit-justify-content: center;
2916
+ -ms-flex-pack: center;
2917
+ justify-content: center;
2918
+ -webkit-box-orient: vertical;
2919
+ -webkit-box-direction: normal;
2920
+ -webkit-flex-direction: column;
2921
+ -ms-flex-direction: column;
2922
+ flex-direction: column;
2923
+ padding: 0 var(--zaui-space-size-lg, 32px);
2924
+ }
2925
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-type-icon {
2926
+ width: 18px;
2927
+ height: 22px;
2928
+ margin: 0 auto;
2929
+ }
2930
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-item-wrapper {
2931
+ padding: 0 var(--zaui-space-size-lg, 32px);
2932
+ }
2933
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box {
2934
+ margin-top: 11px;
2935
+ display: -webkit-box;
2936
+ display: -webkit-flex;
2937
+ display: -ms-flexbox;
2938
+ display: flex;
2939
+ }
2940
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box.file-box-error {
2941
+ color: var(--zaui-danger);
2942
+ }
2943
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-name {
2944
+ display: box;
2945
+ overflow: hidden;
2946
+ line-clamp: 1;
2947
+ box-orient: vertical;
2948
+ word-break: break-all;
2949
+ }
2950
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-ext {
2951
+ word-break: keep-all;
2952
+ }
2953
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-size {
2954
+ word-break: keep-all;
2955
+ }
2956
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-download {
2957
+ margin-left: var(--zaui-space-size-sm, 8px);
2958
+ }
2959
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-action-box {
2960
+ display: -webkit-box;
2961
+ display: -webkit-flex;
2962
+ display: -ms-flexbox;
2963
+ display: flex;
2964
+ -webkit-box-pack: center;
2965
+ -webkit-justify-content: center;
2966
+ -ms-flex-pack: center;
2967
+ justify-content: center;
2968
+ margin-top: 3px;
2969
+ }
2970
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-action-box .file-del {
2971
+ margin-left: 30px;
2972
+ }
2973
+ .pro-upload .pro-upload-button {
2974
+ display: -webkit-box;
2975
+ display: -webkit-flex;
2976
+ display: -ms-flexbox;
2977
+ display: flex;
2978
+ }
2979
+ .pro-upload .pro-upload-button > span {
2980
+ width: 100%;
2981
+ display: block;
2982
+ }
2983
+ .pro-upload .pro-upload-button .pro-upload-button-inner {
2984
+ display: -webkit-box;
2985
+ display: -webkit-flex;
2986
+ display: -ms-flexbox;
2987
+ display: flex;
2988
+ }
2989
+ .pro-upload .pro-upload-button .pro-upload-button-inner .pro-upload-button-inner-right {
2990
+ line-height: 32px;
2991
+ margin-left: 10px;
2992
+ }
2993
+ .pro-upload .pro-upload-button .upload-tip-txt {
2994
+ margin-left: 10px;
2995
+ line-height: 32px;
2996
+ font-size: var(--zaui-font-size-sm, 12px);
2997
+ color: #939599;
2998
+ }
2999
+ .pro-upload .pro-upload-image {
3000
+ position: relative;
3001
+ display: -webkit-inline-box;
3002
+ display: -webkit-inline-flex;
3003
+ display: -ms-inline-flexbox;
3004
+ display: inline-flex;
3005
+ }
3006
+ .pro-upload .pro-upload-image .ant-upload-list-picture-card-container,
3007
+ .pro-upload .pro-upload-image .ant-upload-select-picture-card {
3008
+ width: 126px;
3009
+ height: 126px;
3010
+ }
3011
+ .pro-upload .pro-upload-image .image-example {
3012
+ position: absolute;
3013
+ word-break: keep-all;
3014
+ top: 0;
3015
+ right: -10px;
3016
+ width: 88px;
3017
+ height: 32px;
3018
+ -webkit-transform: translate(100%, 0);
3019
+ transform: translate(100%, 0);
3020
+ text-align: center;
3021
+ line-height: 32px;
3022
+ background: #FFFFFF;
3023
+ border-radius: var(--zaui-border-radius, 8px);
3024
+ border: 1px solid #DCDCDC;
3025
+ }
3026
+ .pro-upload .pro-upload-image .file-item-image {
3027
+ position: relative;
3028
+ height: 126px;
3029
+ width: 126px;
3030
+ border: 1px dashed #d9d9d9;
3031
+ overflow: hidden;
3032
+ border-radius: 8px;
3033
+ }
3034
+ .pro-upload .pro-upload-image .file-item-image .file-type-icon-img {
3035
+ position: absolute;
3036
+ width: 30px;
3037
+ top: 50%;
3038
+ left: 50%;
3039
+ -webkit-transform: translate(-50%, -50%);
3040
+ transform: translate(-50%, -50%);
3041
+ }
3042
+ .pro-upload .pro-upload-image .file-item-image .image-con {
3043
+ display: block;
3044
+ width: 100%;
3045
+ height: 100%;
3046
+ }
3047
+ .pro-upload .pro-upload-image .file-item-image:hover .actions-wrap {
3048
+ display: block;
3049
+ background-color: rgba(0, 0, 0, 0.75);
3050
+ }
3051
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap {
3052
+ -webkit-transition: all 2s;
3053
+ transition: all 2s;
3054
+ position: absolute;
3055
+ display: none;
3056
+ width: 100%;
3057
+ top: 0;
3058
+ bottom: 0;
3059
+ background-color: rgba(0, 0, 0, 0.5);
3060
+ }
3061
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-top {
3062
+ -webkit-box-flex: 1;
3063
+ -webkit-flex: 1;
3064
+ -ms-flex: 1;
3065
+ flex: 1;
3066
+ display: -webkit-box;
3067
+ display: -webkit-flex;
3068
+ display: -ms-flexbox;
3069
+ display: flex;
3070
+ -webkit-box-align: center;
3071
+ -webkit-align-items: center;
3072
+ -ms-flex-align: center;
3073
+ align-items: center;
3074
+ -webkit-box-orient: vertical;
3075
+ -webkit-box-direction: normal;
3076
+ -webkit-flex-direction: column;
3077
+ -ms-flex-direction: column;
3078
+ flex-direction: column;
3079
+ height: calc(100% - 36px);
3080
+ -webkit-box-pack: center;
3081
+ -webkit-justify-content: center;
3082
+ -ms-flex-pack: center;
3083
+ justify-content: center;
3084
+ }
3085
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button {
3086
+ height: 36px;
3087
+ line-height: 36px;
3088
+ background: #FFFFFF;
3089
+ text-align: center;
3090
+ }
3091
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item {
3092
+ color: #fff;
3093
+ font-size: var(--zaui-font-size-sm, 12px);
3094
+ opacity: 0.8;
3095
+ }
3096
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
3097
+ margin-right: 10px;
3098
+ -webkit-transform: translate(0, 3px);
3099
+ transform: translate(0, 3px);
3100
+ }
3101
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
3102
+ opacity: 1;
3103
+ }
3104
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item {
3105
+ color: var(--zaui-danger, #FF005F);
3106
+ }
3107
+ .pro-upload .pro-upload-image .file-item-image.actions-wrap-error {
3108
+ border: 1px solid #FF005F;
3109
+ }
3110
+ .pro-upload .pro-upload-image .image-uploading {
3111
+ padding: 20px;
3112
+ display: -webkit-box;
3113
+ display: -webkit-flex;
3114
+ display: -ms-flexbox;
3115
+ display: flex;
3116
+ -webkit-box-align: center;
3117
+ -webkit-align-items: center;
3118
+ -ms-flex-align: center;
3119
+ align-items: center;
3120
+ height: inherit;
3121
+ }
3122
+ .pro-upload .pro-upload-image .ant-space-item {
3123
+ display: -webkit-inline-box;
3124
+ display: -webkit-inline-flex;
3125
+ display: -ms-inline-flexbox;
3126
+ display: inline-flex;
3127
+ }
3128
+ .pro-upload .pro-upload-image .pro-upload-image-footer {
3129
+ margin-top: -8px;
3130
+ }
3131
+ .pro-upload .file-actions .file-action-item {
3132
+ padding-top: var(--zaui-space-size-xs, 4px) !important;
3133
+ }
3134
+ .pro-upload .file-actions .action-icon {
3135
+ display: -webkit-inline-box;
3136
+ display: -webkit-inline-flex;
3137
+ display: -ms-inline-flexbox;
3138
+ display: inline-flex;
3139
+ -webkit-box-align: center;
3140
+ -webkit-align-items: center;
3141
+ -ms-flex-align: center;
3142
+ align-items: center;
3143
+ color: inherit;
3144
+ font-style: normal;
3145
+ text-align: center;
3146
+ text-transform: none;
3147
+ vertical-align: -0.15em;
3148
+ text-rendering: optimizeLegibility;
3149
+ }
3150
+ .pro-upload .file-actions .action-icon span {
3151
+ display: -webkit-inline-box;
3152
+ display: -webkit-inline-flex;
3153
+ display: -ms-inline-flexbox;
3154
+ display: inline-flex;
3155
+ -webkit-box-align: center;
3156
+ -webkit-align-items: center;
3157
+ -ms-flex-align: center;
3158
+ align-items: center;
3159
+ color: inherit;
3160
+ font-style: normal;
3161
+ text-align: center;
3162
+ text-transform: none;
3163
+ vertical-align: -0.15em;
3164
+ text-rendering: optimizeLegibility;
3165
+ }
3166
+ .pro-upload-example {
3167
+ width: 100%;
3168
+ max-height: 400px;
3169
+ min-height: 200px;
3170
+ overflow-y: auto;
3171
+ display: -webkit-box;
3172
+ display: -webkit-flex;
3173
+ display: -ms-flexbox;
3174
+ display: flex;
3175
+ -webkit-box-align: center;
3176
+ -webkit-align-items: center;
3177
+ -ms-flex-align: center;
3178
+ align-items: center;
3179
+ -webkit-box-pack: center;
3180
+ -webkit-justify-content: center;
3181
+ -ms-flex-pack: center;
3182
+ justify-content: center;
3183
+ }
3184
+ .proupload-modal-preview .ant-modal {
3185
+ width: 600px;
3186
+ }
3187
+ .pro-tree-modal-container .ant-modal-content .ant-modal-body {
3188
+ max-height: 498px;
3189
+ }
3190
+ .pro-tree-modal-placeholder {
3191
+ color: #939499;
3192
+ }
3193
+ .pro-tree-modal-content {
3194
+ display: -webkit-box;
3195
+ display: -webkit-flex;
3196
+ display: -ms-flexbox;
3197
+ display: flex;
3198
+ -webkit-box-orient: horizontal;
3199
+ -webkit-box-direction: normal;
3200
+ -webkit-flex-direction: row;
3201
+ -ms-flex-direction: row;
3202
+ flex-direction: row;
3203
+ height: 482px;
3204
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3205
+ }
3206
+ .pro-tree-modal-content .ant-tree-checkbox {
3207
+ margin-top: 2px;
3208
+ }
3209
+ .pro-tree-modal-content .ant-tree-switcher {
3210
+ width: 20px;
3211
+ line-height: 20px;
3212
+ }
3213
+ .pro-tree-modal-content .ant-tree-treenode {
3214
+ width: 100%;
3215
+ padding: 0;
3216
+ padding-bottom: var(--zaui-font-size-sm, 12px);
3217
+ color: var(--zaui-text);
3218
+ font-size: var(--zaui-font-size, 14px);
3219
+ line-height: 20px;
3220
+ }
3221
+ .pro-tree-modal-content .ant-tree-node-content-wrapper {
3222
+ min-height: 20px;
3223
+ line-height: 20px;
3224
+ }
3225
+ .pro-tree-modal-content .ant-tree-node-content-wrapper {
3226
+ width: 100%;
3227
+ }
3228
+ .pro-tree-modal-box {
3229
+ display: -webkit-box;
3230
+ display: -webkit-flex;
3231
+ display: -ms-flexbox;
3232
+ display: flex;
3233
+ -webkit-box-orient: vertical;
3234
+ -webkit-box-direction: normal;
3235
+ -webkit-flex-direction: column;
3236
+ -ms-flex-direction: column;
3237
+ flex-direction: column;
3238
+ width: 456px;
3239
+ height: 100%;
3240
+ color: var(--zaui-text);
3241
+ font-size: var(--zaui-font-size, 14px);
3242
+ line-height: 20px;
3243
+ border: 1px solid #e6e6e6;
3244
+ border-radius: var(--zaui-border-radius, 8px);
3245
+ /* 修改滚动条样式 */
3246
+ }
3247
+ .pro-tree-modal-box:first-child {
3248
+ margin-right: var(--zaui-space-size-md, 16px);
3249
+ }
3250
+ .pro-tree-modal-box .viewSvg > div {
3251
+ display: -webkit-box;
3252
+ display: -webkit-flex;
3253
+ display: -ms-flexbox;
3254
+ display: flex;
3255
+ }
3256
+ .pro-tree-modal-box ::-webkit-scrollbar {
3257
+ width: 0;
3258
+ height: 0;
3259
+ }
3260
+ .pro-tree-modal-cascader-box {
3261
+ width: 592px;
3262
+ }
3263
+ .pro-tree-modal-cascader-box-view {
3264
+ width: 320px;
3265
+ }
3266
+ .pro-tree-modal-search {
3267
+ width: auto;
3268
+ margin: var(--zaui-space-size-sm, 8px) var(--zaui-space-size-md, 16px) 0;
3269
+ }
3270
+ .pro-tree-modal-cascader-flex {
3271
+ display: -webkit-box;
3272
+ display: -webkit-flex;
3273
+ display: -ms-flexbox;
3274
+ display: flex;
3275
+ -webkit-box-orient: horizontal;
3276
+ -webkit-box-direction: normal;
3277
+ -webkit-flex-direction: row;
3278
+ -ms-flex-direction: row;
3279
+ flex-direction: row;
3280
+ height: 100%;
3281
+ overflow: hidden;
3282
+ }
3283
+ .pro-tree-modal-cascader-warp {
3284
+ display: -webkit-box;
3285
+ display: -webkit-flex;
3286
+ display: -ms-flexbox;
3287
+ display: flex;
3288
+ -webkit-box-orient: vertical;
3289
+ -webkit-box-direction: normal;
3290
+ -webkit-flex-direction: column;
3291
+ -ms-flex-direction: column;
3292
+ flex-direction: column;
3293
+ width: 350px;
3294
+ margin-left: var(--zaui-space-size-md, 16px);
3295
+ overflow: auto;
3296
+ }
3297
+ .pro-tree-modal-cascader-warp:first-child {
3298
+ width: 192px;
3299
+ margin-left: 0;
3300
+ border-right: 1px solid #e6e6e6;
3301
+ }
3302
+ .pro-tree-modal-box-header {
3303
+ display: -webkit-box;
3304
+ display: -webkit-flex;
3305
+ display: -ms-flexbox;
3306
+ display: flex;
3307
+ -webkit-box-align: center;
3308
+ -webkit-align-items: center;
3309
+ -ms-flex-align: center;
3310
+ align-items: center;
3311
+ -webkit-box-pack: justify;
3312
+ -webkit-justify-content: space-between;
3313
+ -ms-flex-pack: justify;
3314
+ justify-content: space-between;
3315
+ height: 40px;
3316
+ padding: 0 var(--zaui-space-size-md, 16px);
3317
+ background: #fafafa;
3318
+ }
3319
+ .pro-tree-modal-box-header:first-child {
3320
+ color: #616161;
3321
+ }
3322
+ .pro-tree-modal-box-header .ant-btn-link {
3323
+ padding: 0;
3324
+ }
3325
+ .pro-tree-modal-tree-warp {
3326
+ -webkit-box-flex: 1;
3327
+ -webkit-flex: 1;
3328
+ -ms-flex: 1;
3329
+ flex: 1;
3330
+ margin: 0 var(--zaui-space-size-md, 16px);
3331
+ padding-top: var(--zaui-space-size-sm, 8px);
3332
+ overflow-y: auto;
3333
+ }
3334
+ .pro-tree-modal-checkbox-content {
3335
+ display: -webkit-box;
3336
+ display: -webkit-flex;
3337
+ display: -ms-flexbox;
3338
+ display: flex;
3339
+ -webkit-box-orient: horizontal;
3340
+ -webkit-box-direction: normal;
3341
+ -webkit-flex-direction: row;
3342
+ -ms-flex-direction: row;
3343
+ flex-direction: row;
3344
+ -webkit-box-align: center;
3345
+ -webkit-align-items: center;
3346
+ -ms-flex-align: center;
3347
+ align-items: center;
3348
+ -webkit-box-pack: justify;
3349
+ -webkit-justify-content: space-between;
3350
+ -ms-flex-pack: justify;
3351
+ justify-content: space-between;
3352
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3353
+ line-height: 20px;
3354
+ cursor: pointer;
3355
+ }
3356
+ .pro-tree-modal-checkbox-content-look {
3357
+ color: #333;
3358
+ }
3359
+ .pro-tree-modal-checkbox-content-drag {
3360
+ display: -webkit-box;
3361
+ display: -webkit-flex;
3362
+ display: -ms-flexbox;
3363
+ display: flex;
3364
+ }
3365
+ .pro-tree-modal-cascader-content {
3366
+ margin-bottom: 0;
3367
+ padding: 6px;
3368
+ }
3369
+ .pro-tree-modal-check-cascader-content {
3370
+ color: var(--zaui-brand);
3371
+ background: rgba(0, 106, 255, 0.1);
3372
+ }
3373
+ .pro-tree-modal-isView {
3374
+ display: -webkit-box;
3375
+ display: -webkit-flex;
3376
+ display: -ms-flexbox;
3377
+ display: flex;
3378
+ -webkit-box-align: center;
3379
+ -webkit-align-items: center;
3380
+ -ms-flex-align: center;
3381
+ align-items: center;
3382
+ }
3383
+ .pro-tree-modal-isView .viewSvg {
3384
+ margin-left: var(--zaui-space-size-sm, 8px);
3385
+ }
3386
+ .pro-tree-modal-tree-content {
3387
+ margin-bottom: 0;
3388
+ }
3389
+ .pro-tree-modal-search-value {
3390
+ color: var(--zaui-brand);
3391
+ }
3392
+ .pro-tree-modal-checkbox-close {
3393
+ padding-left: var(--zaui-space-size-sm, 8px);
3394
+ color: #c5c7cd;
3395
+ font-size: var(--zaui-font-size-sm, 12px);
3396
+ }
3397
+ .pro-tree-modal-tree-node {
3398
+ display: -webkit-box;
3399
+ display: -webkit-flex;
3400
+ display: -ms-flexbox;
3401
+ display: flex;
3402
+ -webkit-box-orient: horizontal;
3403
+ -webkit-box-direction: normal;
3404
+ -webkit-flex-direction: row;
3405
+ -ms-flex-direction: row;
3406
+ flex-direction: row;
3407
+ }
3408
+ .pro-tree-modal-tree-node:last-child {
3409
+ -webkit-box-flex: 1;
3410
+ -webkit-flex: 1;
3411
+ -ms-flex: 1;
3412
+ flex: 1;
3413
+ }
3414
+ .pro-tree-modal-tree-node-tag {
3415
+ display: -webkit-box;
3416
+ display: -webkit-flex;
3417
+ display: -ms-flexbox;
3418
+ display: flex;
3419
+ -webkit-box-align: center;
3420
+ -webkit-align-items: center;
3421
+ -ms-flex-align: center;
3422
+ align-items: center;
3423
+ -webkit-box-pack: center;
3424
+ -webkit-justify-content: center;
3425
+ -ms-flex-pack: center;
3426
+ justify-content: center;
3427
+ height: 20px;
3428
+ margin-right: var(--zaui-space-size-sm, 8px);
3429
+ padding: 0 var(--zaui-space-size-xs);
3430
+ font-weight: 400;
3431
+ line-height: 24px;
3432
+ white-space: nowrap;
3433
+ border-radius: var(--zaui-border-radius-card);
3434
+ }
3435
+ .pro-tree-modal-tree-node-tag span {
3436
+ font-size: var(--zaui-font-size-sm, 12px);
3437
+ line-height: 20px;
3438
+ text-align: center;
3439
+ -webkit-transform: scale(0.83, 0.83);
3440
+ transform: scale(0.83, 0.83);
3441
+ }
3442
+ .pro-tree-modal-no-checks {
3443
+ display: -webkit-box;
3444
+ display: -webkit-flex;
3445
+ display: -ms-flexbox;
3446
+ display: flex;
3447
+ -webkit-box-align: center;
3448
+ -webkit-align-items: center;
3449
+ -ms-flex-align: center;
3450
+ align-items: center;
3451
+ -webkit-box-pack: center;
3452
+ -webkit-justify-content: center;
3453
+ -ms-flex-pack: center;
3454
+ justify-content: center;
3455
+ height: 100%;
3456
+ color: #939599;
3457
+ font-weight: 400;
3458
+ font-size: var(--zaui-font-size, 14px);
3459
+ }
3460
+ .pro-transfer-right .checked-item {
3461
+ margin: var(--zaui-space-size-sm, 8px) 0;
3462
+ }
3463
+ .pro-transfer-right .checked-item.dragable .ant-tag > span:first-child {
3464
+ padding: 8px 0;
3465
+ cursor: move;
3466
+ }
3467
+ .pro-transfer-right .checked-item:first-child {
3468
+ margin-top: 0;
3469
+ }
3470
+ .pro-transfer-right .checked-item .ant-tag {
3471
+ display: -webkit-box;
3472
+ display: -webkit-flex;
3473
+ display: -ms-flexbox;
3474
+ display: flex;
3475
+ -webkit-box-align: center;
3476
+ -webkit-align-items: center;
3477
+ -ms-flex-align: center;
3478
+ align-items: center;
3479
+ -webkit-box-pack: justify;
3480
+ -webkit-justify-content: space-between;
3481
+ -ms-flex-pack: justify;
3482
+ justify-content: space-between;
3483
+ width: 100%;
3484
+ height: 32px;
3485
+ padding: 2px var(--zaui-space-size-sm, 8px);
3486
+ color: var(--zaui-text, #343434);
3487
+ font-size: var(--zaui-font-size, 14px);
3488
+ background: #f2f2f2;
3489
+ border: none;
3490
+ border-radius: var(--zaui-border-radius, 8px);
3491
+ }
3492
+ .pro-transfer-right .checked-item .ant-tag .pro-tooltip {
3493
+ -webkit-box-flex: 1;
3494
+ -webkit-flex: 1;
3495
+ -ms-flex: 1;
3496
+ flex: 1;
3497
+ max-width: calc(100% - 42px);
3498
+ }
3499
+ .pro-transfer-right .checked-item .ant-tag .disabled-icon {
3500
+ height: 20px;
3501
+ margin-right: var(--zaui-space-size-xs, 4px);
3502
+ }
3503
+ .pro-transfer-right .checked-item .ant-tag .anticon-close {
3504
+ margin: 0;
3505
+ color: #999;
3506
+ font-size: var(--zaui-font-size-sm, 12px);
3507
+ }
3508
+ .pro-transfer-right .checked-item.dragable .anticon-close {
3509
+ position: relative;
3510
+ left: -4px;
3511
+ }
3512
+ .pro-transfer-right .checked-item.disabled {
3513
+ cursor: not-allowed;
3514
+ }
3515
+ .pro-transfer-right .checked-item.disabled .pro-tooltip,
3516
+ .pro-transfer-right .checked-item.disabled .anticon {
3517
+ cursor: not-allowed;
3518
+ }
3519
+ .pro-transfer-right .checked-item.disabled .anticon {
3520
+ pointer-events: none;
3521
+ }
3522
+ .pro-tree {
3523
+ height: 100%;
3524
+ }
3525
+ .pro-tree .ant-spin-nested-loading {
3526
+ height: 100%;
3527
+ }
3528
+ .pro-tree .ant-spin-nested-loading .ant-spin-container {
3529
+ height: 100%;
3530
+ }
3531
+ .pro-tree-placeholder {
3532
+ color: #939499;
3533
+ }
3534
+ .pro-tree .pro-tree-search {
3535
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3536
+ }
3537
+ .pro-tree-content {
3538
+ display: -webkit-box;
3539
+ display: -webkit-flex;
3540
+ display: -ms-flexbox;
3541
+ display: flex;
3542
+ -webkit-box-orient: vertical;
3543
+ -webkit-box-direction: normal;
3544
+ -webkit-flex-direction: column;
3545
+ -ms-flex-direction: column;
3546
+ flex-direction: column;
3547
+ height: 100%;
3548
+ }
3549
+ .pro-tree-content .pro-tree-header-box,
3550
+ .pro-tree-content .pro-tree-footer-box {
3551
+ display: -webkit-inline-box;
3552
+ display: -webkit-inline-flex;
3553
+ display: -ms-inline-flexbox;
3554
+ display: inline-flex;
3555
+ -webkit-box-orient: vertical;
3556
+ -webkit-box-direction: normal;
3557
+ -webkit-flex-direction: column;
3558
+ -ms-flex-direction: column;
3559
+ flex-direction: column;
3560
+ }
3561
+ .pro-tree-content .pro-tree-tree-warp {
3562
+ height: 100%;
3563
+ -webkit-box-flex: 1;
3564
+ -webkit-flex: 1 1;
3565
+ -ms-flex: 1 1;
3566
+ flex: 1 1;
3567
+ overflow-y: auto;
3568
+ overflow-x: auto;
3569
+ }
3570
+ .pro-tree-content .tree-title-box {
3571
+ display: -webkit-box;
3572
+ display: -webkit-flex;
3573
+ display: -ms-flexbox;
3574
+ display: flex;
3575
+ padding-top: 10px;
3576
+ -webkit-box-pack: justify;
3577
+ -webkit-justify-content: space-between;
3578
+ -ms-flex-pack: justify;
3579
+ justify-content: space-between;
3580
+ }
3581
+ .pro-tree-content .tree-title-box .tree-title-text {
3582
+ font-size: var(--zaui-font-size-lg);
3583
+ margin-bottom: var(--zaui-space-size-xs);
3584
+ font-weight: 500;
3585
+ padding-left: 2px;
3586
+ }
3587
+ .pro-tree-content .tree-title-box .expand-button {
3588
+ padding-left: var(--zaui-space-size-sm);
3589
+ display: -webkit-box;
3590
+ display: -webkit-flex;
3591
+ display: -ms-flexbox;
3592
+ display: flex;
3593
+ -webkit-box-align: baseline;
3594
+ -webkit-align-items: baseline;
3595
+ -ms-flex-align: baseline;
3596
+ align-items: baseline;
3597
+ cursor: pointer;
3598
+ }
3599
+ .pro-tree-content .tree-title-box .expand-button.expand .expand-icon .anticon-caret-down {
3600
+ -webkit-transform: rotate(180deg);
3601
+ transform: rotate(180deg);
3602
+ }
3603
+ .pro-tree-content .tree-title-box .expand-button .expand-icon {
3604
+ font-size: var(--zaui-font-size-sm, 12px);
3605
+ margin-right: var(--zaui-space-size-xs);
3606
+ }
3607
+ .pro-tree-content .ant-tree-checkbox {
3608
+ margin-top: 11px;
3609
+ }
3610
+ .pro-tree-content .ant-tree-switcher {
3611
+ line-height: 44px;
3612
+ }
3613
+ .pro-tree-content .ant-tree-switcher-leaf-line {
3614
+ display: none;
3615
+ }
3616
+ .pro-tree-content .ant-tree-treenode {
3617
+ -webkit-box-align: start;
3618
+ -webkit-align-items: flex-start;
3619
+ -ms-flex-align: start;
3620
+ align-items: flex-start;
3621
+ width: 100%;
3622
+ padding: 0;
3623
+ color: var(--zaui-text);
3624
+ font-size: var(--zaui-font-size);
3625
+ }
3626
+ .pro-tree-content .ant-tree-node-content-wrapper {
3627
+ min-height: 20px;
3628
+ line-height: 20px;
3629
+ }
3630
+ .pro-tree-content .ant-tree-node-content-wrapper {
3631
+ width: 100%;
3632
+ }
3633
+ .pro-tree-content .ant-tree-node-content-wrapper .ant-tree-title {
3634
+ display: block;
3635
+ width: 100%;
3636
+ }
3637
+ .pro-tree-content .hide-disable-node .ant-tree-treenode.ant-tree-treenode-disabled {
3638
+ display: none;
3639
+ }
3640
+ .pro-tree-content .hide-disable-node .ant-tree-treenode-checkbox-indeterminate.ant-tree-treenode-disabled,
3641
+ .pro-tree-content .hide-disable-node .ant-tree-treenode-checkbox-checked.ant-tree-treenode-disabled {
3642
+ display: -webkit-box;
3643
+ display: -webkit-flex;
3644
+ display: -ms-flexbox;
3645
+ display: flex;
3646
+ }
3647
+ .pro-tree-tree-node {
3648
+ display: -webkit-box;
3649
+ display: -webkit-flex;
3650
+ display: -ms-flexbox;
3651
+ display: flex;
3652
+ -webkit-box-orient: horizontal;
3653
+ -webkit-box-direction: normal;
3654
+ -webkit-flex-direction: row;
3655
+ -ms-flex-direction: row;
3656
+ flex-direction: row;
3657
+ padding: 9px var(--zaui-space-size-sm);
3658
+ margin-left: -8px;
3659
+ border-radius: var(--zaui-space-size-xs);
3660
+ }
3661
+ .pro-tree-tree-node:hover {
3662
+ background: #F7F9FC;
3663
+ }
3664
+ .pro-tree-tree-node:last-child {
3665
+ -webkit-box-flex: 1;
3666
+ -webkit-flex: 1;
3667
+ -ms-flex: 1;
3668
+ flex: 1;
3669
+ }
3670
+ .pro-tree-tree-node.checked {
3671
+ position: relative;
3672
+ z-index: 1;
3673
+ color: var(--zaui-brand);
3674
+ }
3675
+ .pro-tree-tree-node.checked .brand-bg-opa-ten {
3676
+ position: absolute;
3677
+ width: 100%;
3678
+ height: 100%;
3679
+ top: 0px;
3680
+ left: 0px;
3681
+ background-color: var(--zaui-brand);
3682
+ opacity: 0.1;
3683
+ z-index: -1;
3684
+ border-radius: var(--zaui-space-size-xs);
3685
+ }
3686
+ .pro-tree-tree-node .tree-node-show-text {
3687
+ display: -webkit-box;
3688
+ display: -webkit-flex;
3689
+ display: -ms-flexbox;
3690
+ display: flex;
3691
+ -webkit-box-orient: horizontal;
3692
+ -webkit-box-direction: normal;
3693
+ -webkit-flex-direction: row;
3694
+ -ms-flex-direction: row;
3695
+ flex-direction: row;
3696
+ width: 100%;
3697
+ }
3698
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label {
3699
+ -webkit-box-flex: 1;
3700
+ -webkit-flex: 1;
3701
+ -ms-flex: 1;
3702
+ flex: 1;
3703
+ overflow: hidden;
3704
+ }
3705
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label span {
3706
+ width: 100%;
3707
+ }
3708
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label span.ellipse {
3709
+ display: block;
3710
+ text-overflow: ellipsis;
3711
+ overflow: hidden;
3712
+ height: 20px;
3713
+ word-break: keep-all;
3714
+ white-space: nowrap;
3715
+ }
3716
+ .pro-tree-tree-node .operate-tree-node-btns {
3717
+ display: -webkit-box;
3718
+ display: -webkit-flex;
3719
+ display: -ms-flexbox;
3720
+ display: flex;
3721
+ z-index: 3;
3722
+ }
3723
+ .pro-tree-tree-node .operate-tree-node-btns .icon-item {
3724
+ -webkit-transition-delay: 10s;
3725
+ transition-delay: 10s;
3726
+ width: 100%;
3727
+ margin-left: var(--zaui-space-size-xs);
3728
+ }
3729
+ .pro-tree-tree-node .operate-tree-node-btns .icon-add {
3730
+ font-size: var(--zaui-font-size-sm, 12px);
3731
+ }
3732
+ .pro-tree-tree-node .operate-tree-node-btns .svg-icon-expand {
3733
+ margin-bottom: -2px;
3734
+ }
3735
+ .pro-tree-tree-node .operate-tree-node-btns-absolute {
3736
+ visibility: visible;
3737
+ position: absolute;
3738
+ right: 0px;
3739
+ }
3740
+ .pro-tree-tree-node-tag {
3741
+ display: -webkit-box;
3742
+ display: -webkit-flex;
3743
+ display: -ms-flexbox;
3744
+ display: flex;
3745
+ -webkit-box-align: center;
3746
+ -webkit-align-items: center;
3747
+ -ms-flex-align: center;
3748
+ align-items: center;
3749
+ -webkit-box-pack: center;
3750
+ -webkit-justify-content: center;
3751
+ -ms-flex-pack: center;
3752
+ justify-content: center;
3753
+ height: 20px;
3754
+ margin-right: var(--zaui-space-size-sm);
3755
+ padding: 0 var(--zaui-space-size-xs);
3756
+ font-weight: 400;
3757
+ line-height: 24px;
3758
+ white-space: nowrap;
3759
+ border-radius: var(--zaui-border-radius-card);
3760
+ }
3761
+ .pro-tree-tree-node-tag span {
3762
+ font-size: var(--zaui-font-size-sm, 12px);
3763
+ line-height: 20px;
3764
+ text-align: center;
3765
+ -webkit-transform: scale(0.83, 0.83);
3766
+ transform: scale(0.83, 0.83);
3767
+ }
3768
+ .pro-tree .ant-tree-show-line .ant-tree-indent-unit {
3769
+ width: 20px;
3770
+ }
3771
+ .pro-tree .ant-tree-switcher {
3772
+ width: 20px;
3773
+ -webkit-align-self: flex-start;
3774
+ -ms-flex-item-align: start;
3775
+ align-self: flex-start;
3776
+ margin-top: -4px;
3777
+ }
3778
+ .pro-tree .ant-tree-show-line .ant-tree-indent-unit::before {
3779
+ right: 9px;
3780
+ }
3781
+ .pro-tree .pro-tree-footer-box {
3782
+ z-index: 4;
3783
+ padding: var(--zaui-space-size-md) var(--zaui-space-size-md) var(--zaui-space-size-md) var(--zaui-space-size-sm);
3784
+ position: relative;
3785
+ -webkit-box-shadow: 0 -20px 5px -21px rgba(151, 151, 151, 0.32);
3786
+ box-shadow: 0 -20px 5px -21px rgba(151, 151, 151, 0.32);
3787
+ }
3788
+ .pro-tree .ant-tree-show-line .ant-tree-switcher,
3789
+ .pro-tree .ant-tree {
3790
+ background-color: transparent;
3791
+ }
3792
+ .pro-tree .empty-tree {
3793
+ color: #939599;
3794
+ height: 100%;
3795
+ text-align: center;
3796
+ display: -webkit-box;
3797
+ display: -webkit-flex;
3798
+ display: -ms-flexbox;
3799
+ display: flex;
3800
+ -webkit-box-align: center;
3801
+ -webkit-align-items: center;
3802
+ -ms-flex-align: center;
3803
+ align-items: center;
3804
+ -webkit-box-pack: center;
3805
+ -webkit-justify-content: center;
3806
+ -ms-flex-pack: center;
3807
+ justify-content: center;
3808
+ }
3809
+ .pro-tree-operate-container {
3810
+ padding-top: 0px;
3811
+ min-width: 120px;
3812
+ }
3813
+ .pro-tree-operate-container .ant-popover-inner-content {
3814
+ padding: 0px;
3815
+ width: 100%;
3816
+ }
3817
+ .pro-tree-operate-container .ant-popover-arrow {
3818
+ display: none;
3819
+ }
3820
+ .pro-tree-operate-container .pro-tree-operate-btn-popover .icon-item {
3821
+ position: relative;
3822
+ z-index: 1;
3823
+ cursor: pointer;
3824
+ padding-left: var(--zaui-space-size-md);
3825
+ width: 100%;
3826
+ height: 32px;
3827
+ line-height: 32px;
3828
+ }
3829
+ .pro-tree-operate-container .pro-tree-operate-btn-popover .icon-item:hover:after {
3830
+ position: absolute;
3831
+ display: block;
3832
+ z-index: 0;
3833
+ left: 0;
3834
+ top: 0;
3835
+ content: '';
3836
+ width: 120px;
3837
+ height: 32px;
3838
+ background-color: var(--zaui-brand);
3839
+ opacity: 0.08;
3840
+ }
3841
+ .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
3842
+ color: var(--zaui-text);
3843
+ }
3844
+ .ant-tree .ant-tree-treenode-disabled .pro-tree-tree-node.checked {
3845
+ color: var(--zaui-text);
3846
+ }
3847
+ .ant-tree .ant-tree-treenode-disabled .pro-tree-tree-node.checked .brand-bg-opa-ten {
3848
+ background-color: inherit;
3849
+ }
3850
+ .pro-form.pro-form-view .ant-form-item .pro-tree * {
3851
+ line-height: 1 !important;
3852
+ height: auto !important;
3853
+ min-height: auto !important;
3854
+ }
3855
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox {
3856
+ margin-top: var(--zaui-space-size-sm);
3857
+ }
3858
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-switcher {
3859
+ padding-top: var(--zaui-font-size-sm);
3860
+ }
3861
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox * {
3862
+ height: 16px !important;
3863
+ }
3864
+ .pro-drawer .pro-drawer-close {
3865
+ position: absolute;
3866
+ top: 6px;
3867
+ left: -34px;
3868
+ display: -webkit-box;
3869
+ display: -webkit-flex;
3870
+ display: -ms-flexbox;
3871
+ display: flex;
3872
+ -webkit-box-align: center;
3873
+ -webkit-align-items: center;
3874
+ -ms-flex-align: center;
3875
+ align-items: center;
3876
+ -webkit-box-pack: center;
3877
+ -webkit-justify-content: center;
3878
+ -ms-flex-pack: center;
3879
+ justify-content: center;
3880
+ width: 32px;
3881
+ height: 38px;
3882
+ color: var(--zaui-global-bg, #fff);
3883
+ cursor: pointer;
3884
+ }
3885
+ .pro-drawer .pro-drawer-close .close-icon {
3886
+ position: relative;
3887
+ left: 2px;
3888
+ z-index: 1;
3889
+ font-size: var(--zaui-font-size-lg, 16px);
3890
+ -webkit-transform: translateZ(100px);
3891
+ transform: translateZ(100px);
3892
+ fill: var(--zaui-aide-text, #909090);
3893
+ }
3894
+ .pro-drawer .pro-drawer-close .close-icon:hover {
3895
+ fill: var(--zaui-brand-active, #005ad9);
3896
+ }
3897
+ .pro-drawer .pro-drawer-close .close-icon > div {
3898
+ height: 20px;
3899
+ }
3900
+ .pro-drawer .pro-drawer-close::after {
3901
+ position: absolute;
3902
+ top: 0;
3903
+ right: 0;
3904
+ bottom: 0;
3905
+ left: 0;
3906
+ background-color: var(--zaui-global-bg, #fff);
3907
+ border-radius: 4px 0px 0px 4px;
3908
+ -webkit-transform: perspective(0.15em) rotateY(-2deg);
3909
+ transform: perspective(0.15em) rotateY(-2deg);
3910
+ content: '';
3911
+ }
3912
+ .pro-drawer .pro-drawer-title {
3913
+ position: absolute;
3914
+ top: 0;
3915
+ left: 0;
3916
+ width: 100%;
3917
+ height: 64px;
3918
+ padding: var(--zaui-space-size-md, 16px) var(--zaui-space-size-lg, 32px);
3919
+ color: var(--zaui-text, #343434);
3920
+ font-weight: 600;
3921
+ font-size: var(--zaui-font-size-xxl, 20px);
3922
+ background-color: var(--zaui-global-bg, #fff);
3923
+ }
3924
+ .pro-drawer .pro-drawer-scrolling {
3925
+ z-index: 1;
3926
+ -webkit-box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3927
+ box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3928
+ }
3929
+ .pro-drawer .pro-drawer-content {
3930
+ -webkit-box-flex: 1;
3931
+ -webkit-flex: 1;
3932
+ -ms-flex: 1;
3933
+ flex: 1;
3934
+ width: 100%;
3935
+ padding: var(--zaui-space-size-md, 16px) var(--zaui-space-size-lg, 32px);
3936
+ padding-top: 0;
3937
+ overflow-x: hidden;
3938
+ overflow-y: auto;
3939
+ }
3940
+ .pro-drawer .pro-drawer-footer {
3941
+ position: absolute;
3942
+ bottom: 0;
3943
+ left: 0;
3944
+ z-index: 101;
3945
+ width: 100%;
3946
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
3947
+ background-color: var(--zaui-global-bg, #fff);
3948
+ -webkit-box-shadow: 8px 2px 8px 0 var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3949
+ box-shadow: 8px 2px 8px 0 var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3950
+ }
3951
+ .pro-drawer .pro-drawer-footer button {
3952
+ margin-right: var(--zaui-space-size-sm, 8px);
3953
+ }
3954
+ .pro-drawer .pro-drawer-footer button:last-of-type {
3955
+ margin-right: 0;
3956
+ }
3957
+ .pro-drawer .ant-drawer-body {
3958
+ height: 100vh;
3959
+ padding: 0;
3960
+ overflow-y: hidden;
3961
+ }
3962
+ .pro-drawer .ant-drawer-content {
3963
+ position: static;
3964
+ }
3965
+ .pro-drawer .ant-drawer-close {
3966
+ display: none;
3967
+ }
3968
+ .pro-modal .ant-modal-close .ant-modal-close-x .close-icon {
3969
+ fill: var(--zaui-aide-text, #909090);
3970
+ }
3971
+ .pro-modal .ant-modal-close .ant-modal-close-x .close-icon:hover {
3972
+ fill: var(--zaui-brand, #006aff);
3973
+ }
3974
+ .pro-modal .ant-modal-header {
3975
+ padding: var(--zaui-space-size-md, 16px);
3976
+ border-bottom: none;
3977
+ }
3978
+ .pro-modal .ant-modal-header .ant-modal-title {
3979
+ font-weight: 600;
3980
+ }
3981
+ .pro-modal .ant-modal-footer {
3982
+ padding: var(--zaui-space-size-md, 16px);
3983
+ border-top: none;
3984
+ }
3985
+ .pro-modal .ant-modal-footer .pro-modal-footer {
3986
+ display: -webkit-box;
3987
+ display: -webkit-flex;
3988
+ display: -ms-flexbox;
3989
+ display: flex;
3990
+ -webkit-box-pack: justify;
3991
+ -webkit-justify-content: space-between;
3992
+ -ms-flex-pack: justify;
3993
+ justify-content: space-between;
3994
+ }
3995
+ .pro-modal .ant-modal-content .ant-modal-body {
3996
+ max-height: 450px;
3997
+ padding: 0 var(--zaui-space-size-md, 16px);
3998
+ padding-top: 0;
3999
+ overflow: auto;
4000
+ }
4001
+ .pro-modal-no-footer .ant-modal-content .ant-modal-body {
4002
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4003
+ }
4004
+ .pro-modal-scrolling {
4005
+ z-index: 1;
4006
+ }
4007
+ .pro-modal-scrolling .ant-modal-header {
4008
+ position: relative;
4009
+ z-index: 1;
4010
+ -webkit-box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4011
+ box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4012
+ }
4013
+ .pro-modal-footer-shadow .ant-modal-footer {
4014
+ position: relative;
4015
+ z-index: 1;
4016
+ -webkit-box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4017
+ box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4018
+ }
4019
+ .pro-edit-table .pro-edit-table-tooltip {
4020
+ display: -webkit-inline-box;
4021
+ display: -webkit-inline-flex;
4022
+ display: -ms-inline-flexbox;
4023
+ display: inline-flex;
4024
+ -webkit-box-align: center;
4025
+ -webkit-align-items: center;
4026
+ -ms-flex-align: center;
4027
+ align-items: center;
4028
+ }
4029
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip {
4030
+ height: 16px;
4031
+ margin-left: var(--zaui-space-size-xs, 4px);
4032
+ }
4033
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip > div {
4034
+ height: 16px;
4035
+ }
4036
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip > div svg {
4037
+ width: 16px;
4038
+ height: 16px;
4039
+ fill: var(--zaui-aide-text, #909090);
4040
+ }
4041
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip svg {
4042
+ width: 16px;
4043
+ height: 16px;
4044
+ fill: var(--zaui-aide-text, #909090);
4045
+ }
4046
+ .pro-edit-table .com-empty {
4047
+ text-align: center;
4048
+ }
4049
+ .pro-edit-table .com-empty .img {
4050
+ width: 80px;
4051
+ height: 80px;
4052
+ }
4053
+ .pro-edit-table .com-empty .content {
4054
+ display: -webkit-box;
4055
+ display: -webkit-flex;
4056
+ display: -ms-flexbox;
4057
+ display: flex;
4058
+ -webkit-box-pack: center;
4059
+ -webkit-justify-content: center;
4060
+ -ms-flex-pack: center;
4061
+ justify-content: center;
4062
+ margin-top: var(--zaui-space-size-md, 16px);
4063
+ }
4064
+ .pro-edit-table .com-empty .content .ant-btn-link {
4065
+ padding: 0;
4066
+ }
4067
+ .pro-edit-table .is-hidden {
4068
+ position: absolute;
4069
+ left: -9999px;
4070
+ }
4071
+ .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input {
4072
+ border: 1px solid transparent;
4073
+ }
4074
+ .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input:hover {
4075
+ border: 1px solid #DEE0E3;
4076
+ border-radius: var(--zaui-border-radius, 8px);
4077
+ text-indent: 5px;
4078
+ }
4079
+ .pro-edit-table .drag-wrapper {
4080
+ display: -webkit-box;
4081
+ display: -webkit-flex;
4082
+ display: -ms-flexbox;
4083
+ display: flex;
4084
+ }
4085
+ .pro-edit-table .drag-wrapper .drag-icon {
4086
+ margin-right: var(--zaui-space-size-md, 16px);
4087
+ margin-left: var(--zaui-space-size-xs, 4px);
4088
+ cursor: pointer;
4089
+ }
4090
+ .pro-edit-table.pro-table-no-stripe .ant-table-tbody tr:nth-child(n) > td {
4091
+ background-color: var(--zaui-base-bg, #fff);
4092
+ }
4093
+ .pro-edit-table .ant-space {
4094
+ gap: var(--zaui-space-size-sm, 8px);
4095
+ }
4096
+ .pro-edit-table .ant-space .ant-btn-link {
4097
+ padding: 0 var(--zaui-space-size-xs, 4px);
4098
+ }
4099
+ .pro-edit-table .ant-space .ant-btn-link:first-child {
4100
+ padding-left: 0;
4101
+ }
4102
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th.ant-table-selection-column {
4103
+ padding-left: var(--zaui-space-size-md, 16px);
4104
+ padding-right: var(--zaui-space-size-md, 16px);
4105
+ }
4106
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-right .pro-edit-table-title::before {
4107
+ position: static;
4108
+ top: 0;
4109
+ display: inline-block;
4110
+ text-indent: -8px;
4111
+ color: #ff5050;
4112
+ font-size: var(--zaui-font-size-md, 14px);
4113
+ line-height: 1;
4114
+ content: "*";
4115
+ }
4116
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-left .pro-edit-table-title::after {
4117
+ width: auto;
4118
+ position: static;
4119
+ top: 0;
4120
+ display: inline-block;
4121
+ margin-left: var(--zaui-space-size-xs, 4px);
4122
+ color: #ff5050;
4123
+ font-size: 14px;
4124
+ line-height: 1;
4125
+ content: "*";
4126
+ }
4127
+ .pro-edit-table .ant-table-scroll-horizontal .ant-table-cell-fix-right-first::after {
4128
+ -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4129
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4130
+ }
4131
+ .pro-edit-table .ant-table-content > table .ant-table-summary {
4132
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4133
+ color: var(--zaui-text, #343434);
4134
+ font-weight: 600;
4135
+ }
4136
+ .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-left,
4137
+ .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-right {
4138
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4139
+ }
4140
+ .pro-edit-table .ant-table-content > table th.ant-table-selection-column {
4141
+ width: 48px;
4142
+ }
4143
+ .pro-edit-table .ant-table-content > table td .pro-form-view-container_nowrap {
4144
+ white-space: normal;
4145
+ }
4146
+ .pro-edit-table .ant-table-content > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-right .pro-edit-table-title::before {
4147
+ position: static;
4148
+ top: 0;
4149
+ display: inline-block;
4150
+ text-indent: -8px;
4151
+ color: #ff5050;
4152
+ font-size: var(--zaui-font-size-md, 14px);
4153
+ line-height: 1;
4154
+ content: "*";
4155
+ }
4156
+ .pro-edit-table .ant-table-content > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-left .pro-edit-table-title::after {
4157
+ width: auto;
4158
+ position: static;
4159
+ top: 0;
4160
+ display: inline-block;
4161
+ margin-left: var(--zaui-space-size-xs, 4px);
4162
+ color: #ff5050;
4163
+ font-size: 14px;
4164
+ line-height: 1;
4165
+ content: "*";
4166
+ }
4167
+ .pro-edit-table .ant-table-cell .ant-form-item {
4168
+ margin-bottom: 0px !important;
4169
+ }
4170
+ .pro-edit-table .ant-table.ant-table-bordered > .ant-table-container {
4171
+ border: 0;
4172
+ }
4173
+ .pro-edit-table .ant-table-thead > tr > th {
4174
+ border: 0;
4175
+ white-space: nowrap;
4176
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4177
+ }
4178
+ .pro-edit-table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
4179
+ height: 0;
4180
+ }
4181
+ .pro-edit-table .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
4182
+ border-bottom: 0;
4183
+ border-right: 0;
4184
+ border-top: 0;
4185
+ }
4186
+ .pro-edit-table .ant-table-tbody > .is-editing:not(.ant-table-measure-row) > td {
4187
+ border-bottom: 0;
4188
+ vertical-align: top;
4189
+ }
4190
+ .pro-edit-table .ant-table-tbody tr:nth-child(n) > td {
4191
+ background-color: var(--zaui-base-bg, #ffffff);
4192
+ }
4193
+ .pro-edit-table .ant-table-tbody tr:nth-child(2n) > td {
4194
+ background-color: var(--zaui-table-strip-bg, #FAFAFA);
4195
+ }
4196
+ .pro-edit-table .ant-table-tbody > .ant-table-placeholder > td {
4197
+ background-color: var(--zaui-base-bg, #ffffff);
4198
+ }
4199
+ .pro-edit-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
4200
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover,
4201
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover > td {
4202
+ background: #FAFAFA;
4203
+ }
4204
+ .pro-edit-table .ant-table-tbody > tr:hover:not(.ant-table-placeholder) > td,
4205
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover,
4206
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover > td {
4207
+ background: #FAFAFA;
4208
+ }
4209
+ .pro-edit-table .ant-table-fixed .ant-table-row-hover,
4210
+ .pro-edit-table .ant-table-fixed .ant-table-row-hover > td {
4211
+ background: #FAFAFA;
4212
+ }
4213
+ .pro-edit-table .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
4214
+ background-color: #FAFAFA;
4215
+ }
4216
+ .pro-edit-table .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
4217
+ background-color: var(--zaui-base-bg, #ffffff);
4218
+ }
4219
+ .pro-edit-table .ant-table-summary > tr > td {
4220
+ border-bottom: none;
4221
+ }
4222
+ .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4223
+ width: auto;
4224
+ }
4225
+ .pro-edit-table .is-new-row td,
4226
+ .pro-edit-table .is-new-row.ant-table-row:hover td,
4227
+ .pro-edit-table .is-new-row .ant-table-cell-row-hover,
4228
+ .pro-edit-table .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4229
+ background: var(--ant-primary-2) !important;
4230
+ }
4231
+ .pro-edit-table-header {
4232
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4233
+ }
4234
+ .pro-edit-table-toolbar-fixed {
4235
+ position: absolute;
4236
+ bottom: var(--zaui-space-size-md, 16px);
4237
+ }
4238
+ .pro-edit-table-toolbar .ant-space {
4239
+ gap: var(--zaui-space-size-sm, 8px);
4240
+ }
4241
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link {
4242
+ display: -webkit-box;
4243
+ display: -webkit-flex;
4244
+ display: -ms-flexbox;
4245
+ display: flex;
4246
+ -webkit-box-align: center;
4247
+ -webkit-align-items: center;
4248
+ -ms-flex-align: center;
4249
+ align-items: center;
4250
+ padding: 0 var(--zaui-space-size-xs, 4px);
4251
+ }
4252
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link:first-child {
4253
+ padding-left: 0;
4254
+ }
4255
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link span:nth-child(2) {
4256
+ margin-left: var(--zaui-space-size-xs, 4px);
4257
+ }
4258
+ .pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
4259
+ text-align: right;
4260
+ }
4261
+ .pro-edit-label {
4262
+ display: inline-block;
4263
+ }
4264
+ .pro-edit-label .pro-form-view .ant-row {
4265
+ display: block;
4266
+ }
4267
+ .pro-edit-label .pro-form-view-container {
4268
+ word-break: break-all;
4269
+ display: inline-block;
4270
+ }
4271
+ .pro-edit-label.trigger-hover .anticon-edit {
4272
+ display: none;
4273
+ }
4274
+ .pro-edit-label.trigger-hover:hover .anticon-edit {
4275
+ display: block;
4276
+ }
4277
+ .pro-edit-label .anticon-edit {
4278
+ color: #D8D8D8;
4279
+ cursor: pointer;
4280
+ padding: var(--zaui-space-size-xs, 4px);
4281
+ }
4282
+ .pro-edit-label .anticon-edit:hover {
4283
+ color: var(--zaui-brand, #006AFF);
4284
+ }
4285
+ .pro-edit-label .anticon-edit:active {
4286
+ background: #E3E8F0;
4287
+ border-radius: var(--zaui-border-radius-card, 4px);
4288
+ }
4289
+ .pro-edit-label.pro-edit-label-small {
4290
+ height: 24px;
4291
+ }
4292
+ .pro-edit-label.pro-edit-label-middle {
4293
+ height: 32px;
4294
+ }
4295
+ .pro-edit-label.pro-edit-label-large {
4296
+ height: 40px;
4297
+ }
4298
+ .ant-popover .ant-btn-sm {
4299
+ font-size: var(--zaui-font-size-sm, 12px);
4300
+ min-width: 56px;
4301
+ line-height: 1;
4302
+ }
4303
+ .ant-popover .ant-btn-sm span {
4304
+ letter-spacing: -1px;
4305
+ }
4306
+ .pro-edit-label-popconfirm {
4307
+ z-index: 1001 !important;
4308
+ }
4309
+ .pro-edit-label-popconfirm .ant-popover-message {
4310
+ display: block;
4311
+ }
4312
+ .pro-edit-label-popconfirm .ant-popover-message-title {
4313
+ padding-left: 0;
4314
+ }
4315
+ .pro-edit-label-popconfirm .ant-popover-content {
4316
+ width: 360px;
4317
+ max-width: 400px;
4318
+ }
4319
+ .pro-edit-label-popconfirm .pro-edit-label-title {
4320
+ font-size: var(--zaui-font-size-lg, 16px);
4321
+ font-weight: 500;
4322
+ color: var(--zaui-text, #343434);
4323
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
4324
+ }
4325
+ .pro-edit-label-popconfirm .pro-edit-label-tip {
4326
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4327
+ color: #666;
4328
+ }
4329
+ .pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
4330
+ font-size: var(--zaui-font-size-lg, 16px);
4331
+ margin-right: var(--zaui-space-size-sm, 8px);
4332
+ color: var(--zaui-warning, #EC9131);
4333
+ margin-top: var(--zaui-space-size-xs, 4px);
4334
+ }
4335
+ .pro-edit-label-popconfirm .pro-edit-label-popup {
4336
+ min-width: 300px;
4337
+ }
4338
+ .pro-edit-label-popconfirm .pro-edit-label-popup .pro-form {
4339
+ width: 100%;
4340
+ }
4341
+ .pro-edit-label-popconfirm .pro-edit-label-popup .pro-form.pro-form-no-label .ant-form-item-label {
4342
+ display: none;
4343
+ }
4344
+ .pro-edit-label-popconfirm .pro-edit-label-popup .ant-col-10 {
4345
+ -webkit-box-flex: 0;
4346
+ -webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
4347
+ -ms-flex: 0 0 var(--zaui-form-label-width, 130px);
4348
+ flex: 0 0 var(--zaui-form-label-width, 130px);
4349
+ text-align: var(--zaui-form-align, left);
4350
+ white-space: pre-wrap;
4351
+ line-height: 1;
4352
+ overflow: initial;
4353
+ -webkit-box-sizing: border-box;
4354
+ box-sizing: border-box;
4355
+ padding-right: var(--zaui-space-size-md, 16px);
4356
+ }
4357
+ .pro-edit-label-popconfirm .ant-select {
4358
+ width: 100%;
4359
+ }
4360
+ .pro-icon {
4361
+ cursor: pointer;
4362
+ }
4363
+ .pro-icon.pro-icon-with-theme {
4364
+ fill: var(--zaui-brand, #006aff);
4365
+ }
4366
+ .pro-icon.pro-icon-spin {
4367
+ -webkit-animation: loadingCircle 1s infinite linear;
4368
+ animation: loadingCircle 1s infinite linear;
4369
+ }
4370
+ .pro-icon-btn .anticon {
4371
+ display: inline-block;
4372
+ }
4373
+ .pro-icon-btn.ant-btn-icon-only {
4374
+ width: auto;
4375
+ height: auto;
4376
+ padding: 0;
4377
+ vertical-align: 0;
4378
+ border: 0;
4379
+ }
4380
+ .pro-theme-prd-tools-drawer .ant-drawer-header {
4381
+ border-bottom: none;
4382
+ }
4383
+ .pro-theme-prd-tools-drawer .ant-drawer-title {
4384
+ font-size: var(--zaui-font-size-xl, 18px);
4385
+ }
4386
+ .pro-theme-prd-tools-drawer .ant-drawer-body {
4387
+ padding: 0 32px 32px;
4388
+ }
4389
+ .pro-theme-prd-tools-drawer .ant-space-vertical {
4390
+ gap: var(--zaui-space-size-sm, 8px) !important;
4391
+ }
4392
+ .pro-theme-prd-tools-drawer p {
4393
+ padding-left: 12px;
4394
+ position: relative;
4395
+ margin-bottom: var(--zaui-space-size-md, 16px);
4396
+ font-size: var(--zaui-font-size, 14px);
4397
+ }
4398
+ .pro-theme-prd-tools-drawer p:before {
4399
+ content: '';
4400
+ position: absolute;
4401
+ left: 0;
4402
+ top: 4px;
4403
+ width: 4px;
4404
+ height: 14px;
4405
+ background: var(--zaui-brand, #006aff);
4406
+ border-radius: var(zaui-border-radius-card, 4px);
4407
+ }
4408
+ .pro-theme-prd-tools-drawer .pro-theme-color {
4409
+ display: -webkit-box;
4410
+ display: -webkit-flex;
4411
+ display: -ms-flexbox;
4412
+ display: flex;
4413
+ }
4414
+ .pro-theme-prd-tools-drawer .pro-theme-color li {
4415
+ width: 38px;
4416
+ height: 38px;
4417
+ border-radius: 50%;
4418
+ background: #fff;
4419
+ display: -webkit-box;
4420
+ display: -webkit-flex;
4421
+ display: -ms-flexbox;
4422
+ display: flex;
4423
+ -webkit-box-pack: center;
4424
+ -webkit-justify-content: center;
4425
+ -ms-flex-pack: center;
4426
+ justify-content: center;
4427
+ -webkit-box-align: center;
4428
+ -webkit-align-items: center;
4429
+ -ms-flex-align: center;
4430
+ align-items: center;
4431
+ border: 6px solid #fff;
4432
+ color: #fff;
4433
+ margin-right: 34px;
4434
+ }
4435
+ .pro-theme-prd-tools-drawer .pro-theme-color li span {
4436
+ font-size: var(--zaui-font-size, 14px);
4437
+ vertical-align: -7px;
4438
+ }
4439
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1) {
4440
+ background: #006aff;
4441
+ }
4442
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1).active,
4443
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1):hover {
4444
+ border-color: #d6e7ff;
4445
+ }
4446
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2) {
4447
+ background: #00bc70;
4448
+ }
4449
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2).active,
4450
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2):hover {
4451
+ border-color: #e0f5e8;
4452
+ }
4453
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3) {
4454
+ background: #ff8c16;
4455
+ }
4456
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3).active,
4457
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3):hover {
4458
+ border-color: #ffecdd;
4459
+ }
4460
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4) {
4461
+ margin-right: 0;
4462
+ background: #a00f20;
4463
+ }
4464
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4).active,
4465
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4):hover {
4466
+ border-color: #f2dbdb;
4467
+ }
4468
+ .pro-theme-prd-tools-drawer .anticon-question-circle {
4469
+ color: var(--zaui-brand, #006aff);
4470
+ }
4471
+ .pro-theme-prd-tools-drawer .copy-btn {
4472
+ position: absolute;
4473
+ width: calc(100% - 64px);
4474
+ bottom: 20px;
4475
+ left: 32px;
4476
+ z-index: 10;
4477
+ }
4478
+ .pro-theme-prd-tools-drawer .pro-theme-tools-box {
4479
+ display: -webkit-box;
4480
+ display: -webkit-flex;
4481
+ display: -ms-flexbox;
4482
+ display: flex;
4483
+ -webkit-box-pack: justify;
4484
+ -webkit-justify-content: space-between;
4485
+ -ms-flex-pack: justify;
4486
+ justify-content: space-between;
4487
+ -webkit-flex-wrap: wrap;
4488
+ -ms-flex-wrap: wrap;
4489
+ flex-wrap: wrap;
4490
+ }
4491
+ .pro-theme-prd-tools-drawer .pro-theme-tools-space {
4492
+ margin-bottom: 24px;
4493
+ }
4494
+ .pro-theme-prd-tools-drawer .pro-theme-tools-space.pro-theme-tools-small-space {
4495
+ margin-bottom: 8px;
4496
+ }
4497
+ .pro-theme-prd-tools-drawer .ant-radio-button-wrapper {
4498
+ padding: 0 28px;
4499
+ }
4500
+ .pro-theme-prd-tools-drawer .pro-theme-tools-form .ant-radio-button-wrapper {
4501
+ padding: 0 42px;
4502
+ }
4503
+ .pro-theme-prd-tools-drawer .pro-drawer-close {
4504
+ position: absolute;
4505
+ top: 6px;
4506
+ left: -37px;
4507
+ display: -webkit-box;
4508
+ display: -webkit-flex;
4509
+ display: -ms-flexbox;
4510
+ display: flex;
4511
+ -webkit-box-align: center;
4512
+ -webkit-align-items: center;
4513
+ -ms-flex-align: center;
4514
+ align-items: center;
4515
+ -webkit-box-pack: center;
4516
+ -webkit-justify-content: center;
4517
+ -ms-flex-pack: center;
4518
+ justify-content: center;
4519
+ width: 32px;
4520
+ height: 38px;
4521
+ color: #fff;
4522
+ cursor: pointer;
4523
+ }
4524
+ .pro-theme-prd-tools-drawer .pro-drawer-close .close-icon {
4525
+ position: relative;
4526
+ left: 4px;
4527
+ z-index: 1;
4528
+ color: var(--zaui-text, #343434);
4529
+ font-size: var(--zaui-font-size-lg, 16px);
4530
+ -webkit-transform: translateZ(100px);
4531
+ transform: translateZ(100px);
4532
+ }
4533
+ .pro-theme-prd-tools-drawer .pro-drawer-close .close-icon:hover {
4534
+ color: var(--zaui-brand, #006aff);
4535
+ }
4536
+ .pro-theme-prd-tools-drawer .pro-drawer-close::after {
4537
+ position: absolute;
4538
+ top: 0;
4539
+ right: 0;
4540
+ bottom: 0;
4541
+ left: 0;
4542
+ background-color: #fff;
4543
+ border-radius: 4px 0px 0px 4px;
4544
+ -webkit-transform: perspective(0.15em) rotateY(-2deg);
4545
+ transform: perspective(0.15em) rotateY(-2deg);
4546
+ content: '';
4547
+ }
4548
+ .pro-theme-tools {
4549
+ display: -webkit-box;
4550
+ display: -webkit-flex;
4551
+ display: -ms-flexbox;
4552
+ display: flex;
4553
+ -webkit-box-align: center;
4554
+ -webkit-align-items: center;
4555
+ -ms-flex-align: center;
4556
+ align-items: center;
4557
+ -webkit-box-pack: center;
4558
+ -webkit-justify-content: center;
4559
+ -ms-flex-pack: center;
4560
+ justify-content: center;
4561
+ width: 34px;
4562
+ height: 34px;
4563
+ background: #d8e6ff;
4564
+ border-radius: var(--zaui-border-radius, 8px);
4565
+ cursor: pointer;
4566
+ }
4567
+ .pro-theme-tools .setting-icon {
4568
+ margin-top: -1px;
4569
+ }
4570
+ .pro-theme-tools .setting-icon div {
4571
+ display: -webkit-box;
4572
+ display: -webkit-flex;
4573
+ display: -ms-flexbox;
4574
+ display: flex;
4575
+ -webkit-box-align: center;
4576
+ -webkit-align-items: center;
4577
+ -ms-flex-align: center;
4578
+ align-items: center;
4579
+ -webkit-box-pack: center;
4580
+ -webkit-justify-content: center;
4581
+ -ms-flex-pack: center;
4582
+ justify-content: center;
4583
+ }
4584
+ .pro-theme-tools.pro-theme-tools-follow {
4585
+ background: var(--ant-primary-1);
4586
+ }
4587
+ .pro-theme-tools.pro-theme-tools-follow svg {
4588
+ color: var(--zaui-brand, #006aff);
4589
+ }
4590
+ .pro-theme-tools .anticon {
4591
+ color: var(--zaui-text, #343434);
4592
+ }
4593
+ .pro-theme-tools .anticon svg {
4594
+ font-size: 20px;
4595
+ }
4596
+ .pro-theme-tools-drawer .ant-drawer-body {
4597
+ padding: 32px;
4598
+ }
4599
+ .pro-theme-tools-drawer .ant-space-vertical {
4600
+ gap: var(--zaui-space-size-sm, 8px) !important;
4601
+ }
4602
+ .pro-theme-tools-drawer .anticon-question-circle {
4603
+ color: var(--zaui-brand, #006aff);
4604
+ }
4605
+ .pro-theme-tools-drawer .copy-btn {
4606
+ position: absolute;
4607
+ bottom: 20px;
4608
+ left: 32px;
4609
+ z-index: 10;
4610
+ width: calc(100% - 64px);
4611
+ }
4612
+ .pro-theme-tools-drawer .pro-theme-tools-box {
4613
+ display: -webkit-box;
4614
+ display: -webkit-flex;
4615
+ display: -ms-flexbox;
4616
+ display: flex;
4617
+ -webkit-flex-wrap: wrap;
4618
+ -ms-flex-wrap: wrap;
4619
+ flex-wrap: wrap;
4620
+ -webkit-box-pack: justify;
4621
+ -webkit-justify-content: space-between;
4622
+ -ms-flex-pack: justify;
4623
+ justify-content: space-between;
4624
+ }
4625
+ .pro-theme-tools-drawer .pro-theme-tools-space {
4626
+ margin-bottom: var(--zaui-space-size-md, 16px);
4627
+ }
4628
+ .pro-theme-tools-drawer .ant-radio-button-wrapper {
4629
+ padding: 0 12px;
4630
+ }
4631
+ .pro-download.ant-btn-link,
4632
+ .pro-download.ant-btn-text {
4633
+ padding: 0;
4634
+ }
4635
+ .pro-editable .ant-table-cell .table-title-required::before {
4636
+ display: inline-block;
4637
+ margin-right: 4px;
4638
+ color: #ff5050;
4639
+ font-size: var(--zaui-font-size, 14px);
4640
+ line-height: 1;
4641
+ content: '*';
4642
+ }
4643
+ .pro-editable .ant-table-cell .ant-form-item {
4644
+ margin-bottom: 0px;
4645
+ }
4646
+ .pro-editable .ant-table.ant-table-bordered > .ant-table-container {
4647
+ border: 0;
4648
+ }
4649
+ .pro-editable .ant-table-thead > tr > th {
4650
+ white-space: nowrap;
4651
+ background-color: #f6f7f8;
4652
+ border: 0;
4653
+ }
4654
+ .pro-editable .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
4655
+ height: 0;
4656
+ }
4657
+ .pro-editable .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
4658
+ border-top: 0;
4659
+ border-right: 0;
4660
+ border-bottom: 0;
4661
+ }
4662
+ .pro-editable .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
4663
+ padding: var(--zaui-space-size-md, 16px);
4664
+ vertical-align: top;
4665
+ border-bottom: 0;
4666
+ }
4667
+ .pro-editable .ant-btn-link[disabled] {
4668
+ color: var(--zaui-disabled-text);
4669
+ }
4670
+ .pro-editable .ant-space {
4671
+ gap: var(--zaui-space-size-sm, 8px);
4672
+ }
4673
+ .pro-editable .ant-space .ant-btn-link {
4674
+ padding: 0 var(--zaui-space-size-xs, 4px);
4675
+ }
4676
+ .pro-editable .ant-space .ant-btn-link:first-child {
4677
+ padding-left: 0;
4678
+ }
4679
+ .pro-editable .com-empty {
4680
+ text-align: center;
4681
+ }
4682
+ .pro-editable .com-empty .empty-img {
4683
+ width: 80px;
4684
+ height: 80px;
4685
+ }
4686
+ .pro-editable .com-empty .empty-text {
4687
+ margin-top: var(--zaui-space-size-md, 16px);
4688
+ }
4689
+ .pro-editable .com-empty .empty-text .ant-btn-link {
4690
+ padding: 0;
4691
+ }
4692
+ html,
4693
+ body,
4694
+ body div,
4695
+ span,
4696
+ object,
4697
+ iframe,
4698
+ h1,
4699
+ h2,
4700
+ h3,
4701
+ h4,
4702
+ h5,
4703
+ h6,
4704
+ p,
4705
+ blockquote,
4706
+ pre,
4707
+ abbr,
4708
+ address,
4709
+ cite,
4710
+ code,
4711
+ del,
4712
+ dfn,
4713
+ em,
4714
+ img,
4715
+ ins,
4716
+ kbd,
4717
+ q,
4718
+ samp,
4719
+ small,
4720
+ strong,
4721
+ sub,
4722
+ sup,
4723
+ var,
4724
+ b,
4725
+ i,
4726
+ dl,
4727
+ dt,
4728
+ dd,
4729
+ ol,
4730
+ ul,
4731
+ li,
4732
+ fieldset,
4733
+ form,
4734
+ label,
4735
+ legend,
4736
+ table,
4737
+ caption,
4738
+ tbody,
4739
+ tfoot,
4740
+ thead,
4741
+ tr,
4742
+ th,
4743
+ td,
4744
+ article,
4745
+ aside,
4746
+ figure,
4747
+ footer,
4748
+ header,
4749
+ menu,
4750
+ nav,
4751
+ section,
4752
+ time,
4753
+ mark,
4754
+ audio,
4755
+ video,
4756
+ details,
4757
+ summary {
4758
+ margin: 0;
4759
+ padding: 0;
4760
+ font-family: -apple-system, PingFang SC, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
4761
+ vertical-align: baseline;
4762
+ background: transparent;
4763
+ border: 0;
4764
+ }
4765
+ tbody {
4766
+ vertical-align: middle;
4767
+ }
4768
+ tr,
4769
+ th,
4770
+ td {
4771
+ vertical-align: inherit;
4772
+ }
4773
+ main,
4774
+ article,
4775
+ aside,
4776
+ figure,
4777
+ footer,
4778
+ header,
4779
+ nav,
4780
+ section,
4781
+ details,
4782
+ summary {
4783
+ display: block;
4784
+ }
4785
+ html {
4786
+ -webkit-box-sizing: border-box;
4787
+ box-sizing: border-box;
4788
+ }
4789
+ *,
4790
+ *:before,
4791
+ *:after {
4792
+ -webkit-box-sizing: inherit;
4793
+ box-sizing: inherit;
4794
+ }
4795
+ img,
4796
+ object,
4797
+ embed {
4798
+ max-width: 100%;
4799
+ }
4800
+ ul {
4801
+ list-style: none;
4802
+ }
4803
+ blockquote,
4804
+ q {
4805
+ quotes: none;
4806
+ }
4807
+ blockquote:before,
4808
+ blockquote:after,
4809
+ q:before,
4810
+ q:after {
4811
+ content: '';
4812
+ content: none;
4813
+ }
4814
+ a {
4815
+ margin: 0;
4816
+ padding: 0;
4817
+ font-size: 100%;
4818
+ vertical-align: baseline;
4819
+ background: transparent;
4820
+ }
4821
+ del {
4822
+ text-decoration: line-through;
4823
+ }
4824
+ abbr[title],
4825
+ dfn[title] {
4826
+ border-bottom: 1px dotted #000;
4827
+ cursor: help;
4828
+ }
4829
+ hr {
4830
+ display: block;
4831
+ height: 1px;
4832
+ margin: 1em 0;
4833
+ padding: 0;
4834
+ border: 0;
4835
+ border-top: 1px solid #ccc;
4836
+ }
4837
+ input,
4838
+ select {
4839
+ vertical-align: middle;
4840
+ }
4841
+ pre {
4842
+ white-space: pre;
4843
+ /* CSS2 */
4844
+ white-space: pre-wrap;
4845
+ /* CSS 2.1 */
4846
+ white-space: pre-line;
4847
+ /* CSS 3 (and 2.1 as well, actually) */
4848
+ word-wrap: break-word;
4849
+ }
4850
+ input[type='radio'] {
4851
+ vertical-align: text-bottom;
4852
+ }
4853
+ input[type='checkbox'] {
4854
+ vertical-align: bottom;
4855
+ }
4856
+ .ie7 input[type='checkbox'] {
4857
+ vertical-align: baseline;
4858
+ }
4859
+ .ie6 input {
4860
+ vertical-align: text-bottom;
4861
+ }
4862
+ select,
4863
+ input,
4864
+ textarea {
4865
+ font: 99% sans-serif;
4866
+ }
4867
+ small {
4868
+ font-size: 85%;
4869
+ }
4870
+ strong {
4871
+ font-weight: bold;
4872
+ }
4873
+ sub,
4874
+ sup {
4875
+ position: relative;
4876
+ font-size: 75%;
4877
+ line-height: 0;
4878
+ }
4879
+ sup {
4880
+ top: -0.5em;
4881
+ }
4882
+ sub {
4883
+ bottom: -0.25em;
4884
+ }
4885
+ pre,
4886
+ code,
4887
+ kbd,
4888
+ samp {
4889
+ font-family: monospace, sans-serif;
4890
+ }
4891
+ .clickable,
4892
+ input[type='button'],
4893
+ input[type='submit'],
4894
+ input[type='file'],
4895
+ button {
4896
+ cursor: pointer;
4897
+ }
4898
+ button,
4899
+ input,
4900
+ select,
4901
+ textarea {
4902
+ margin: 0;
4903
+ }
4904
+ /* make buttons play nice in IE */
4905
+ button,
4906
+ input[type='button'] {
4907
+ width: auto;
4908
+ overflow: visible;
4909
+ }
4910
+ .ant-tabs-nav-list {
4911
+ overflow: auto;
4912
+ }
4913
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
4914
+ .ant-form-item-control-input-content {
4915
+ overflow: hidden;
4916
+ }
4917
+ .ant-popover .ant-form-item-control {
4918
+ -webkit-box-flex: 1;
4919
+ -webkit-flex: auto;
4920
+ -ms-flex: auto;
4921
+ flex: auto;
4922
+ }
4923
+ .ant-tabs-tab {
4924
+ display: inline-block;
4925
+ }
4926
+ /* IE兼容 */
4927
+ .ant-space {
4928
+ width: 100% !important;
4929
+ }
4930
+ }
4931
+ /* IE兼容 */
4932
+ .pro-icon.drag-icon {
4933
+ margin-right: var(--zaui-space-size-xs, 4px);
4934
+ cursor: move;
4935
+ }
4936
+ /* 兼容IE11 默认会生成2个值,默认值,var值。IE11下读取默认值 */
4937
+ :root {
4938
+ --zaui-global-bg: #ffffff;
4939
+ --zaui-base-bg: #ffffff;
4940
+ --zaui-brand: #006aff;
4941
+ --zaui-brand-hover: #3387ff;
4942
+ --zaui-brand-active: #005ad9;
4943
+ --zaui-brand-disabled: #99c3ff;
4944
+ --zaui-text: #343434;
4945
+ --zaui-text-weak: #616161;
4946
+ --zaui-aide-text: #909090;
4947
+ --zaui-placeholder: #a0a0a0;
4948
+ --zaui-link: var(--zaui-brand);
4949
+ --zaui-link-light-active: var(--zaui-brand-active);
4950
+ --zaui-line: #dcdcdc;
4951
+ --zaui-dividing-line: #dcdcdc;
4952
+ --zaui-area: #fafafa;
4953
+ --zaui-shadow: rgba(56, 56, 56, 0.15);
4954
+ --zaui-form-control-line: var(--zaui-line);
4955
+ --zaui-form-control-line-hover: var(--zaui-brand-hover);
4956
+ --zaui-form-control-line-active: var(--zaui-brand-active);
4957
+ --zaui-list-item-active-bg: var(--zaui-brand);
4958
+ --zaui-list-item-active-hover-bg: var(--zaui-brand);
4959
+ --zaui-list-item-selected-bg: var(--zaui-brand);
4960
+ --zaui-list-item-selected-hover-bg: var(--zaui-brand);
4961
+ --zaui-disabled-bg: #f2f2f2;
4962
+ --zaui-disabled-text: #333333;
4963
+ --zaui-feedback-overlay-bg: rgba(0, 0, 0, 0.7);
4964
+ --zaui-feedback-overlay-text: #343434;
4965
+ --zaui-primary: var(--zaui-brand);
4966
+ --zaui-primary-hover: var(--zaui-brand-hover);
4967
+ --zaui-primary-active: var(--zaui-brand-active);
4968
+ --zaui-danger-line: var(--zaui-line);
4969
+ --zaui-danger-bg: #fff2f0;
4970
+ --zaui-warning-line: var(--zaui-line);
4971
+ --zaui-warning-bg: #fffbe6;
4972
+ --zaui-info-line: var(--zaui-line);
4973
+ --zaui-info-bg: #e6f7ff;
4974
+ --zaui-success-line: var(--zaui-line);
4975
+ --zaui-success-bg: #f6ffed;
4976
+ --zaui-danger: #ff5050;
4977
+ --zaui-warning: #ec9131;
4978
+ --zaui-success: #00ae4d;
4979
+ --zaui-menu-top-bg: #ffffff;
4980
+ --zaui-menu-left-bg: #1a202d;
4981
+ --zaui-menu-second-bg: #ffffff;
4982
+ --zaui-form-align: left;
4983
+ --zaui-table-header-bg: #f2f3f5;
4984
+ --zaui-table-strip-bg: #fafafa;
4985
+ --zaui-table-hover-bg: #fafafa;
4986
+ --zaui-table-selected-bg: var(--zaui-table-hover-bg);
4987
+ --zaui-table-selected-hover-bg: var(--zaui-table-hover-bg);
4988
+ --zaui-table-nested-bg: #fafcfe;
4989
+ --zaui-contract-bg: #fffaa1;
4990
+ --zaui-form-label-width: 130px;
4991
+ --zaui-border-radius: 8px;
4992
+ --zaui-border-radius-card: 4px;
4993
+ --zaui-font-size-title: 16px;
4994
+ --zaui-font-size-card-title: var(--zaui-font-size-title);
4995
+ --zaui-font-size: 14px;
4996
+ --zaui-font-size-sm: 12px;
4997
+ --zaui-font-size-md: var(--zaui-font-size);
4998
+ --zaui-font-size-lg: 16px;
4999
+ --zaui-font-size-xl: 18px;
5000
+ --zaui-font-size-xxl: 20px;
5001
+ --zaui-font-size-lg-title: 24px;
5002
+ --zaui-height-border: var(--zaui-height-size-md);
5003
+ --zaui-height-card: var(--zaui-height-size-lg);
5004
+ --zaui-height-size-xs: 4px;
5005
+ --zaui-height-size-sm: 8px;
5006
+ --zaui-height-size-md: 16px;
5007
+ --zaui-height-size-lg: 32px;
5008
+ --zaui-height-size-xl: 64px;
5009
+ --zaui-space-border: var(--zaui-space-size-md);
5010
+ --zaui-space-card: var(--zaui-space-size-lg);
5011
+ --zaui-space-size-xs: 4px;
5012
+ --zaui-space-size-sm: 8px;
5013
+ --zaui-space-size-md: 16px;
5014
+ --zaui-space-size-lg: 32px;
5015
+ --zaui-space-size-xl: 64px;
5016
+ --zaui-line-height-base: 1.5;
5017
+ --zaui-size: 1;
5018
+ --zaui-base-font-size: 0px;
5019
+ }