@zat-design/sisyphus-react 3.4.2-beta.2 → 3.4.2-beta.20
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 +251 -127
- package/dist/less.esm.css +5022 -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 +20 -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 +20 -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;
|
|
678
|
+
.pro-collapse .pro-collapse-icon {
|
|
679
|
+
max-width: 18px;
|
|
680
|
+
min-width: 16px;
|
|
676
681
|
}
|
|
677
|
-
.pro-collapse.pro-collapse-
|
|
678
|
-
|
|
679
|
-
}
|
|
680
|
-
.pro-collapse.pro-collapse-card .pro-collapse-content {
|
|
681
|
-
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
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 {
|
|
@@ -748,7 +754,7 @@
|
|
|
748
754
|
}
|
|
749
755
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header {
|
|
750
756
|
padding: 0 8px 6px !important;
|
|
751
|
-
border-bottom:
|
|
757
|
+
border-bottom: 1px solid #dee0e3;
|
|
752
758
|
margin: 0 -8px;
|
|
753
759
|
}
|
|
754
760
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header .ant-collapse-arrow {
|
|
@@ -777,6 +783,9 @@
|
|
|
777
783
|
.pro-collapse .ant-collapse-extra .extra-info {
|
|
778
784
|
margin-right: 24px;
|
|
779
785
|
}
|
|
786
|
+
.pro-collapse.pro-collapse-list .ant-descriptions-view {
|
|
787
|
+
margin: 0 -8px;
|
|
788
|
+
}
|
|
780
789
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > th,
|
|
781
790
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > td {
|
|
782
791
|
padding: var(--zaui-space-size-sm, 8px) 0;
|
|
@@ -784,7 +793,7 @@
|
|
|
784
793
|
}
|
|
785
794
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > th.ant-descriptions-item,
|
|
786
795
|
.pro-collapse.pro-collapse-list .ant-descriptions-row > td.ant-descriptions-item {
|
|
787
|
-
padding-left:
|
|
796
|
+
padding-left: 23px;
|
|
788
797
|
}
|
|
789
798
|
.pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child {
|
|
790
799
|
position: relative;
|
|
@@ -811,7 +820,7 @@
|
|
|
811
820
|
position: fixed;
|
|
812
821
|
right: 0;
|
|
813
822
|
bottom: 0;
|
|
814
|
-
z-index:
|
|
823
|
+
z-index: 98;
|
|
815
824
|
width: 100%;
|
|
816
825
|
padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
|
|
817
826
|
background: var(--zaui-base-bg, #ffffff);
|
|
@@ -838,6 +847,8 @@
|
|
|
838
847
|
.pro-header {
|
|
839
848
|
padding: 16px 0 0 0 !important;
|
|
840
849
|
background-color: var(--zaui-base-bg, #ffffff);
|
|
850
|
+
-webkit-box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
|
|
851
|
+
box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
|
|
841
852
|
}
|
|
842
853
|
.pro-header.pro-header-no-back.pro-header-has-describe .pro-header-top {
|
|
843
854
|
padding-left: var(--zaui-space-size-md, 16px);
|
|
@@ -1043,7 +1054,7 @@
|
|
|
1043
1054
|
display: -webkit-flex;
|
|
1044
1055
|
display: -ms-flexbox;
|
|
1045
1056
|
display: flex;
|
|
1046
|
-
background: #
|
|
1057
|
+
background: #fafafa;
|
|
1047
1058
|
border-top: 1px solid #f2f2f2;
|
|
1048
1059
|
}
|
|
1049
1060
|
.pro-header .pro-header-nav.pro-header-nav-open .pro-header-fold .pro-header-fold-bg {
|
|
@@ -1193,83 +1204,146 @@
|
|
|
1193
1204
|
.pro-layout .pro-layout-menu-open .pro-layout-open-menu-lv1 h2 {
|
|
1194
1205
|
font-weight: bold;
|
|
1195
1206
|
}
|
|
1207
|
+
.pro-layout.pro-layout-light .pro-collapse {
|
|
1208
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1209
|
+
}
|
|
1210
|
+
.pro-layout.pro-layout-light .pro-collapse.ant-collapse-borderless {
|
|
1211
|
+
background: #fff;
|
|
1212
|
+
}
|
|
1213
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-collapse-content {
|
|
1214
|
+
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
1215
|
+
padding: var(--zaui-space-size-md, 16px);
|
|
1216
|
+
}
|
|
1217
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-header-no-describe {
|
|
1218
|
+
padding: 0 !important;
|
|
1219
|
+
}
|
|
1220
|
+
.pro-layout.pro-layout-light .pro-collapse .ant-collapse-item-active.pro-collapse-panel .ant-collapse-header {
|
|
1221
|
+
border-radius: var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px) 0 0 !important;
|
|
1222
|
+
}
|
|
1223
|
+
.pro-layout.pro-layout-light .pro-collapse .pro-collapse-content {
|
|
1224
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
1225
|
+
padding: var(--zaui-space-size-md, 16px);
|
|
1226
|
+
}
|
|
1227
|
+
.pro-layout.pro-layout-light .pro-collapse .pro-collapse-content .pro-form {
|
|
1228
|
+
margin-bottom: 0;
|
|
1229
|
+
}
|
|
1230
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-panel .ant-collapse-header {
|
|
1231
|
+
background: #fff;
|
|
1232
|
+
}
|
|
1233
|
+
.pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-content {
|
|
1234
|
+
padding-bottom: var(--zaui-border-radius, 8px);
|
|
1235
|
+
}
|
|
1236
|
+
.pro-layout.pro-layout-light .pro-collapse .pro-collapse-panel .ant-collapse-header {
|
|
1237
|
+
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
1238
|
+
background: #E4F2FE;
|
|
1239
|
+
}
|
|
1240
|
+
.pro-layout.pro-layout-light .pro-header {
|
|
1241
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
1242
|
+
}
|
|
1243
|
+
.pro-layout.pro-layout-light .pro-header.pro-header-no-describe {
|
|
1244
|
+
padding: var(--zaui-space-size-md, 16px) !important;
|
|
1245
|
+
}
|
|
1246
|
+
.pro-layout.pro-layout-light .pro-header.pro-header-no-describe .pro-header-top {
|
|
1247
|
+
padding-bottom: 0;
|
|
1248
|
+
}
|
|
1249
|
+
.pro-layout.pro-layout-light .pro-header.pro-header-has-describe .pro-header-nav-open {
|
|
1250
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
1251
|
+
}
|
|
1252
|
+
.pro-layout.pro-layout-light .pro-layout-content {
|
|
1253
|
+
padding: 0 var(--zaui-space-size-md, 16px);
|
|
1254
|
+
background: #f3f5f8;
|
|
1255
|
+
}
|
|
1196
1256
|
.pro-layout.pro-layout-light .pro-layout-menu-open,
|
|
1197
1257
|
.pro-layout.pro-layout-light .pro-layout-menu {
|
|
1198
1258
|
-webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
|
|
1199
1259
|
box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
|
|
1200
1260
|
}
|
|
1201
1261
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
|
|
1202
|
-
color: var(--zaui-text, #343434);
|
|
1203
1262
|
position: relative;
|
|
1204
1263
|
z-index: 1;
|
|
1264
|
+
color: var(--zaui-text, #343434);
|
|
1265
|
+
}
|
|
1266
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list {
|
|
1267
|
+
border-right: 1px solid #f0f0f0;
|
|
1205
1268
|
}
|
|
1206
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li {
|
|
1269
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li {
|
|
1207
1270
|
position: relative;
|
|
1208
1271
|
}
|
|
1209
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li > div {
|
|
1272
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li > div {
|
|
1210
1273
|
position: relative;
|
|
1211
1274
|
z-index: 1;
|
|
1212
1275
|
}
|
|
1213
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
|
|
1276
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active {
|
|
1214
1277
|
background: transparent;
|
|
1278
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1215
1279
|
}
|
|
1216
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active div .pro-layout-icon {
|
|
1280
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active div .pro-layout-icon {
|
|
1217
1281
|
color: #fff;
|
|
1218
1282
|
}
|
|
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;
|
|
1283
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active::before {
|
|
1224
1284
|
position: absolute;
|
|
1225
|
-
left: 5px;
|
|
1226
1285
|
top: 4px;
|
|
1286
|
+
left: 5px;
|
|
1227
1287
|
width: calc(100% - 10px);
|
|
1288
|
+
height: 38px;
|
|
1289
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1290
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1228
1291
|
opacity: 1 !important;
|
|
1292
|
+
content: '';
|
|
1229
1293
|
}
|
|
1230
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover {
|
|
1294
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover {
|
|
1231
1295
|
background: transparent;
|
|
1232
1296
|
}
|
|
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;
|
|
1297
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover::before {
|
|
1238
1298
|
position: absolute;
|
|
1239
|
-
left: 5px;
|
|
1240
1299
|
top: 4px;
|
|
1300
|
+
left: 5px;
|
|
1241
1301
|
width: calc(100% - 10px);
|
|
1302
|
+
height: 38px;
|
|
1303
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1304
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1242
1305
|
opacity: 0.08;
|
|
1306
|
+
content: '';
|
|
1243
1307
|
}
|
|
1244
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li div .pro-layout-icon {
|
|
1308
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li div .pro-layout-icon {
|
|
1245
1309
|
color: var(--zaui-text, #343434);
|
|
1246
1310
|
}
|
|
1247
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
|
|
1248
|
-
border-radius: var(--zaui-border-radius, 8px);
|
|
1249
|
-
}
|
|
1250
1311
|
.pro-layout.pro-layout-light .pro-layout-menu-collapsed {
|
|
1251
1312
|
position: relative;
|
|
1313
|
+
background: var(--zaui-base-bg, #fff);
|
|
1314
|
+
border-right: 1px solid #f0f0f0;
|
|
1252
1315
|
}
|
|
1253
|
-
.pro-layout.pro-layout-light .pro-layout-menu-collapsed
|
|
1316
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover {
|
|
1317
|
+
background: transparent !important;
|
|
1318
|
+
}
|
|
1319
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover::after {
|
|
1320
|
+
position: absolute;
|
|
1321
|
+
top: 5px;
|
|
1322
|
+
left: 5px;
|
|
1323
|
+
width: calc(100% - 10px);
|
|
1324
|
+
height: 40px;
|
|
1325
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1326
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1327
|
+
opacity: 0.08;
|
|
1254
1328
|
content: '';
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
width: calc(100% - 16px);
|
|
1329
|
+
}
|
|
1330
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
|
|
1258
1331
|
position: absolute;
|
|
1259
1332
|
top: 0;
|
|
1260
1333
|
left: var(--zaui-space-size-sm, 8px);
|
|
1334
|
+
width: calc(100% - 16px);
|
|
1335
|
+
height: 1px;
|
|
1336
|
+
background: #dee0e3;
|
|
1337
|
+
content: '';
|
|
1261
1338
|
}
|
|
1262
1339
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-arrow {
|
|
1263
1340
|
border-color: var(--zaui-text, #343434);
|
|
1264
1341
|
}
|
|
1265
|
-
.pro-layout.pro-layout-light .pro-layout-menu-collapsed {
|
|
1266
|
-
background: var(--zaui-base-bg, #fff);
|
|
1267
|
-
}
|
|
1268
1342
|
.pro-layout.pro-layout-light .ant-menu-root {
|
|
1269
1343
|
overflow-x: hidden !important;
|
|
1270
1344
|
}
|
|
1271
1345
|
.pro-layout.pro-layout-light .anticon-caret-down {
|
|
1272
|
-
color: #
|
|
1346
|
+
color: #999 !important;
|
|
1273
1347
|
}
|
|
1274
1348
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
|
|
1275
1349
|
background: var(--zaui-base-bg, #ffffff);
|
|
@@ -1279,24 +1353,32 @@
|
|
|
1279
1353
|
}
|
|
1280
1354
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div h2 {
|
|
1281
1355
|
color: var(--zaui-text, #343434);
|
|
1356
|
+
padding-right: 26px;
|
|
1357
|
+
}
|
|
1358
|
+
.pro-layout.pro-layout-light .ant-menu-item-only-child .ant-menu-title-content div h2 {
|
|
1359
|
+
padding-right: 16px;
|
|
1282
1360
|
}
|
|
1283
1361
|
.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
|
-
|
|
1362
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover,
|
|
1363
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
|
|
1286
1364
|
position: relative;
|
|
1365
|
+
background: transparent;
|
|
1287
1366
|
}
|
|
1288
1367
|
.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;
|
|
1368
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before,
|
|
1369
|
+
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected:before {
|
|
1295
1370
|
position: absolute;
|
|
1296
1371
|
left: var(--zaui-space-size-sm, 8px);
|
|
1297
1372
|
width: calc(100% - 16px);
|
|
1373
|
+
min-height: 38px;
|
|
1374
|
+
height: 80%;
|
|
1375
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1376
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1377
|
+
opacity: 0.08;
|
|
1378
|
+
content: '';
|
|
1298
1379
|
}
|
|
1299
1380
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
|
|
1381
|
+
padding-right: 16px;
|
|
1300
1382
|
background: transparent !important;
|
|
1301
1383
|
}
|
|
1302
1384
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected::after {
|
|
@@ -1309,10 +1391,6 @@
|
|
|
1309
1391
|
min-height: calc(100vh - 80px);
|
|
1310
1392
|
}
|
|
1311
1393
|
.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
1394
|
z-index: 1;
|
|
1317
1395
|
-webkit-box-flex: 1;
|
|
1318
1396
|
-webkit-flex: auto;
|
|
@@ -1320,10 +1398,14 @@
|
|
|
1320
1398
|
flex: auto;
|
|
1321
1399
|
min-height: calc(100vh - 48px);
|
|
1322
1400
|
margin-top: 48px;
|
|
1401
|
+
margin-left: 48px;
|
|
1402
|
+
padding: 0 var(--zaui-space-size-lg, 32px);
|
|
1403
|
+
-webkit-transition: all 0.24s ease;
|
|
1404
|
+
transition: all 0.24s ease;
|
|
1323
1405
|
}
|
|
1324
1406
|
.pro-layout .pro-layout-content.pro-layout-has-notice {
|
|
1325
|
-
margin-top: 80px;
|
|
1326
1407
|
min-height: calc(100vh - 80px);
|
|
1408
|
+
margin-top: 80px;
|
|
1327
1409
|
}
|
|
1328
1410
|
.pro-layout .pro-layout-row-pure .pro-layout-content {
|
|
1329
1411
|
margin: 0 !important;
|
|
@@ -1346,15 +1428,16 @@
|
|
|
1346
1428
|
z-index: 101;
|
|
1347
1429
|
min-width: 48px;
|
|
1348
1430
|
min-height: 48px;
|
|
1431
|
+
overflow-x: hidden;
|
|
1432
|
+
overflow-y: auto;
|
|
1349
1433
|
text-align: center;
|
|
1350
1434
|
background-color: var(--zaui-global-bg, #fff);
|
|
1351
|
-
|
|
1435
|
+
border-radius: 0 0 var(--zaui-border-radius) var(--zaui-border-radius);
|
|
1352
1436
|
-webkit-box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
|
|
1353
1437
|
box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
|
|
1438
|
+
cursor: pointer;
|
|
1354
1439
|
-webkit-transition: width 0.2s;
|
|
1355
1440
|
transition: width 0.2s;
|
|
1356
|
-
overflow-x: hidden;
|
|
1357
|
-
overflow-y: auto;
|
|
1358
1441
|
}
|
|
1359
1442
|
.pro-step > .step-menu {
|
|
1360
1443
|
display: -webkit-box;
|
|
@@ -1372,11 +1455,9 @@
|
|
|
1372
1455
|
}
|
|
1373
1456
|
.pro-step > .step-menu > .menu-icon {
|
|
1374
1457
|
font-size: var(--zaui-font-size-lg-title, 24px);
|
|
1375
|
-
fill: var(--zaui-brand, #
|
|
1458
|
+
fill: var(--zaui-brand, #006aff);
|
|
1376
1459
|
}
|
|
1377
1460
|
.pro-step > .step-menu > .menu-icon > div {
|
|
1378
|
-
width: 48px;
|
|
1379
|
-
height: 24px;
|
|
1380
1461
|
display: -webkit-box;
|
|
1381
1462
|
display: -webkit-flex;
|
|
1382
1463
|
display: -ms-flexbox;
|
|
@@ -1389,6 +1470,8 @@
|
|
|
1389
1470
|
-webkit-justify-content: center;
|
|
1390
1471
|
-ms-flex-pack: center;
|
|
1391
1472
|
justify-content: center;
|
|
1473
|
+
width: 48px;
|
|
1474
|
+
height: 24px;
|
|
1392
1475
|
}
|
|
1393
1476
|
.pro-step .menu-content {
|
|
1394
1477
|
overflow: hidden;
|
|
@@ -1449,12 +1532,12 @@
|
|
|
1449
1532
|
height: 100%;
|
|
1450
1533
|
}
|
|
1451
1534
|
.pro-step .com-menu-item > .menu-item > .menu-icon > svg {
|
|
1452
|
-
fill: var(--zaui-brand, #
|
|
1535
|
+
fill: var(--zaui-brand, #006aff);
|
|
1453
1536
|
}
|
|
1454
1537
|
.pro-step .com-menu-item > .menu-item > .menu-icon > .dot {
|
|
1455
1538
|
width: 6px;
|
|
1456
1539
|
height: 6px;
|
|
1457
|
-
background: var(--zaui-brand, #
|
|
1540
|
+
background: var(--zaui-brand, #006aff);
|
|
1458
1541
|
border-radius: 3px;
|
|
1459
1542
|
}
|
|
1460
1543
|
.pro-step .com-menu-item > .menu-item > .menu-icon > .dot.errored {
|
|
@@ -1478,11 +1561,11 @@
|
|
|
1478
1561
|
-webkit-justify-content: center;
|
|
1479
1562
|
-ms-flex-pack: center;
|
|
1480
1563
|
justify-content: center;
|
|
1481
|
-
font-size: var(--zaui-font-size-sm, 12px);
|
|
1482
|
-
color: #ffffff;
|
|
1483
1564
|
width: 18px;
|
|
1484
1565
|
height: 18px;
|
|
1485
|
-
|
|
1566
|
+
color: #ffffff;
|
|
1567
|
+
font-size: var(--zaui-font-size-sm, 12px);
|
|
1568
|
+
background: var(--zaui-brand, #006aff);
|
|
1486
1569
|
border-radius: 9px;
|
|
1487
1570
|
}
|
|
1488
1571
|
.pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.errored {
|
|
@@ -1494,7 +1577,7 @@
|
|
|
1494
1577
|
fill: #939599;
|
|
1495
1578
|
}
|
|
1496
1579
|
.pro-step .com-menu-item > .menu-item > .menu-name {
|
|
1497
|
-
color: #
|
|
1580
|
+
color: #0a0a0a;
|
|
1498
1581
|
}
|
|
1499
1582
|
.pro-step .com-menu-item > .menu-item > .menu-name.disabled {
|
|
1500
1583
|
color: #626366;
|
|
@@ -1503,7 +1586,7 @@
|
|
|
1503
1586
|
height: 18px;
|
|
1504
1587
|
}
|
|
1505
1588
|
.pro-step .com-menu-item > .checked-status > svg {
|
|
1506
|
-
fill: var(--zaui-brand, #
|
|
1589
|
+
fill: var(--zaui-brand, #006aff);
|
|
1507
1590
|
}
|
|
1508
1591
|
.pro-step .com-menu-item > .checked-status .errorDot {
|
|
1509
1592
|
display: -webkit-box;
|
|
@@ -1584,9 +1667,11 @@
|
|
|
1584
1667
|
width: 48px;
|
|
1585
1668
|
}
|
|
1586
1669
|
.pro-tabs-tab .pro-tabs-card .ant-tag {
|
|
1670
|
+
min-width: 22px;
|
|
1587
1671
|
margin-right: 0;
|
|
1588
1672
|
padding: 0 var(--zaui-space-size-xs, 4px);
|
|
1589
|
-
|
|
1673
|
+
text-align: center;
|
|
1674
|
+
border-radius: 12px;
|
|
1590
1675
|
}
|
|
1591
1676
|
.pro-tabs-tab .pro-tabs-card .ant-space-item {
|
|
1592
1677
|
display: -webkit-box;
|
|
@@ -2027,7 +2112,6 @@ div.pro-textarea-view::after {
|
|
|
2027
2112
|
background: transparent;
|
|
2028
2113
|
}
|
|
2029
2114
|
.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
2115
|
border-color: var(--ant-error-color);
|
|
2032
2116
|
}
|
|
2033
2117
|
.ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
|
|
@@ -2331,13 +2415,13 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2331
2415
|
}
|
|
2332
2416
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
|
|
2333
2417
|
.pro-group .ant-space-compact .ant-select:first-child {
|
|
2334
|
-
border-start-start-radius:
|
|
2335
|
-
border-end-start-radius:
|
|
2418
|
+
border-start-start-radius: 4px;
|
|
2419
|
+
border-end-start-radius: 4px;
|
|
2336
2420
|
}
|
|
2337
2421
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
|
|
2338
2422
|
.pro-group .ant-space-compact .ant-select:last-child {
|
|
2339
|
-
border-start-end-radius:
|
|
2340
|
-
border-end-end-radius:
|
|
2423
|
+
border-start-end-radius: 4px;
|
|
2424
|
+
border-end-end-radius: 4px;
|
|
2341
2425
|
}
|
|
2342
2426
|
.pro-group .ant-space-compact .ant-select .ant-select-selector {
|
|
2343
2427
|
border-start-end-radius: 0;
|
|
@@ -2346,12 +2430,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2346
2430
|
border-end-start-radius: 0;
|
|
2347
2431
|
}
|
|
2348
2432
|
.pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
|
|
2349
|
-
border-start-start-radius:
|
|
2350
|
-
border-end-start-radius:
|
|
2433
|
+
border-start-start-radius: 4px;
|
|
2434
|
+
border-end-start-radius: 4px;
|
|
2351
2435
|
}
|
|
2352
2436
|
.pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
|
|
2353
|
-
border-start-end-radius:
|
|
2354
|
-
border-end-end-radius:
|
|
2437
|
+
border-start-end-radius: 4px;
|
|
2438
|
+
border-end-end-radius: 4px;
|
|
2355
2439
|
}
|
|
2356
2440
|
.pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
|
|
2357
2441
|
color: var(--ant-error-color);
|
|
@@ -2616,7 +2700,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2616
2700
|
background: var(--zaui-contract-bg, #fffaa1);
|
|
2617
2701
|
border-radius: 4px;
|
|
2618
2702
|
}
|
|
2619
|
-
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content >
|
|
2703
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-select-selector,
|
|
2704
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-affix-wrapper,
|
|
2705
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-disabled {
|
|
2706
|
+
background: var(--zaui-contract-bg, #fffaa1);
|
|
2707
|
+
}
|
|
2708
|
+
.pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
|
|
2709
|
+
background: var(--zaui-contract-bg, #fffaa1);
|
|
2710
|
+
}
|
|
2620
2711
|
.pro-form .ant-form-item.pro-form-item-changed .pro-form-view-container {
|
|
2621
2712
|
padding: 4px 8px;
|
|
2622
2713
|
background: var(--zaui-contract-bg, #fffaa1);
|
|
@@ -4462,15 +4553,48 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4462
4553
|
display: -webkit-flex;
|
|
4463
4554
|
display: -ms-flexbox;
|
|
4464
4555
|
display: flex;
|
|
4556
|
+
-webkit-box-align: center;
|
|
4557
|
+
-webkit-align-items: center;
|
|
4558
|
+
-ms-flex-align: center;
|
|
4559
|
+
align-items: center;
|
|
4560
|
+
-webkit-box-pack: center;
|
|
4561
|
+
-webkit-justify-content: center;
|
|
4562
|
+
-ms-flex-pack: center;
|
|
4563
|
+
justify-content: center;
|
|
4564
|
+
width: 34px;
|
|
4565
|
+
height: 34px;
|
|
4566
|
+
background: #d8e6ff;
|
|
4567
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
4568
|
+
cursor: pointer;
|
|
4569
|
+
}
|
|
4570
|
+
.pro-theme-tools .setting-icon {
|
|
4571
|
+
margin-top: -1px;
|
|
4572
|
+
}
|
|
4573
|
+
.pro-theme-tools .setting-icon div {
|
|
4574
|
+
display: -webkit-box;
|
|
4575
|
+
display: -webkit-flex;
|
|
4576
|
+
display: -ms-flexbox;
|
|
4577
|
+
display: flex;
|
|
4578
|
+
-webkit-box-align: center;
|
|
4579
|
+
-webkit-align-items: center;
|
|
4580
|
+
-ms-flex-align: center;
|
|
4581
|
+
align-items: center;
|
|
4582
|
+
-webkit-box-pack: center;
|
|
4583
|
+
-webkit-justify-content: center;
|
|
4584
|
+
-ms-flex-pack: center;
|
|
4585
|
+
justify-content: center;
|
|
4586
|
+
}
|
|
4587
|
+
.pro-theme-tools.pro-theme-tools-follow {
|
|
4588
|
+
background: var(--ant-primary-1);
|
|
4465
4589
|
}
|
|
4466
4590
|
.pro-theme-tools.pro-theme-tools-follow svg {
|
|
4467
4591
|
color: var(--zaui-brand, #006aff);
|
|
4468
4592
|
}
|
|
4469
4593
|
.pro-theme-tools .anticon {
|
|
4470
|
-
color: var(--zaui-
|
|
4594
|
+
color: var(--zaui-text, #343434);
|
|
4471
4595
|
}
|
|
4472
4596
|
.pro-theme-tools .anticon svg {
|
|
4473
|
-
font-size:
|
|
4597
|
+
font-size: 20px;
|
|
4474
4598
|
}
|
|
4475
4599
|
.pro-theme-tools-drawer .ant-drawer-body {
|
|
4476
4600
|
padding: 32px;
|
|
@@ -4483,23 +4607,23 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4483
4607
|
}
|
|
4484
4608
|
.pro-theme-tools-drawer .copy-btn {
|
|
4485
4609
|
position: absolute;
|
|
4486
|
-
width: calc(100% - 64px);
|
|
4487
4610
|
bottom: 20px;
|
|
4488
4611
|
left: 32px;
|
|
4489
4612
|
z-index: 10;
|
|
4613
|
+
width: calc(100% - 64px);
|
|
4490
4614
|
}
|
|
4491
4615
|
.pro-theme-tools-drawer .pro-theme-tools-box {
|
|
4492
4616
|
display: -webkit-box;
|
|
4493
4617
|
display: -webkit-flex;
|
|
4494
4618
|
display: -ms-flexbox;
|
|
4495
4619
|
display: flex;
|
|
4620
|
+
-webkit-flex-wrap: wrap;
|
|
4621
|
+
-ms-flex-wrap: wrap;
|
|
4622
|
+
flex-wrap: wrap;
|
|
4496
4623
|
-webkit-box-pack: justify;
|
|
4497
4624
|
-webkit-justify-content: space-between;
|
|
4498
4625
|
-ms-flex-pack: justify;
|
|
4499
4626
|
justify-content: space-between;
|
|
4500
|
-
-webkit-flex-wrap: wrap;
|
|
4501
|
-
-ms-flex-wrap: wrap;
|
|
4502
|
-
flex-wrap: wrap;
|
|
4503
4627
|
}
|
|
4504
4628
|
.pro-theme-tools-drawer .pro-theme-tools-space {
|
|
4505
4629
|
margin-bottom: var(--zaui-space-size-md, 16px);
|