@zat-design/sisyphus-react 3.4.2-beta.1 → 3.4.2-beta.3
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 +172 -108
- package/es/ProEditLabel/style/index.less +1 -1
- package/es/ProEditTable/components/RenderField/index.js +9 -11
- package/es/ProEditTable/style/index.less +1 -1
- package/es/ProEditTable/utils/tools.js +3 -1
- package/es/ProForm/components/base/DatePicker/index.js +2 -2
- package/es/ProForm/components/combination/Group/index.js +6 -9
- 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/index.js +8 -2
- package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +59 -55
- package/es/ProLayout/components/Layout/Menu/style/index.less +52 -56
- package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -0
- package/es/ProLayout/components/ProCollapse/index.js +3 -0
- package/es/ProLayout/components/ProCollapse/style/index.less +26 -5
- package/es/ProLayout/components/ProHeader/style/index.less +2 -2
- package/es/ProLayout/style/index.less +98 -88
- package/es/ProTable/style/index.less +2 -2
- package/es/ProThemeTools/component/PrdTools/index.d.ts +1 -1
- package/es/ProThemeTools/component/PrdTools/index.js +2 -2
- package/es/ProThemeTools/component/PrdTools/style/index.less +1 -1
- 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/ProTreeModal/style/index.less +2 -2
- package/es/ProUpload/style/fileItem.less +2 -2
- package/es/ProUpload/style/index.less +2 -2
- package/es/assets/setting.svg +14 -0
- package/es/style/components.less +0 -1
- package/es/style/theme/index.less +2 -2
- package/es/style/theme/tokens.less +2 -2
- package/es/tokens.js +2 -2
- package/lib/ProEditLabel/style/index.less +1 -1
- package/lib/ProEditTable/components/RenderField/index.js +8 -10
- package/lib/ProEditTable/style/index.less +1 -1
- package/lib/ProEditTable/utils/tools.js +3 -1
- package/lib/ProForm/components/base/DatePicker/index.js +1 -1
- package/lib/ProForm/components/combination/Group/index.js +4 -7
- 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/index.js +7 -1
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +59 -55
- package/lib/ProLayout/components/Layout/Menu/style/index.less +52 -56
- package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -0
- package/lib/ProLayout/components/ProCollapse/index.js +3 -0
- package/lib/ProLayout/components/ProCollapse/style/index.less +26 -5
- package/lib/ProLayout/components/ProHeader/style/index.less +2 -2
- package/lib/ProLayout/style/index.less +98 -88
- package/lib/ProTable/style/index.less +2 -2
- package/lib/ProThemeTools/component/PrdTools/index.d.ts +1 -1
- package/lib/ProThemeTools/component/PrdTools/index.js +2 -2
- package/lib/ProThemeTools/component/PrdTools/style/index.less +1 -1
- 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/ProTreeModal/style/index.less +2 -2
- package/lib/ProUpload/style/fileItem.less +2 -2
- package/lib/ProUpload/style/index.less +2 -2
- package/lib/assets/setting.svg +14 -0
- package/lib/style/components.less +0 -1
- package/lib/style/theme/index.less +2 -2
- package/lib/style/theme/tokens.less +2 -2
- package/lib/tokens.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.css
CHANGED
|
@@ -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,67 @@
|
|
|
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 {
|
|
402
|
+
background: #000 !important;
|
|
403
|
+
}
|
|
404
|
+
.pro-layout-open-menu .ant-menu-item-selected .ant-menu-title-content h2 {
|
|
405
|
+
font-weight: bold !important;
|
|
406
|
+
}
|
|
401
407
|
.pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div .pro-layout-icon {
|
|
402
408
|
color: #fff;
|
|
403
409
|
}
|
|
404
410
|
.pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div h2 {
|
|
405
|
-
font-weight: bold;
|
|
406
411
|
color: #fff;
|
|
407
412
|
}
|
|
408
413
|
.pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div .pro-layout-icon {
|
|
409
|
-
color: #
|
|
414
|
+
color: #cacaca;
|
|
410
415
|
}
|
|
411
416
|
.pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div h2 {
|
|
417
|
+
color: #cacaca;
|
|
412
418
|
font-weight: 400;
|
|
413
|
-
color: #CACACA;
|
|
414
419
|
}
|
|
415
420
|
.pro-layout-sider-menu {
|
|
416
421
|
width: 220px;
|
|
@@ -501,12 +506,12 @@
|
|
|
501
506
|
.pro-layout-row .pro-layout-arrow {
|
|
502
507
|
width: 10px;
|
|
503
508
|
height: 10px;
|
|
509
|
+
margin-left: -5px;
|
|
504
510
|
background-color: transparent;
|
|
505
511
|
/* 模块背景为透明 */
|
|
506
512
|
border-color: #fff;
|
|
507
513
|
border-style: solid;
|
|
508
514
|
border-width: 2px 2px 0 0;
|
|
509
|
-
margin-left: -5px;
|
|
510
515
|
-webkit-transform: rotate(45deg);
|
|
511
516
|
transform: rotate(45deg);
|
|
512
517
|
}
|
|
@@ -560,7 +565,7 @@
|
|
|
560
565
|
position: fixed;
|
|
561
566
|
top: 48px;
|
|
562
567
|
left: 0;
|
|
563
|
-
z-index:
|
|
568
|
+
z-index: 99;
|
|
564
569
|
width: 48px;
|
|
565
570
|
height: 100vh;
|
|
566
571
|
min-height: 100%;
|
|
@@ -575,10 +580,6 @@
|
|
|
575
580
|
width: 220px;
|
|
576
581
|
}
|
|
577
582
|
.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
583
|
z-index: 1;
|
|
583
584
|
-webkit-box-flex: 1;
|
|
584
585
|
-webkit-flex: auto;
|
|
@@ -586,6 +587,10 @@
|
|
|
586
587
|
flex: auto;
|
|
587
588
|
min-height: calc(100vh - 48px);
|
|
588
589
|
margin-top: 48px;
|
|
590
|
+
margin-left: 48px;
|
|
591
|
+
padding: 0 var(--zaui-space-size-md, 16px);
|
|
592
|
+
-webkit-transition: all 0.3s ease-in-out;
|
|
593
|
+
transition: all 0.3s ease-in-out;
|
|
589
594
|
}
|
|
590
595
|
.pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed {
|
|
591
596
|
left: 0;
|
|
@@ -614,9 +619,9 @@
|
|
|
614
619
|
justify-content: center;
|
|
615
620
|
width: 48px;
|
|
616
621
|
height: 48px;
|
|
622
|
+
background: #292f3b;
|
|
617
623
|
-webkit-transition: all 0.25s ease;
|
|
618
624
|
transition: all 0.25s ease;
|
|
619
|
-
background: #292f3b;
|
|
620
625
|
}
|
|
621
626
|
.pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed:hover {
|
|
622
627
|
background-color: rgba(185, 185, 189, 0.1);
|
|
@@ -668,8 +673,21 @@
|
|
|
668
673
|
width: 12px;
|
|
669
674
|
margin-right: 0;
|
|
670
675
|
}
|
|
671
|
-
.pro-collapse {
|
|
672
|
-
|
|
676
|
+
.pro-collapse.pro-collapse-card {
|
|
677
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
678
|
+
}
|
|
679
|
+
.pro-collapse.pro-collapse-card.pro-collapse-no-title .pro-collapse-content {
|
|
680
|
+
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
681
|
+
}
|
|
682
|
+
.pro-collapse.pro-collapse-card .ant-collapse-header {
|
|
683
|
+
border-radius: var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px) 0 0 !important;
|
|
684
|
+
}
|
|
685
|
+
.pro-collapse.pro-collapse-card .pro-collapse-content {
|
|
686
|
+
border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
|
|
687
|
+
padding-bottom: var(--zaui-space-size-sm, 8px) !important;
|
|
688
|
+
}
|
|
689
|
+
.pro-collapse.pro-collapse-card .pro-collapse-panel .ant-collapse-header {
|
|
690
|
+
border-radius: var(--zaui-border-radius, 8px) !important;
|
|
673
691
|
}
|
|
674
692
|
.pro-collapse.pro-collapse-no-title .ant-collapse-header {
|
|
675
693
|
display: none !important;
|
|
@@ -698,7 +716,6 @@
|
|
|
698
716
|
}
|
|
699
717
|
.pro-collapse .ant-collapse-content-box {
|
|
700
718
|
padding: 0;
|
|
701
|
-
background: var(--zaui-base-bg, #ffffff);
|
|
702
719
|
}
|
|
703
720
|
.pro-collapse .ant-collapse-content-box .pro-collapse-content {
|
|
704
721
|
padding: var(--zaui-space-size-md, 16px);
|
|
@@ -726,7 +743,7 @@
|
|
|
726
743
|
width: 4px;
|
|
727
744
|
height: 14px;
|
|
728
745
|
background: var(--zaui-brand);
|
|
729
|
-
border-radius: var(--zaui-border-radius-card,
|
|
746
|
+
border-radius: var(--zaui-border-radius-card, 4px);
|
|
730
747
|
-webkit-transform: translateY(-50%);
|
|
731
748
|
transform: translateY(-50%);
|
|
732
749
|
content: '';
|
|
@@ -739,7 +756,7 @@
|
|
|
739
756
|
}
|
|
740
757
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header {
|
|
741
758
|
padding: 0 8px 6px !important;
|
|
742
|
-
border-bottom:
|
|
759
|
+
border-bottom: 1px solid #dee0e3;
|
|
743
760
|
margin: 0 -8px;
|
|
744
761
|
}
|
|
745
762
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header .ant-collapse-arrow {
|
|
@@ -787,7 +804,7 @@
|
|
|
787
804
|
width: 4px;
|
|
788
805
|
height: 14px;
|
|
789
806
|
background: var(--zaui-brand);
|
|
790
|
-
border-radius: var(--zaui-border-radius-card,
|
|
807
|
+
border-radius: var(--zaui-border-radius-card, 4px);
|
|
791
808
|
-webkit-transform: translateY(-50%);
|
|
792
809
|
transform: translateY(-50%);
|
|
793
810
|
content: '';
|
|
@@ -894,7 +911,7 @@
|
|
|
894
911
|
line-height: 16px;
|
|
895
912
|
white-space: pre;
|
|
896
913
|
background: var(--ant-primary-1, #e6f4ff);
|
|
897
|
-
border-radius: var(--zaui-border-radius-card,
|
|
914
|
+
border-radius: var(--zaui-border-radius-card, 4px);
|
|
898
915
|
}
|
|
899
916
|
.pro-header .pro-header-title {
|
|
900
917
|
padding: 0 var(--zaui-space-size-md, 16px);
|
|
@@ -1011,7 +1028,7 @@
|
|
|
1011
1028
|
font-style: initial;
|
|
1012
1029
|
line-height: 24px;
|
|
1013
1030
|
background: var(--ant-primary-1, #e6f4ff);
|
|
1014
|
-
border-radius: var(--zaui-border-radius,
|
|
1031
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1015
1032
|
}
|
|
1016
1033
|
.pro-header .pro-header-top .pro-header-left ul li.hidden {
|
|
1017
1034
|
display: none;
|
|
@@ -1190,77 +1207,91 @@
|
|
|
1190
1207
|
box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
|
|
1191
1208
|
}
|
|
1192
1209
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
|
|
1193
|
-
color: var(--zaui-text, #343434);
|
|
1194
1210
|
position: relative;
|
|
1195
1211
|
z-index: 1;
|
|
1212
|
+
color: var(--zaui-text, #343434);
|
|
1196
1213
|
}
|
|
1197
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list
|
|
1214
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list {
|
|
1215
|
+
border-right: 1px solid #f0f0f0;
|
|
1216
|
+
}
|
|
1217
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li {
|
|
1198
1218
|
position: relative;
|
|
1199
1219
|
}
|
|
1200
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li > div {
|
|
1220
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li > div {
|
|
1201
1221
|
position: relative;
|
|
1202
1222
|
z-index: 1;
|
|
1203
1223
|
}
|
|
1204
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
|
|
1224
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active {
|
|
1205
1225
|
background: transparent;
|
|
1226
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1206
1227
|
}
|
|
1207
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active div .pro-layout-icon {
|
|
1228
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active div .pro-layout-icon {
|
|
1208
1229
|
color: #fff;
|
|
1209
1230
|
}
|
|
1210
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active::before {
|
|
1211
|
-
content: '';
|
|
1212
|
-
border-radius: var(--zaui-border-radius, 4px);
|
|
1213
|
-
background-color: var(--zaui-brand, #006aff);
|
|
1214
|
-
height: 38px;
|
|
1231
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active::before {
|
|
1215
1232
|
position: absolute;
|
|
1216
|
-
left: 5px;
|
|
1217
1233
|
top: 4px;
|
|
1234
|
+
left: 5px;
|
|
1218
1235
|
width: calc(100% - 10px);
|
|
1236
|
+
height: 38px;
|
|
1237
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1238
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1219
1239
|
opacity: 1 !important;
|
|
1240
|
+
content: '';
|
|
1220
1241
|
}
|
|
1221
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover {
|
|
1242
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover {
|
|
1222
1243
|
background: transparent;
|
|
1223
1244
|
}
|
|
1224
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover::before {
|
|
1225
|
-
content: '';
|
|
1226
|
-
border-radius: var(--zaui-border-radius, 4px);
|
|
1227
|
-
background-color: var(--zaui-brand, #006aff);
|
|
1228
|
-
height: 38px;
|
|
1245
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover::before {
|
|
1229
1246
|
position: absolute;
|
|
1230
|
-
left: 5px;
|
|
1231
1247
|
top: 4px;
|
|
1248
|
+
left: 5px;
|
|
1232
1249
|
width: calc(100% - 10px);
|
|
1250
|
+
height: 38px;
|
|
1251
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1252
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1233
1253
|
opacity: 0.08;
|
|
1254
|
+
content: '';
|
|
1234
1255
|
}
|
|
1235
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li div .pro-layout-icon {
|
|
1256
|
+
.pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li div .pro-layout-icon {
|
|
1236
1257
|
color: var(--zaui-text, #343434);
|
|
1237
1258
|
}
|
|
1238
|
-
.pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
|
|
1239
|
-
border-radius: var(--zaui-border-radius, 4px);
|
|
1240
|
-
}
|
|
1241
1259
|
.pro-layout.pro-layout-light .pro-layout-menu-collapsed {
|
|
1242
1260
|
position: relative;
|
|
1261
|
+
background: var(--zaui-base-bg, #fff);
|
|
1262
|
+
border-right: 1px solid #f0f0f0;
|
|
1243
1263
|
}
|
|
1244
|
-
.pro-layout.pro-layout-light .pro-layout-menu-collapsed
|
|
1264
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover {
|
|
1265
|
+
background: transparent !important;
|
|
1266
|
+
}
|
|
1267
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover::after {
|
|
1268
|
+
position: absolute;
|
|
1269
|
+
top: 5px;
|
|
1270
|
+
left: 5px;
|
|
1271
|
+
width: calc(100% - 10px);
|
|
1272
|
+
height: 40px;
|
|
1273
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1274
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1275
|
+
opacity: 0.08;
|
|
1245
1276
|
content: '';
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
width: calc(100% - 16px);
|
|
1277
|
+
}
|
|
1278
|
+
.pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
|
|
1249
1279
|
position: absolute;
|
|
1250
1280
|
top: 0;
|
|
1251
1281
|
left: var(--zaui-space-size-sm, 8px);
|
|
1282
|
+
width: calc(100% - 16px);
|
|
1283
|
+
height: 1px;
|
|
1284
|
+
background: #dee0e3;
|
|
1285
|
+
content: '';
|
|
1252
1286
|
}
|
|
1253
1287
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-arrow {
|
|
1254
1288
|
border-color: var(--zaui-text, #343434);
|
|
1255
1289
|
}
|
|
1256
|
-
.pro-layout.pro-layout-light .pro-layout-menu-collapsed {
|
|
1257
|
-
background: var(--zaui-base-bg, #fff);
|
|
1258
|
-
}
|
|
1259
1290
|
.pro-layout.pro-layout-light .ant-menu-root {
|
|
1260
1291
|
overflow-x: hidden !important;
|
|
1261
1292
|
}
|
|
1262
1293
|
.pro-layout.pro-layout-light .anticon-caret-down {
|
|
1263
|
-
color: #
|
|
1294
|
+
color: #cacaca !important;
|
|
1264
1295
|
}
|
|
1265
1296
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
|
|
1266
1297
|
background: var(--zaui-base-bg, #ffffff);
|
|
@@ -1273,19 +1304,19 @@
|
|
|
1273
1304
|
}
|
|
1274
1305
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover,
|
|
1275
1306
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover {
|
|
1276
|
-
background: transparent;
|
|
1277
1307
|
position: relative;
|
|
1308
|
+
background: transparent;
|
|
1278
1309
|
}
|
|
1279
1310
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover:before,
|
|
1280
1311
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before {
|
|
1281
|
-
content: '';
|
|
1282
|
-
border-radius: var(--zaui-border-radius, 4px);
|
|
1283
|
-
background-color: var(--zaui-brand, #006aff);
|
|
1284
|
-
opacity: 0.08;
|
|
1285
|
-
height: 38px;
|
|
1286
1312
|
position: absolute;
|
|
1287
1313
|
left: var(--zaui-space-size-sm, 8px);
|
|
1288
1314
|
width: calc(100% - 16px);
|
|
1315
|
+
height: 38px;
|
|
1316
|
+
background-color: var(--zaui-brand, #006aff);
|
|
1317
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1318
|
+
opacity: 0.08;
|
|
1319
|
+
content: '';
|
|
1289
1320
|
}
|
|
1290
1321
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
|
|
1291
1322
|
background: transparent !important;
|
|
@@ -1300,10 +1331,6 @@
|
|
|
1300
1331
|
min-height: calc(100vh - 80px);
|
|
1301
1332
|
}
|
|
1302
1333
|
.pro-layout .pro-layout-content {
|
|
1303
|
-
margin-left: 48px;
|
|
1304
|
-
padding: 0 var(--zaui-space-size-lg, 32px);
|
|
1305
|
-
-webkit-transition: all 0.3s ease-in-out;
|
|
1306
|
-
transition: all 0.3s ease-in-out;
|
|
1307
1334
|
z-index: 1;
|
|
1308
1335
|
-webkit-box-flex: 1;
|
|
1309
1336
|
-webkit-flex: auto;
|
|
@@ -1311,10 +1338,14 @@
|
|
|
1311
1338
|
flex: auto;
|
|
1312
1339
|
min-height: calc(100vh - 48px);
|
|
1313
1340
|
margin-top: 48px;
|
|
1341
|
+
margin-left: 48px;
|
|
1342
|
+
padding: 0 var(--zaui-space-size-lg, 32px);
|
|
1343
|
+
-webkit-transition: all 0.3s ease-in-out;
|
|
1344
|
+
transition: all 0.3s ease-in-out;
|
|
1314
1345
|
}
|
|
1315
1346
|
.pro-layout .pro-layout-content.pro-layout-has-notice {
|
|
1316
|
-
margin-top: 80px;
|
|
1317
1347
|
min-height: calc(100vh - 80px);
|
|
1348
|
+
margin-top: 80px;
|
|
1318
1349
|
}
|
|
1319
1350
|
.pro-layout .pro-layout-row-pure .pro-layout-content {
|
|
1320
1351
|
margin: 0 !important;
|
|
@@ -1651,7 +1682,7 @@
|
|
|
1651
1682
|
margin-left: -8px;
|
|
1652
1683
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
|
1653
1684
|
background: var(--zaui-contract-bg, #fffaa1);
|
|
1654
|
-
border-radius: var(--zaui-border-radius,
|
|
1685
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1655
1686
|
}
|
|
1656
1687
|
.pro-table .ant-table-body .varied-cell.empty-cell {
|
|
1657
1688
|
width: 24.5px;
|
|
@@ -1868,7 +1899,7 @@
|
|
|
1868
1899
|
.pro-table .ant-pagination .ant-pagination-item-active a {
|
|
1869
1900
|
color: #ffffff;
|
|
1870
1901
|
background: var(--zaui-brand, #006aff) !important;
|
|
1871
|
-
border-radius: var(--zaui-border-radius,
|
|
1902
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
1872
1903
|
}
|
|
1873
1904
|
.pro-table .pro-table-footer.no-page {
|
|
1874
1905
|
margin-top: var(--zaui-space-size-md, 16px);
|
|
@@ -2322,13 +2353,13 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2322
2353
|
}
|
|
2323
2354
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
|
|
2324
2355
|
.pro-group .ant-space-compact .ant-select:first-child {
|
|
2325
|
-
border-start-start-radius:
|
|
2326
|
-
border-end-start-radius:
|
|
2356
|
+
border-start-start-radius: 4px;
|
|
2357
|
+
border-end-start-radius: 4px;
|
|
2327
2358
|
}
|
|
2328
2359
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
|
|
2329
2360
|
.pro-group .ant-space-compact .ant-select:last-child {
|
|
2330
|
-
border-start-end-radius:
|
|
2331
|
-
border-end-end-radius:
|
|
2361
|
+
border-start-end-radius: 4px;
|
|
2362
|
+
border-end-end-radius: 4px;
|
|
2332
2363
|
}
|
|
2333
2364
|
.pro-group .ant-space-compact .ant-select .ant-select-selector {
|
|
2334
2365
|
border-start-end-radius: 0;
|
|
@@ -2337,12 +2368,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2337
2368
|
border-end-start-radius: 0;
|
|
2338
2369
|
}
|
|
2339
2370
|
.pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
|
|
2340
|
-
border-start-start-radius:
|
|
2341
|
-
border-end-start-radius:
|
|
2371
|
+
border-start-start-radius: 4px;
|
|
2372
|
+
border-end-start-radius: 4px;
|
|
2342
2373
|
}
|
|
2343
2374
|
.pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
|
|
2344
|
-
border-start-end-radius:
|
|
2345
|
-
border-end-end-radius:
|
|
2375
|
+
border-start-end-radius: 4px;
|
|
2376
|
+
border-end-end-radius: 4px;
|
|
2346
2377
|
}
|
|
2347
2378
|
.pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
|
|
2348
2379
|
color: var(--ant-error-color);
|
|
@@ -2752,7 +2783,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2752
2783
|
}
|
|
2753
2784
|
.pro-upload .pro-upload-dragger .pro-upload-handle-box {
|
|
2754
2785
|
background: #F8F9FA;
|
|
2755
|
-
border-radius: var(--zaui-border-radius,
|
|
2786
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
2756
2787
|
padding: var(--zaui-space-size-sm, 8px);
|
|
2757
2788
|
}
|
|
2758
2789
|
.pro-upload .pro-upload-dragger .pro-upload-handle-box .ant-upload.ant-upload-drag {
|
|
@@ -2923,7 +2954,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2923
2954
|
text-align: center;
|
|
2924
2955
|
line-height: 32px;
|
|
2925
2956
|
background: #FFFFFF;
|
|
2926
|
-
border-radius: var(--zaui-border-radius,
|
|
2957
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
2927
2958
|
border: 1px solid #DCDCDC;
|
|
2928
2959
|
}
|
|
2929
2960
|
.pro-upload .pro-upload-image .file-item-image {
|
|
@@ -3144,7 +3175,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
3144
3175
|
font-size: var(--zaui-font-size, 14px);
|
|
3145
3176
|
line-height: 20px;
|
|
3146
3177
|
border: 1px solid #e6e6e6;
|
|
3147
|
-
border-radius: var(--zaui-border-radius,
|
|
3178
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
3148
3179
|
/* 修改滚动条样式 */
|
|
3149
3180
|
}
|
|
3150
3181
|
.pro-tree-modal-box:first-child {
|
|
@@ -3390,7 +3421,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
3390
3421
|
font-size: var(--zaui-font-size, 14px);
|
|
3391
3422
|
background: #f2f2f2;
|
|
3392
3423
|
border: none;
|
|
3393
|
-
border-radius: var(--zaui-border-radius,
|
|
3424
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
3394
3425
|
}
|
|
3395
3426
|
.pro-transfer-right .checked-item .ant-tag .pro-tooltip {
|
|
3396
3427
|
-webkit-box-flex: 1;
|
|
@@ -3976,7 +4007,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
3976
4007
|
}
|
|
3977
4008
|
.pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input:hover {
|
|
3978
4009
|
border: 1px solid #DEE0E3;
|
|
3979
|
-
border-radius: var(--zaui-border-radius,
|
|
4010
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
3980
4011
|
text-indent: 5px;
|
|
3981
4012
|
}
|
|
3982
4013
|
.pro-edit-table .drag-wrapper {
|
|
@@ -4187,7 +4218,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4187
4218
|
}
|
|
4188
4219
|
.pro-edit-label .anticon-edit:active {
|
|
4189
4220
|
background: #E3E8F0;
|
|
4190
|
-
border-radius: var(--zaui-border-radius-card,
|
|
4221
|
+
border-radius: var(--zaui-border-radius-card, 4px);
|
|
4191
4222
|
}
|
|
4192
4223
|
.pro-edit-label.pro-edit-label-small {
|
|
4193
4224
|
height: 24px;
|
|
@@ -4306,7 +4337,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4306
4337
|
width: 4px;
|
|
4307
4338
|
height: 14px;
|
|
4308
4339
|
background: var(--zaui-brand, #006aff);
|
|
4309
|
-
border-radius: var(zaui-border-radius-card,
|
|
4340
|
+
border-radius: var(zaui-border-radius-card, 4px);
|
|
4310
4341
|
}
|
|
4311
4342
|
.pro-theme-prd-tools-drawer .pro-theme-color {
|
|
4312
4343
|
display: -webkit-box;
|
|
@@ -4453,15 +4484,48 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4453
4484
|
display: -webkit-flex;
|
|
4454
4485
|
display: -ms-flexbox;
|
|
4455
4486
|
display: flex;
|
|
4487
|
+
-webkit-box-align: center;
|
|
4488
|
+
-webkit-align-items: center;
|
|
4489
|
+
-ms-flex-align: center;
|
|
4490
|
+
align-items: center;
|
|
4491
|
+
-webkit-box-pack: center;
|
|
4492
|
+
-webkit-justify-content: center;
|
|
4493
|
+
-ms-flex-pack: center;
|
|
4494
|
+
justify-content: center;
|
|
4495
|
+
width: 34px;
|
|
4496
|
+
height: 34px;
|
|
4497
|
+
background: #d8e6ff;
|
|
4498
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
4499
|
+
cursor: pointer;
|
|
4500
|
+
}
|
|
4501
|
+
.pro-theme-tools .setting-icon {
|
|
4502
|
+
margin-top: -1px;
|
|
4503
|
+
}
|
|
4504
|
+
.pro-theme-tools .setting-icon div {
|
|
4505
|
+
display: -webkit-box;
|
|
4506
|
+
display: -webkit-flex;
|
|
4507
|
+
display: -ms-flexbox;
|
|
4508
|
+
display: flex;
|
|
4509
|
+
-webkit-box-align: center;
|
|
4510
|
+
-webkit-align-items: center;
|
|
4511
|
+
-ms-flex-align: center;
|
|
4512
|
+
align-items: center;
|
|
4513
|
+
-webkit-box-pack: center;
|
|
4514
|
+
-webkit-justify-content: center;
|
|
4515
|
+
-ms-flex-pack: center;
|
|
4516
|
+
justify-content: center;
|
|
4517
|
+
}
|
|
4518
|
+
.pro-theme-tools.pro-theme-tools-follow {
|
|
4519
|
+
background: var(--ant-primary-1);
|
|
4456
4520
|
}
|
|
4457
4521
|
.pro-theme-tools.pro-theme-tools-follow svg {
|
|
4458
4522
|
color: var(--zaui-brand, #006aff);
|
|
4459
4523
|
}
|
|
4460
4524
|
.pro-theme-tools .anticon {
|
|
4461
|
-
color: var(--zaui-
|
|
4525
|
+
color: var(--zaui-text, #343434);
|
|
4462
4526
|
}
|
|
4463
4527
|
.pro-theme-tools .anticon svg {
|
|
4464
|
-
font-size:
|
|
4528
|
+
font-size: 20px;
|
|
4465
4529
|
}
|
|
4466
4530
|
.pro-theme-tools-drawer .ant-drawer-body {
|
|
4467
4531
|
padding: 32px;
|
|
@@ -4474,23 +4538,23 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
4474
4538
|
}
|
|
4475
4539
|
.pro-theme-tools-drawer .copy-btn {
|
|
4476
4540
|
position: absolute;
|
|
4477
|
-
width: calc(100% - 64px);
|
|
4478
4541
|
bottom: 20px;
|
|
4479
4542
|
left: 32px;
|
|
4480
4543
|
z-index: 10;
|
|
4544
|
+
width: calc(100% - 64px);
|
|
4481
4545
|
}
|
|
4482
4546
|
.pro-theme-tools-drawer .pro-theme-tools-box {
|
|
4483
4547
|
display: -webkit-box;
|
|
4484
4548
|
display: -webkit-flex;
|
|
4485
4549
|
display: -ms-flexbox;
|
|
4486
4550
|
display: flex;
|
|
4551
|
+
-webkit-flex-wrap: wrap;
|
|
4552
|
+
-ms-flex-wrap: wrap;
|
|
4553
|
+
flex-wrap: wrap;
|
|
4487
4554
|
-webkit-box-pack: justify;
|
|
4488
4555
|
-webkit-justify-content: space-between;
|
|
4489
4556
|
-ms-flex-pack: justify;
|
|
4490
4557
|
justify-content: space-between;
|
|
4491
|
-
-webkit-flex-wrap: wrap;
|
|
4492
|
-
-ms-flex-wrap: wrap;
|
|
4493
|
-
flex-wrap: wrap;
|
|
4494
4558
|
}
|
|
4495
4559
|
.pro-theme-tools-drawer .pro-theme-tools-space {
|
|
4496
4560
|
margin-bottom: var(--zaui-space-size-md, 16px);
|
|
@@ -4858,8 +4922,8 @@ input[type='button'] {
|
|
|
4858
4922
|
--zaui-table-nested-bg: #fafcfe;
|
|
4859
4923
|
--zaui-contract-bg: #fffaa1;
|
|
4860
4924
|
--zaui-form-label-width: 130px;
|
|
4861
|
-
--zaui-border-radius:
|
|
4862
|
-
--zaui-border-radius-card:
|
|
4925
|
+
--zaui-border-radius: 8px;
|
|
4926
|
+
--zaui-border-radius-card: 4px;
|
|
4863
4927
|
--zaui-font-size-title: 16px;
|
|
4864
4928
|
--zaui-font-size-card-title: var(--zaui-font-size-title);
|
|
4865
4929
|
--zaui-font-size: 14px;
|
|
@@ -5226,7 +5290,7 @@ input[type='button'] {
|
|
|
5226
5290
|
line-height: 32px;
|
|
5227
5291
|
background-color: #f7f9fa;
|
|
5228
5292
|
border: 0;
|
|
5229
|
-
border-radius: var(--zaui-border-radius,
|
|
5293
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
5230
5294
|
}
|
|
5231
5295
|
.ant-pagination .ant-pagination-item a {
|
|
5232
5296
|
color: var(--zaui-text, #464646);
|
|
@@ -5240,7 +5304,7 @@ input[type='button'] {
|
|
|
5240
5304
|
.ant-pagination .ant-pagination-item-active a {
|
|
5241
5305
|
color: #fff;
|
|
5242
5306
|
background: var(--zaui-brand, #006aff);
|
|
5243
|
-
border-radius: var(--zaui-border-radius,
|
|
5307
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
5244
5308
|
}
|
|
5245
5309
|
.ant-pagination .ant-pagination-item-active:focus-visible a,
|
|
5246
5310
|
.ant-pagination .ant-pagination-item-active:hover a {
|
|
@@ -5255,7 +5319,7 @@ input[type='button'] {
|
|
|
5255
5319
|
line-height: 30px;
|
|
5256
5320
|
background-color: #f7f9fa;
|
|
5257
5321
|
border: 0;
|
|
5258
|
-
border-radius: var(--zaui-border-radius,
|
|
5322
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
5259
5323
|
}
|
|
5260
5324
|
.ant-pagination .ant-pagination-prev svg,
|
|
5261
5325
|
.ant-pagination .ant-pagination-next svg {
|
|
@@ -5273,7 +5337,7 @@ input[type='button'] {
|
|
|
5273
5337
|
line-height: 32px;
|
|
5274
5338
|
background-color: #fafafa;
|
|
5275
5339
|
border: 0;
|
|
5276
|
-
border-radius: var(--zaui-border-radius,
|
|
5340
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
5277
5341
|
}
|
|
5278
5342
|
.ant-pagination .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
5279
5343
|
color: var(--zaui-text, #464646);
|
|
@@ -5286,7 +5350,7 @@ input[type='button'] {
|
|
|
5286
5350
|
position: relative;
|
|
5287
5351
|
background-color: #fafafa;
|
|
5288
5352
|
border: 0;
|
|
5289
|
-
border-radius: var(--zaui-border-radius,
|
|
5353
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
5290
5354
|
}
|
|
5291
5355
|
.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
|
5292
5356
|
.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|