@zat-design/sisyphus-react 3.4.2-beta.2 → 3.4.2-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.css +257 -127
- package/dist/less.esm.css +5028 -0
- package/dist/less.esm.js +3 -0
- package/es/ProEditTable/components/RenderField/index.js +13 -15
- package/es/ProEditTable/index.js +3 -3
- package/es/ProEditTable/propsType.d.ts +1 -1
- package/es/ProEditTable/utils/config.js +5 -5
- package/es/ProEditTable/utils/index.js +67 -30
- package/es/ProEditTable/utils/tools.js +3 -1
- package/es/ProEnum/components/Group.d.ts +1 -0
- package/es/ProEnum/components/Group.js +21 -8
- package/es/ProEnum/index.js +4 -2
- package/es/ProEnum/style/index.less +12 -3
- package/es/ProForm/components/combination/Group/index.js +8 -9
- package/es/ProForm/components/combination/Group/propsType.d.ts +1 -0
- package/es/ProForm/components/combination/Group/style/index.less +4 -4
- package/es/ProForm/components/combination/Group/utils.d.ts +2 -0
- package/es/ProForm/components/combination/Group/utils.js +10 -0
- package/es/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
- package/es/ProForm/components/render/Render.js +2 -2
- package/es/ProForm/components/render/RenderFields.d.ts +1 -1
- package/es/ProForm/components/render/RenderFields.js +2 -2
- package/es/ProForm/index.js +4 -4
- package/es/ProForm/propsType.d.ts +1 -1
- package/es/ProForm/style/index.less +16 -2
- package/es/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
- package/es/ProForm/utils/diffOriginal.js +61 -0
- package/es/ProForm/utils/index.d.ts +1 -1
- package/es/ProForm/utils/index.js +1 -1
- package/es/ProForm/utils/transformValue.js +2 -2
- package/es/ProForm/utils/useChanged.js +4 -3
- package/es/ProForm/utils/useListChanged.d.ts +1 -1
- package/es/ProForm/utils/useListChanged.js +5 -3
- package/es/ProIcon/index.d.ts +0 -1
- package/es/ProIcon/index.js +7 -29
- package/es/ProLayout/components/Layout/Header/style/index.less +1 -1
- package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
- package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
- package/es/ProLayout/components/Layout/Menu/style/index.less +52 -56
- package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -5
- package/es/ProLayout/components/ProCollapse/index.js +22 -6
- package/es/ProLayout/components/ProCollapse/style/index.less +24 -21
- package/es/ProLayout/components/ProFooter/index.js +1 -1
- package/es/ProLayout/components/ProFooter/style/index.less +1 -1
- package/es/ProLayout/components/ProHeader/style/index.less +2 -1
- package/es/ProLayout/style/index.less +176 -88
- package/es/ProStep/components/Item/index.js +2 -1
- package/es/ProStep/style/index.less +71 -70
- package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
- package/es/ProTable/components/RenderColumn/index.js +3 -3
- package/es/ProTable/propsType.d.ts +1 -1
- package/es/ProTable/utils.js +9 -9
- package/es/ProTabs/style/index.less +3 -1
- package/es/ProThemeTools/component/PrdTools/index.d.ts +1 -1
- package/es/ProThemeTools/component/PrdTools/index.js +2 -2
- package/es/ProThemeTools/index.js +21 -28
- package/es/ProThemeTools/propsType.d.ts +1 -1
- package/es/ProThemeTools/style/index.less +25 -8
- package/es/assets/catalog.svg +30 -1
- package/es/assets/fold.svg +27 -0
- package/es/assets/setting.svg +14 -0
- package/es/style/less.less +2 -0
- package/es/style/theme/antd.less +0 -1
- package/lib/ProEditTable/components/RenderField/index.js +12 -14
- package/lib/ProEditTable/index.js +3 -3
- package/lib/ProEditTable/propsType.d.ts +1 -1
- package/lib/ProEditTable/utils/config.js +5 -5
- package/lib/ProEditTable/utils/index.js +67 -30
- package/lib/ProEditTable/utils/tools.js +3 -1
- package/lib/ProEnum/components/Group.d.ts +1 -0
- package/lib/ProEnum/components/Group.js +21 -8
- package/lib/ProEnum/index.js +4 -2
- package/lib/ProEnum/style/index.less +12 -3
- package/lib/ProForm/components/combination/Group/index.js +6 -7
- package/lib/ProForm/components/combination/Group/propsType.d.ts +1 -0
- package/lib/ProForm/components/combination/Group/style/index.less +4 -4
- package/lib/ProForm/components/combination/Group/utils.d.ts +2 -0
- package/lib/ProForm/components/combination/Group/utils.js +11 -1
- package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
- package/lib/ProForm/components/render/Render.js +2 -2
- package/lib/ProForm/components/render/RenderFields.d.ts +1 -1
- package/lib/ProForm/components/render/RenderFields.js +2 -2
- package/lib/ProForm/index.js +4 -4
- package/lib/ProForm/propsType.d.ts +1 -1
- package/lib/ProForm/style/index.less +16 -2
- package/lib/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
- package/lib/ProForm/utils/diffOriginal.js +68 -0
- package/lib/ProForm/utils/index.d.ts +1 -1
- package/lib/ProForm/utils/index.js +2 -2
- package/lib/ProForm/utils/transformValue.js +1 -1
- package/lib/ProForm/utils/useChanged.js +4 -3
- package/lib/ProForm/utils/useListChanged.d.ts +1 -1
- package/lib/ProForm/utils/useListChanged.js +5 -3
- package/lib/ProIcon/index.d.ts +0 -1
- package/lib/ProIcon/index.js +7 -30
- package/lib/ProLayout/components/Layout/Header/style/index.less +1 -1
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
- package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
- package/lib/ProLayout/components/Layout/Menu/style/index.less +52 -56
- package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -5
- package/lib/ProLayout/components/ProCollapse/index.js +20 -6
- package/lib/ProLayout/components/ProCollapse/style/index.less +24 -21
- package/lib/ProLayout/components/ProFooter/index.js +1 -1
- package/lib/ProLayout/components/ProFooter/style/index.less +1 -1
- package/lib/ProLayout/components/ProHeader/style/index.less +2 -1
- package/lib/ProLayout/style/index.less +176 -88
- package/lib/ProStep/components/Item/index.js +2 -1
- package/lib/ProStep/style/index.less +71 -70
- package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
- package/lib/ProTable/components/RenderColumn/index.js +3 -3
- package/lib/ProTable/propsType.d.ts +1 -1
- package/lib/ProTable/utils.js +9 -9
- package/lib/ProTabs/style/index.less +3 -1
- package/lib/ProThemeTools/component/PrdTools/index.d.ts +1 -1
- package/lib/ProThemeTools/component/PrdTools/index.js +2 -2
- package/lib/ProThemeTools/index.js +19 -27
- package/lib/ProThemeTools/propsType.d.ts +1 -1
- package/lib/ProThemeTools/style/index.less +25 -8
- package/lib/assets/catalog.svg +30 -1
- package/lib/assets/fold.svg +27 -0
- package/lib/assets/setting.svg +14 -0
- package/lib/style/less.less +2 -0
- package/lib/style/theme/antd.less +0 -1
- package/package.json +1 -1
- package/es/ProForm/utils/contrastOriginal.js +0 -24
- package/es/ProIcon/symbolIcon.js +0 -43
- package/lib/ProForm/utils/contrastOriginal.js +0 -30
- package/lib/ProIcon/symbolIcon.js +0 -45
package/dist/index.esm.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
.pro-layout-header {
|
|
3
3
|
position: fixed;
|
|
4
4
|
top: 0;
|
|
5
|
-
z-index:
|
|
5
|
+
z-index: 103;
|
|
6
6
|
display: -webkit-box;
|
|
7
7
|
display: -webkit-flex;
|
|
8
8
|
display: -ms-flexbox;
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
padding-left: 16px !important;
|
|
274
274
|
}
|
|
275
275
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
|
|
276
|
-
background: #
|
|
276
|
+
background: #1a202d;
|
|
277
277
|
}
|
|
278
278
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title,
|
|
279
279
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-item-only-child,
|
|
@@ -281,15 +281,15 @@
|
|
|
281
281
|
padding-left: 16px !important;
|
|
282
282
|
}
|
|
283
283
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
|
|
284
|
+
height: auto;
|
|
284
285
|
min-height: 48px;
|
|
286
|
+
margin: 0;
|
|
285
287
|
padding-top: 12px;
|
|
286
288
|
padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
|
|
287
|
-
margin: 0;
|
|
288
|
-
height: auto;
|
|
289
289
|
}
|
|
290
290
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child h2 {
|
|
291
|
-
line-height: initial !important;
|
|
292
291
|
height: auto !important;
|
|
292
|
+
line-height: initial !important;
|
|
293
293
|
white-space: pre-wrap;
|
|
294
294
|
}
|
|
295
295
|
.pro-layout-open-menu .ant-menu-root .ant-menu-item {
|
|
@@ -310,8 +310,8 @@
|
|
|
310
310
|
color: #fff;
|
|
311
311
|
}
|
|
312
312
|
.pro-layout-open-menu .ant-menu.ant-menu-dark {
|
|
313
|
-
background: #1A202D;
|
|
314
313
|
overflow-x: hidden;
|
|
314
|
+
background: #1a202d;
|
|
315
315
|
}
|
|
316
316
|
.pro-layout-open-menu .ant-menu.ant-menu-dark .ant-menu-item-only-child:hover {
|
|
317
317
|
background: var(--ant-primary-8, #003eb3);
|
|
@@ -327,12 +327,12 @@
|
|
|
327
327
|
}
|
|
328
328
|
.pro-layout-open-menu .ant-menu-sub.ant-menu-inline > .ant-menu-item,
|
|
329
329
|
.pro-layout-open-menu .ant-menu-submenu-title {
|
|
330
|
-
white-space: pre-wrap;
|
|
331
|
-
line-height: initial !important;
|
|
332
330
|
height: auto !important;
|
|
331
|
+
min-height: 48px;
|
|
333
332
|
margin: 0;
|
|
334
333
|
padding: 12px 0;
|
|
335
|
-
|
|
334
|
+
line-height: initial !important;
|
|
335
|
+
white-space: pre-wrap;
|
|
336
336
|
}
|
|
337
337
|
.pro-layout-open-menu .ant-menu-title-content div {
|
|
338
338
|
display: -webkit-box;
|
|
@@ -355,62 +355,64 @@
|
|
|
355
355
|
flex: 0 0 20px;
|
|
356
356
|
width: 20px;
|
|
357
357
|
height: 20px;
|
|
358
|
-
color: #
|
|
358
|
+
color: #cacaca;
|
|
359
359
|
}
|
|
360
360
|
.pro-layout-open-menu .ant-menu-title-content div h2 {
|
|
361
|
+
display: inline-block;
|
|
361
362
|
-webkit-box-flex: 1;
|
|
362
363
|
-webkit-flex-grow: 1;
|
|
363
364
|
-ms-flex-positive: 1;
|
|
364
365
|
flex-grow: 1;
|
|
365
366
|
margin-bottom: 0;
|
|
366
|
-
opacity: 1;
|
|
367
|
-
-webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
|
|
368
|
-
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
|
|
369
|
-
display: inline-block;
|
|
370
367
|
padding-left: 12px;
|
|
371
|
-
color: #
|
|
368
|
+
color: #cacaca;
|
|
372
369
|
font-weight: 400;
|
|
373
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
374
|
}
|
|
375
375
|
.pro-layout-open-menu .anticon-caret-down {
|
|
376
|
-
|
|
376
|
+
top: auto;
|
|
377
|
+
color: #cacaca;
|
|
377
378
|
-webkit-transform: rotateZ(0deg);
|
|
378
379
|
transform: rotateZ(0deg);
|
|
379
|
-
top: auto;
|
|
380
380
|
-webkit-transition: all 0.1s ease-in;
|
|
381
381
|
transition: all 0.1s ease-in;
|
|
382
382
|
}
|
|
383
383
|
.pro-layout-open-menu .ant-menu-submenu-open .anticon-caret-down {
|
|
384
|
+
color: #fff;
|
|
384
385
|
-webkit-transform: rotateZ(180deg);
|
|
385
386
|
transform: rotateZ(180deg);
|
|
386
|
-
color: #fff;
|
|
387
387
|
}
|
|
388
388
|
.pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline .anticon-caret-down {
|
|
389
|
+
color: #cacaca;
|
|
389
390
|
-webkit-transform: rotateZ(0deg);
|
|
390
391
|
transform: rotateZ(0deg);
|
|
391
|
-
color: #CACACA;
|
|
392
392
|
}
|
|
393
393
|
.pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline.ant-menu-submenu-open .anticon-caret-down {
|
|
394
|
+
color: #fff;
|
|
394
395
|
-webkit-transform: rotateZ(180deg);
|
|
395
396
|
transform: rotateZ(180deg);
|
|
396
|
-
color: #fff;
|
|
397
397
|
}
|
|
398
398
|
.pro-layout-open-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon {
|
|
399
399
|
color: #fff;
|
|
400
400
|
}
|
|
401
|
+
.pro-layout-open-menu .ant-menu-item-selected .ant-menu-title-content h2 {
|
|
402
|
+
font-weight: bold !important;
|
|
403
|
+
}
|
|
401
404
|
.pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div .pro-layout-icon {
|
|
402
405
|
color: #fff;
|
|
403
406
|
}
|
|
404
407
|
.pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div h2 {
|
|
405
|
-
font-weight: bold;
|
|
406
408
|
color: #fff;
|
|
407
409
|
}
|
|
408
410
|
.pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div .pro-layout-icon {
|
|
409
|
-
color: #
|
|
411
|
+
color: #cacaca;
|
|
410
412
|
}
|
|
411
413
|
.pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div h2 {
|
|
414
|
+
color: #cacaca;
|
|
412
415
|
font-weight: 400;
|
|
413
|
-
color: #CACACA;
|
|
414
416
|
}
|
|
415
417
|
.pro-layout-sider-menu {
|
|
416
418
|
width: 220px;
|
|
@@ -442,11 +444,16 @@
|
|
|
442
444
|
overflow-x: hidden;
|
|
443
445
|
overflow-y: auto;
|
|
444
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
|
+
}
|
|
445
450
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div h2 {
|
|
446
|
-
color: var(--zaui-text);
|
|
447
451
|
padding: 0;
|
|
452
|
+
padding-right: 12px;
|
|
453
|
+
color: var(--zaui-text);
|
|
448
454
|
}
|
|
449
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;
|
|
450
457
|
color: var(--zaui-text);
|
|
451
458
|
font-weight: 500;
|
|
452
459
|
}
|
|
@@ -460,8 +467,8 @@
|
|
|
460
467
|
margin-left: var(--zaui-space-size-md, 16px);
|
|
461
468
|
}
|
|
462
469
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .pro-layout-icon {
|
|
463
|
-
fill: currentColor;
|
|
464
470
|
color: var(--zaui-text, #343434) !important;
|
|
471
|
+
fill: currentColor;
|
|
465
472
|
}
|
|
466
473
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub {
|
|
467
474
|
overflow: hidden;
|
|
@@ -469,8 +476,8 @@
|
|
|
469
476
|
}
|
|
470
477
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title:hover,
|
|
471
478
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item:hover {
|
|
472
|
-
background-color: #f2f2f2;
|
|
473
479
|
color: #fff;
|
|
480
|
+
background-color: #f2f2f2;
|
|
474
481
|
}
|
|
475
482
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item {
|
|
476
483
|
margin: 0;
|
|
@@ -481,9 +488,9 @@
|
|
|
481
488
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title,
|
|
482
489
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-root > .ant-menu-item-only-child,
|
|
483
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;
|
|
484
492
|
padding-top: 10px;
|
|
485
493
|
padding-bottom: 10px;
|
|
486
|
-
min-height: 40px;
|
|
487
494
|
}
|
|
488
495
|
/** 侧边栏 + 内容区 */
|
|
489
496
|
.pro-layout-row {
|
|
@@ -501,12 +508,12 @@
|
|
|
501
508
|
.pro-layout-row .pro-layout-arrow {
|
|
502
509
|
width: 10px;
|
|
503
510
|
height: 10px;
|
|
511
|
+
margin-left: -5px;
|
|
504
512
|
background-color: transparent;
|
|
505
513
|
/* 模块背景为透明 */
|
|
506
514
|
border-color: #fff;
|
|
507
515
|
border-style: solid;
|
|
508
516
|
border-width: 2px 2px 0 0;
|
|
509
|
-
margin-left: -5px;
|
|
510
517
|
-webkit-transform: rotate(45deg);
|
|
511
518
|
transform: rotate(45deg);
|
|
512
519
|
}
|
|
@@ -534,8 +541,8 @@
|
|
|
534
541
|
display: inline-block;
|
|
535
542
|
white-space: nowrap;
|
|
536
543
|
opacity: 0;
|
|
537
|
-
-webkit-transition: opacity 0.
|
|
538
|
-
transition: 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;
|
|
539
546
|
}
|
|
540
547
|
.pro-layout-row.pro-layout-menu-collapsed .pro-layout-content {
|
|
541
548
|
margin-left: 220px !important;
|
|
@@ -575,10 +582,6 @@
|
|
|
575
582
|
width: 220px;
|
|
576
583
|
}
|
|
577
584
|
.pro-layout-row .pro-layout-content {
|
|
578
|
-
margin-left: 48px;
|
|
579
|
-
padding: 0 var(--zaui-space-size-md, 16px);
|
|
580
|
-
-webkit-transition: all 0.3s ease-in-out;
|
|
581
|
-
transition: all 0.3s ease-in-out;
|
|
582
585
|
z-index: 1;
|
|
583
586
|
-webkit-box-flex: 1;
|
|
584
587
|
-webkit-flex: auto;
|
|
@@ -586,6 +589,10 @@
|
|
|
586
589
|
flex: auto;
|
|
587
590
|
min-height: calc(100vh - 48px);
|
|
588
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;
|
|
589
596
|
}
|
|
590
597
|
.pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed {
|
|
591
598
|
left: 0;
|
|
@@ -614,9 +621,9 @@
|
|
|
614
621
|
justify-content: center;
|
|
615
622
|
width: 48px;
|
|
616
623
|
height: 48px;
|
|
617
|
-
-webkit-transition: all 0.25s ease;
|
|
618
|
-
transition: all 0.25s ease;
|
|
619
624
|
background: #292f3b;
|
|
625
|
+
-webkit-transition: all 0.3s ease;
|
|
626
|
+
transition: all 0.3s ease;
|
|
620
627
|
}
|
|
621
628
|
.pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed:hover {
|
|
622
629
|
background-color: rgba(185, 185, 189, 0.1);
|
|
@@ -668,22 +675,19 @@
|
|
|
668
675
|
width: 12px;
|
|
669
676
|
margin-right: 0;
|
|
670
677
|
}
|
|
671
|
-
.pro-collapse.pro-collapse-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.pro-collapse.pro-collapse-card.pro-collapse-no-title .pro-collapse-content {
|
|
675
|
-
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
676
|
-
}
|
|
677
|
-
.pro-collapse.pro-collapse-card .ant-collapse-header {
|
|
678
|
-
border-radius: var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px) 0 0 !important;
|
|
678
|
+
.pro-collapse .pro-collapse-icon {
|
|
679
|
+
max-width: 18px;
|
|
680
|
+
min-width: 16px;
|
|
679
681
|
}
|
|
680
|
-
.pro-collapse
|
|
681
|
-
|
|
682
|
-
padding-bottom: var(--zaui-space-size-sm, 8px) !important;
|
|
682
|
+
.pro-collapse .pro-collapse-icon img {
|
|
683
|
+
vertical-align: sub;
|
|
683
684
|
}
|
|
684
685
|
.pro-collapse.pro-collapse-no-title .ant-collapse-header {
|
|
685
686
|
display: none !important;
|
|
686
687
|
}
|
|
688
|
+
.pro-collapse.pro-collapse-no-title .pro-collapse-level2 .ant-collapse-header {
|
|
689
|
+
display: block !important;
|
|
690
|
+
}
|
|
687
691
|
.pro-collapse.ant-collapse .pro-collapse-panel {
|
|
688
692
|
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
|
689
693
|
}
|
|
@@ -701,7 +705,7 @@
|
|
|
701
705
|
font-size: var(--zaui-font-size-lg, 16px);
|
|
702
706
|
}
|
|
703
707
|
.pro-collapse .ant-collapse-expand-icon {
|
|
704
|
-
color: #
|
|
708
|
+
color: #999;
|
|
705
709
|
}
|
|
706
710
|
.pro-collapse.ant-collapse-borderless .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
|
707
711
|
padding: 0;
|
|
@@ -716,16 +720,18 @@
|
|
|
716
720
|
background: var(--zaui-base-bg, #ffffff);
|
|
717
721
|
}
|
|
718
722
|
.pro-collapse.pro-collapse-level2 {
|
|
719
|
-
margin-bottom: 0;
|
|
720
723
|
background: var(--zaui-base-bg, #ffffff);
|
|
721
724
|
}
|
|
725
|
+
.pro-collapse.pro-collapse-level2 .pro-collapse-panel {
|
|
726
|
+
margin-bottom: 0;
|
|
727
|
+
}
|
|
722
728
|
.pro-collapse.pro-collapse-level2 .ant-collapse-header {
|
|
723
729
|
padding: 0 !important;
|
|
724
730
|
background: var(--zaui-base-bg, #ffffff);
|
|
725
731
|
}
|
|
726
732
|
.pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text {
|
|
727
733
|
position: relative;
|
|
728
|
-
padding-left:
|
|
734
|
+
padding-left: 15px;
|
|
729
735
|
font-size: var(--zaui-font-size, 14px);
|
|
730
736
|
}
|
|
731
737
|
.pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text::before {
|
|
@@ -746,9 +752,15 @@
|
|
|
746
752
|
.pro-collapse.pro-collapse-level2 .pro-collapse-content {
|
|
747
753
|
padding-top: var(--zaui-space-size-sm, 8px) !important;
|
|
748
754
|
}
|
|
755
|
+
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse {
|
|
756
|
+
margin-bottom: var(--zaui-space-size-md, 16px);
|
|
757
|
+
}
|
|
758
|
+
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse.ant-collapse-item-active {
|
|
759
|
+
margin-bottom: 0;
|
|
760
|
+
}
|
|
749
761
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header {
|
|
750
762
|
padding: 0 8px 6px !important;
|
|
751
|
-
border-bottom:
|
|
763
|
+
border-bottom: 1px solid #dee0e3;
|
|
752
764
|
margin: 0 -8px;
|
|
753
765
|
}
|
|
754
766
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header .ant-collapse-arrow {
|
|
@@ -777,6 +789,9 @@
|
|
|
777
789
|
.pro-collapse .ant-collapse-extra .extra-info {
|
|
778
790
|
margin-right: 24px;
|
|
779
791
|
}
|
|
792
|
+
.pro-collapse.pro-collapse-list .ant-descriptions-view {
|
|
793
|
+
margin: 0 -8px;
|
|
794
|
+
}
|
|
780
795
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > th,
|
|
781
796
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > td {
|
|
782
797
|
padding: var(--zaui-space-size-sm, 8px) 0;
|
|
@@ -784,7 +799,7 @@
|
|
|
784
799
|
}
|
|
785
800
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > th.ant-descriptions-item,
|
|
786
801
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > td.ant-descriptions-item {
|
|
787
|
-
padding-left:
|
|
802
|
+
padding-left: 23px;
|
|
788
803
|
}
|
|
789
804
|
.pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child {
|
|
790
805
|
position: relative;
|
|
@@ -811,7 +826,7 @@
|
|
|
811
826
|
position: fixed;
|
|
812
827
|
right: 0;
|
|
813
828
|
bottom: 0;
|
|
814
|
-
z-index:
|
|
829
|
+
z-index: 98;
|
|
815
830
|
width: 100%;
|
|
816
831
|
padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
|
|
817
832
|
background: var(--zaui-base-bg, #ffffff);
|
|
@@ -838,6 +853,8 @@
|
|
|
838
853
|
.pro-header {
|
|
839
854
|
padding: 16px 0 0 0 !important;
|
|
840
855
|
background-color: var(--zaui-base-bg, #ffffff);
|
|
856
|
+
-webkit-box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
|
|
857
|
+
box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
|
|
841
858
|
}
|
|
842
859
|
.pro-header.pro-header-no-back.pro-header-has-describe .pro-header-top {
|
|
843
860
|
padding-left: var(--zaui-space-size-md, 16px);
|
|
@@ -1043,7 +1060,7 @@
|
|
|
1043
1060
|
display: -webkit-flex;
|
|
1044
1061
|
display: -ms-flexbox;
|
|
1045
1062
|
display: flex;
|
|
1046
|
-
background: #
|
|
1063
|
+
background: #fafafa;
|
|
1047
1064
|
border-top: 1px solid #f2f2f2;
|
|
1048
1065
|
}
|
|
1049
1066
|
.pro-header .pro-header-nav.pro-header-nav-open .pro-header-fold .pro-header-fold-bg {
|
|
@@ -1193,83 +1210,146 @@
|
|
|
1193
1210
|
.pro-layout .pro-layout-menu-open .pro-layout-open-menu-lv1 h2 {
|
|
1194
1211
|
font-weight: bold;
|
|
1195
1212
|
}
|
|
1213
|
+
.pro-layout.pro-layout-light .pro-collapse {
|
|
1214
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1215
|
+
}
|
|
1216
|
+
.pro-layout.pro-layout-light .pro-collapse.ant-collapse-borderless {
|
|
1217
|
+
background: #fff;
|
|
1218
|
+
}
|
|
1219
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-collapse-content {
|
|
1220
|
+
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
1221
|
+
padding: var(--zaui-space-size-md, 16px);
|
|
1222
|
+
}
|
|
1223
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-header-no-describe {
|
|
1224
|
+
padding: 0 !important;
|
|
1225
|
+
}
|
|
1226
|
+
.pro-layout.pro-layout-light .pro-collapse .ant-collapse-item-active.pro-collapse-panel .ant-collapse-header {
|
|
1227
|
+
border-radius: var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px) 0 0 !important;
|
|
1228
|
+
}
|
|
1229
|
+
.pro-layout.pro-layout-light .pro-collapse .pro-collapse-content {
|
|
1230
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
1231
|
+
padding: var(--zaui-space-size-md, 16px);
|
|
1232
|
+
}
|
|
1233
|
+
.pro-layout.pro-layout-light .pro-collapse .pro-collapse-content .pro-form {
|
|
1234
|
+
margin-bottom: 0;
|
|
1235
|
+
}
|
|
1236
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-panel .ant-collapse-header {
|
|
1237
|
+
background: #fff;
|
|
1238
|
+
}
|
|
1239
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-content {
|
|
1240
|
+
padding-bottom: var(--zaui-border-radius, 8px);
|
|
1241
|
+
}
|
|
1242
|
+
.pro-layout.pro-layout-light .pro-collapse .pro-collapse-panel .ant-collapse-header {
|
|
1243
|
+
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
1244
|
+
background: #E4F2FE;
|
|
1245
|
+
}
|
|
1246
|
+
.pro-layout.pro-layout-light .pro-header {
|
|
1247
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
1248
|
+
}
|
|
1249
|
+
.pro-layout.pro-layout-light .pro-header.pro-header-no-describe {
|
|
1250
|
+
padding: var(--zaui-space-size-md, 16px) !important;
|
|
1251
|
+
}
|
|
1252
|
+
.pro-layout.pro-layout-light .pro-header.pro-header-no-describe .pro-header-top {
|
|
1253
|
+
padding-bottom: 0;
|
|
1254
|
+
}
|
|
1255
|
+
.pro-layout.pro-layout-light .pro-header.pro-header-has-describe .pro-header-nav-open {
|
|
1256
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
1257
|
+
}
|
|
1258
|
+
.pro-layout.pro-layout-light .pro-layout-content {
|
|
1259
|
+
padding: 0 var(--zaui-space-size-md, 16px);
|
|
1260
|
+
background: #f3f5f8;
|
|
1261
|
+
}
|
|
1196
1262
|
.pro-layout.pro-layout-light .pro-layout-menu-open,
|
|
1197
1263
|
.pro-layout.pro-layout-light .pro-layout-menu {
|
|
1198
1264
|
-webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
|
|
1199
1265
|
box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
|
|
1200
1266
|
}
|
|
1201
1267
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
|
|
1202
|
-
color: var(--zaui-text, #343434);
|
|
1203
1268
|
position: relative;
|
|
1204
1269
|
z-index: 1;
|
|
1270
|
+
color: var(--zaui-text, #343434);
|
|
1271
|
+
}
|
|
1272
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list {
|
|
1273
|
+
border-right: 1px solid #f0f0f0;
|
|
1205
1274
|
}
|
|
1206
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li {
|
|
1275
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li {
|
|
1207
1276
|
position: relative;
|
|
1208
1277
|
}
|
|
1209
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li > div {
|
|
1278
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li > div {
|
|
1210
1279
|
position: relative;
|
|
1211
1280
|
z-index: 1;
|
|
1212
1281
|
}
|
|
1213
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
|
|
1282
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active {
|
|
1214
1283
|
background: transparent;
|
|
1284
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1215
1285
|
}
|
|
1216
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active div .pro-layout-icon {
|
|
1286
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active div .pro-layout-icon {
|
|
1217
1287
|
color: #fff;
|
|
1218
1288
|
}
|
|
1219
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active::before {
|
|
1220
|
-
content: '';
|
|
1221
|
-
border-radius: var(--zaui-border-radius, 8px);
|
|
1222
|
-
background-color: var(--zaui-brand, #006aff);
|
|
1223
|
-
height: 38px;
|
|
1289
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active::before {
|
|
1224
1290
|
position: absolute;
|
|
1225
|
-
left: 5px;
|
|
1226
1291
|
top: 4px;
|
|
1292
|
+
left: 5px;
|
|
1227
1293
|
width: calc(100% - 10px);
|
|
1294
|
+
height: 38px;
|
|
1295
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1296
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1228
1297
|
opacity: 1 !important;
|
|
1298
|
+
content: '';
|
|
1229
1299
|
}
|
|
1230
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover {
|
|
1300
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover {
|
|
1231
1301
|
background: transparent;
|
|
1232
1302
|
}
|
|
1233
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover::before {
|
|
1234
|
-
content: '';
|
|
1235
|
-
border-radius: var(--zaui-border-radius, 8px);
|
|
1236
|
-
background-color: var(--zaui-brand, #006aff);
|
|
1237
|
-
height: 38px;
|
|
1303
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover::before {
|
|
1238
1304
|
position: absolute;
|
|
1239
|
-
left: 5px;
|
|
1240
1305
|
top: 4px;
|
|
1306
|
+
left: 5px;
|
|
1241
1307
|
width: calc(100% - 10px);
|
|
1308
|
+
height: 38px;
|
|
1309
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1310
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1242
1311
|
opacity: 0.08;
|
|
1312
|
+
content: '';
|
|
1243
1313
|
}
|
|
1244
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li div .pro-layout-icon {
|
|
1314
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li div .pro-layout-icon {
|
|
1245
1315
|
color: var(--zaui-text, #343434);
|
|
1246
1316
|
}
|
|
1247
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
|
|
1248
|
-
border-radius: var(--zaui-border-radius, 8px);
|
|
1249
|
-
}
|
|
1250
1317
|
.pro-layout.pro-layout-light .pro-layout-menu-collapsed {
|
|
1251
1318
|
position: relative;
|
|
1319
|
+
background: var(--zaui-base-bg, #fff);
|
|
1320
|
+
border-right: 1px solid #f0f0f0;
|
|
1252
1321
|
}
|
|
1253
|
-
.pro-layout.pro-layout-light .pro-layout-menu-collapsed
|
|
1322
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover {
|
|
1323
|
+
background: transparent !important;
|
|
1324
|
+
}
|
|
1325
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover::after {
|
|
1326
|
+
position: absolute;
|
|
1327
|
+
top: 5px;
|
|
1328
|
+
left: 5px;
|
|
1329
|
+
width: calc(100% - 10px);
|
|
1330
|
+
height: 40px;
|
|
1331
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1332
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1333
|
+
opacity: 0.08;
|
|
1254
1334
|
content: '';
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
width: calc(100% - 16px);
|
|
1335
|
+
}
|
|
1336
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
|
|
1258
1337
|
position: absolute;
|
|
1259
1338
|
top: 0;
|
|
1260
1339
|
left: var(--zaui-space-size-sm, 8px);
|
|
1340
|
+
width: calc(100% - 16px);
|
|
1341
|
+
height: 1px;
|
|
1342
|
+
background: #dee0e3;
|
|
1343
|
+
content: '';
|
|
1261
1344
|
}
|
|
1262
1345
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-arrow {
|
|
1263
1346
|
border-color: var(--zaui-text, #343434);
|
|
1264
1347
|
}
|
|
1265
|
-
.pro-layout.pro-layout-light .pro-layout-menu-collapsed {
|
|
1266
|
-
background: var(--zaui-base-bg, #fff);
|
|
1267
|
-
}
|
|
1268
1348
|
.pro-layout.pro-layout-light .ant-menu-root {
|
|
1269
1349
|
overflow-x: hidden !important;
|
|
1270
1350
|
}
|
|
1271
1351
|
.pro-layout.pro-layout-light .anticon-caret-down {
|
|
1272
|
-
color: #
|
|
1352
|
+
color: #999 !important;
|
|
1273
1353
|
}
|
|
1274
1354
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
|
|
1275
1355
|
background: var(--zaui-base-bg, #ffffff);
|
|
@@ -1279,24 +1359,32 @@
|
|
|
1279
1359
|
}
|
|
1280
1360
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div h2 {
|
|
1281
1361
|
color: var(--zaui-text, #343434);
|
|
1362
|
+
padding-right: 26px;
|
|
1363
|
+
}
|
|
1364
|
+
.pro-layout.pro-layout-light .ant-menu-item-only-child .ant-menu-title-content div h2 {
|
|
1365
|
+
padding-right: 16px;
|
|
1282
1366
|
}
|
|
1283
1367
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover,
|
|
1284
|
-
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover
|
|
1285
|
-
|
|
1368
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover,
|
|
1369
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
|
|
1286
1370
|
position: relative;
|
|
1371
|
+
background: transparent;
|
|
1287
1372
|
}
|
|
1288
1373
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover:before,
|
|
1289
|
-
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before
|
|
1290
|
-
|
|
1291
|
-
border-radius: var(--zaui-border-radius, 8px);
|
|
1292
|
-
background-color: var(--zaui-brand, #006aff);
|
|
1293
|
-
opacity: 0.08;
|
|
1294
|
-
height: 38px;
|
|
1374
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before,
|
|
1375
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected:before {
|
|
1295
1376
|
position: absolute;
|
|
1296
1377
|
left: var(--zaui-space-size-sm, 8px);
|
|
1297
1378
|
width: calc(100% - 16px);
|
|
1379
|
+
min-height: 38px;
|
|
1380
|
+
height: 80%;
|
|
1381
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1382
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1383
|
+
opacity: 0.08;
|
|
1384
|
+
content: '';
|
|
1298
1385
|
}
|
|
1299
1386
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
|
|
1387
|
+
padding-right: 16px;
|
|
1300
1388
|
background: transparent !important;
|
|
1301
1389
|
}
|
|
1302
1390
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected::after {
|
|
@@ -1309,10 +1397,6 @@
|
|
|
1309
1397
|
min-height: calc(100vh - 80px);
|
|
1310
1398
|
}
|
|
1311
1399
|
.pro-layout .pro-layout-content {
|
|
1312
|
-
margin-left: 48px;
|
|
1313
|
-
padding: 0 var(--zaui-space-size-lg, 32px);
|
|
1314
|
-
-webkit-transition: all 0.3s ease-in-out;
|
|
1315
|
-
transition: all 0.3s ease-in-out;
|
|
1316
1400
|
z-index: 1;
|
|
1317
1401
|
-webkit-box-flex: 1;
|
|
1318
1402
|
-webkit-flex: auto;
|
|
@@ -1320,10 +1404,14 @@
|
|
|
1320
1404
|
flex: auto;
|
|
1321
1405
|
min-height: calc(100vh - 48px);
|
|
1322
1406
|
margin-top: 48px;
|
|
1407
|
+
margin-left: 48px;
|
|
1408
|
+
padding: 0 var(--zaui-space-size-lg, 32px);
|
|
1409
|
+
-webkit-transition: all 0.24s ease;
|
|
1410
|
+
transition: all 0.24s ease;
|
|
1323
1411
|
}
|
|
1324
1412
|
.pro-layout .pro-layout-content.pro-layout-has-notice {
|
|
1325
|
-
margin-top: 80px;
|
|
1326
1413
|
min-height: calc(100vh - 80px);
|
|
1414
|
+
margin-top: 80px;
|
|
1327
1415
|
}
|
|
1328
1416
|
.pro-layout .pro-layout-row-pure .pro-layout-content {
|
|
1329
1417
|
margin: 0 !important;
|
|
@@ -1346,15 +1434,16 @@
|
|
|
1346
1434
|
z-index: 101;
|
|
1347
1435
|
min-width: 48px;
|
|
1348
1436
|
min-height: 48px;
|
|
1437
|
+
overflow-x: hidden;
|
|
1438
|
+
overflow-y: auto;
|
|
1349
1439
|
text-align: center;
|
|
1350
1440
|
background-color: var(--zaui-global-bg, #fff);
|
|
1351
|
-
|
|
1441
|
+
border-radius: 0 0 var(--zaui-border-radius) var(--zaui-border-radius);
|
|
1352
1442
|
-webkit-box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
|
|
1353
1443
|
box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
|
|
1444
|
+
cursor: pointer;
|
|
1354
1445
|
-webkit-transition: width 0.2s;
|
|
1355
1446
|
transition: width 0.2s;
|
|
1356
|
-
overflow-x: hidden;
|
|
1357
|
-
overflow-y: auto;
|
|
1358
1447
|
}
|
|
1359
1448
|
.pro-step > .step-menu {
|
|
1360
1449
|
display: -webkit-box;
|
|
@@ -1372,11 +1461,9 @@
|
|
|
1372
1461
|
}
|
|
1373
1462
|
.pro-step > .step-menu > .menu-icon {
|
|
1374
1463
|
font-size: var(--zaui-font-size-lg-title, 24px);
|
|
1375
|
-
fill: var(--zaui-brand, #
|
|
1464
|
+
fill: var(--zaui-brand, #006aff);
|
|
1376
1465
|
}
|
|
1377
1466
|
.pro-step > .step-menu > .menu-icon > div {
|
|
1378
|
-
width: 48px;
|
|
1379
|
-
height: 24px;
|
|
1380
1467
|
display: -webkit-box;
|
|
1381
1468
|
display: -webkit-flex;
|
|
1382
1469
|
display: -ms-flexbox;
|
|
@@ -1389,6 +1476,8 @@
|
|
|
1389
1476
|
-webkit-justify-content: center;
|
|
1390
1477
|
-ms-flex-pack: center;
|
|
1391
1478
|
justify-content: center;
|
|
1479
|
+
width: 48px;
|
|
1480
|
+
height: 24px;
|
|
1392
1481
|
}
|
|
1393
1482
|
.pro-step .menu-content {
|
|
1394
1483
|
overflow: hidden;
|
|
@@ -1449,12 +1538,12 @@
|
|
|
1449
1538
|
height: 100%;
|
|
1450
1539
|
}
|
|
1451
1540
|
.pro-step .com-menu-item > .menu-item > .menu-icon > svg {
|
|
1452
|
-
fill: var(--zaui-brand, #
|
|
1541
|
+
fill: var(--zaui-brand, #006aff);
|
|
1453
1542
|
}
|
|
1454
1543
|
.pro-step .com-menu-item > .menu-item > .menu-icon > .dot {
|
|
1455
1544
|
width: 6px;
|
|
1456
1545
|
height: 6px;
|
|
1457
|
-
background: var(--zaui-brand, #
|
|
1546
|
+
background: var(--zaui-brand, #006aff);
|
|
1458
1547
|
border-radius: 3px;
|
|
1459
1548
|
}
|
|
1460
1549
|
.pro-step .com-menu-item > .menu-item > .menu-icon > .dot.errored {
|
|
@@ -1478,11 +1567,11 @@
|
|
|
1478
1567
|
-webkit-justify-content: center;
|
|
1479
1568
|
-ms-flex-pack: center;
|
|
1480
1569
|
justify-content: center;
|
|
1481
|
-
font-size: var(--zaui-font-size-sm, 12px);
|
|
1482
|
-
color: #ffffff;
|
|
1483
1570
|
width: 18px;
|
|
1484
1571
|
height: 18px;
|
|
1485
|
-
|
|
1572
|
+
color: #ffffff;
|
|
1573
|
+
font-size: var(--zaui-font-size-sm, 12px);
|
|
1574
|
+
background: var(--zaui-brand, #006aff);
|
|
1486
1575
|
border-radius: 9px;
|
|
1487
1576
|
}
|
|
1488
1577
|
.pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.errored {
|
|
@@ -1494,7 +1583,7 @@
|
|
|
1494
1583
|
fill: #939599;
|
|
1495
1584
|
}
|
|
1496
1585
|
.pro-step .com-menu-item > .menu-item > .menu-name {
|
|
1497
|
-
color: #
|
|
1586
|
+
color: #0a0a0a;
|
|
1498
1587
|
}
|
|
1499
1588
|
.pro-step .com-menu-item > .menu-item > .menu-name.disabled {
|
|
1500
1589
|
color: #626366;
|
|
@@ -1503,7 +1592,7 @@
|
|
|
1503
1592
|
height: 18px;
|
|
1504
1593
|
}
|
|
1505
1594
|
.pro-step .com-menu-item > .checked-status > svg {
|
|
1506
|
-
fill: var(--zaui-brand, #
|
|
1595
|
+
fill: var(--zaui-brand, #006aff);
|
|
1507
1596
|
}
|
|
1508
1597
|
.pro-step .com-menu-item > .checked-status .errorDot {
|
|
1509
1598
|
display: -webkit-box;
|
|
@@ -1584,9 +1673,11 @@
|
|
|
1584
1673
|
width: 48px;
|
|
1585
1674
|
}
|
|
1586
1675
|
.pro-tabs-tab .pro-tabs-card .ant-tag {
|
|
1676
|
+
min-width: 22px;
|
|
1587
1677
|
margin-right: 0;
|
|
1588
1678
|
padding: 0 var(--zaui-space-size-xs, 4px);
|
|
1589
|
-
|
|
1679
|
+
text-align: center;
|
|
1680
|
+
border-radius: 12px;
|
|
1590
1681
|
}
|
|
1591
1682
|
.pro-tabs-tab .pro-tabs-card .ant-space-item {
|
|
1592
1683
|
display: -webkit-box;
|
|
@@ -2027,7 +2118,6 @@ div.pro-textarea-view::after {
|
|
|
2027
2118
|
background: transparent;
|
|
2028
2119
|
}
|
|
2029
2120
|
.ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input {
|
|
2030
|
-
background: var(--zaui-base-bg, #ffffff);
|
|
2031
2121
|
border-color: var(--ant-error-color);
|
|
2032
2122
|
}
|
|
2033
2123
|
.ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
|
|
@@ -2331,13 +2421,13 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2331
2421
|
}
|
|
2332
2422
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
|
|
2333
2423
|
.pro-group .ant-space-compact .ant-select:first-child {
|
|
2334
|
-
border-start-start-radius:
|
|
2335
|
-
border-end-start-radius:
|
|
2424
|
+
border-start-start-radius: 4px;
|
|
2425
|
+
border-end-start-radius: 4px;
|
|
2336
2426
|
}
|
|
2337
2427
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
|
|
2338
2428
|
.pro-group .ant-space-compact .ant-select:last-child {
|
|
2339
|
-
border-start-end-radius:
|
|
2340
|
-
border-end-end-radius:
|
|
2429
|
+
border-start-end-radius: 4px;
|
|
2430
|
+
border-end-end-radius: 4px;
|
|
2341
2431
|
}
|
|
2342
2432
|
.pro-group .ant-space-compact .ant-select .ant-select-selector {
|
|
2343
2433
|
border-start-end-radius: 0;
|
|
@@ -2346,12 +2436,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2346
2436
|
border-end-start-radius: 0;
|
|
2347
2437
|
}
|
|
2348
2438
|
.pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
|
|
2349
|
-
border-start-start-radius:
|
|
2350
|
-
border-end-start-radius:
|
|
2439
|
+
border-start-start-radius: 4px;
|
|
2440
|
+
border-end-start-radius: 4px;
|
|
2351
2441
|
}
|
|
2352
2442
|
.pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
|
|
2353
|
-
border-start-end-radius:
|
|
2354
|
-
border-end-end-radius:
|
|
2443
|
+
border-start-end-radius: 4px;
|
|
2444
|
+
border-end-end-radius: 4px;
|
|
2355
2445
|
}
|
|
2356
2446
|
.pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
|
|
2357
2447
|
color: var(--ant-error-color);
|
|
@@ -2616,7 +2706,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2616
2706
|
background: var(--zaui-contract-bg, #fffaa1);
|
|
2617
2707
|
border-radius: 4px;
|
|
2618
2708
|
}
|
|
2619
|
-
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content >
|
|
2709
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-select-selector,
|
|
2710
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-affix-wrapper,
|
|
2711
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-disabled {
|
|
2712
|
+
background: var(--zaui-contract-bg, #fffaa1);
|
|
2713
|
+
}
|
|
2714
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
|
|
2715
|
+
background: var(--zaui-contract-bg, #fffaa1);
|
|
2716
|
+
}
|
|
2620
2717
|
.pro-form .ant-form-item.pro-form-item-changed .pro-form-view-container {
|
|
2621
2718
|
padding: 4px 8px;
|
|
2622
2719
|
background: var(--zaui-contract-bg, #fffaa1);
|
|
@@ -4462,15 +4559,48 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4462
4559
|
display: -webkit-flex;
|
|
4463
4560
|
display: -ms-flexbox;
|
|
4464
4561
|
display: flex;
|
|
4562
|
+
-webkit-box-align: center;
|
|
4563
|
+
-webkit-align-items: center;
|
|
4564
|
+
-ms-flex-align: center;
|
|
4565
|
+
align-items: center;
|
|
4566
|
+
-webkit-box-pack: center;
|
|
4567
|
+
-webkit-justify-content: center;
|
|
4568
|
+
-ms-flex-pack: center;
|
|
4569
|
+
justify-content: center;
|
|
4570
|
+
width: 34px;
|
|
4571
|
+
height: 34px;
|
|
4572
|
+
background: #d8e6ff;
|
|
4573
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
4574
|
+
cursor: pointer;
|
|
4575
|
+
}
|
|
4576
|
+
.pro-theme-tools .setting-icon {
|
|
4577
|
+
margin-top: -1px;
|
|
4578
|
+
}
|
|
4579
|
+
.pro-theme-tools .setting-icon div {
|
|
4580
|
+
display: -webkit-box;
|
|
4581
|
+
display: -webkit-flex;
|
|
4582
|
+
display: -ms-flexbox;
|
|
4583
|
+
display: flex;
|
|
4584
|
+
-webkit-box-align: center;
|
|
4585
|
+
-webkit-align-items: center;
|
|
4586
|
+
-ms-flex-align: center;
|
|
4587
|
+
align-items: center;
|
|
4588
|
+
-webkit-box-pack: center;
|
|
4589
|
+
-webkit-justify-content: center;
|
|
4590
|
+
-ms-flex-pack: center;
|
|
4591
|
+
justify-content: center;
|
|
4592
|
+
}
|
|
4593
|
+
.pro-theme-tools.pro-theme-tools-follow {
|
|
4594
|
+
background: var(--ant-primary-1);
|
|
4465
4595
|
}
|
|
4466
4596
|
.pro-theme-tools.pro-theme-tools-follow svg {
|
|
4467
4597
|
color: var(--zaui-brand, #006aff);
|
|
4468
4598
|
}
|
|
4469
4599
|
.pro-theme-tools .anticon {
|
|
4470
|
-
color: var(--zaui-
|
|
4600
|
+
color: var(--zaui-text, #343434);
|
|
4471
4601
|
}
|
|
4472
4602
|
.pro-theme-tools .anticon svg {
|
|
4473
|
-
font-size:
|
|
4603
|
+
font-size: 20px;
|
|
4474
4604
|
}
|
|
4475
4605
|
.pro-theme-tools-drawer .ant-drawer-body {
|
|
4476
4606
|
padding: 32px;
|
|
@@ -4483,23 +4613,23 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4483
4613
|
}
|
|
4484
4614
|
.pro-theme-tools-drawer .copy-btn {
|
|
4485
4615
|
position: absolute;
|
|
4486
|
-
width: calc(100% - 64px);
|
|
4487
4616
|
bottom: 20px;
|
|
4488
4617
|
left: 32px;
|
|
4489
4618
|
z-index: 10;
|
|
4619
|
+
width: calc(100% - 64px);
|
|
4490
4620
|
}
|
|
4491
4621
|
.pro-theme-tools-drawer .pro-theme-tools-box {
|
|
4492
4622
|
display: -webkit-box;
|
|
4493
4623
|
display: -webkit-flex;
|
|
4494
4624
|
display: -ms-flexbox;
|
|
4495
4625
|
display: flex;
|
|
4626
|
+
-webkit-flex-wrap: wrap;
|
|
4627
|
+
-ms-flex-wrap: wrap;
|
|
4628
|
+
flex-wrap: wrap;
|
|
4496
4629
|
-webkit-box-pack: justify;
|
|
4497
4630
|
-webkit-justify-content: space-between;
|
|
4498
4631
|
-ms-flex-pack: justify;
|
|
4499
4632
|
justify-content: space-between;
|
|
4500
|
-
-webkit-flex-wrap: wrap;
|
|
4501
|
-
-ms-flex-wrap: wrap;
|
|
4502
|
-
flex-wrap: wrap;
|
|
4503
4633
|
}
|
|
4504
4634
|
.pro-theme-tools-drawer .pro-theme-tools-space {
|
|
4505
4635
|
margin-bottom: var(--zaui-space-size-md, 16px);
|