3h1-ui 3.0.0-next.77 → 3.0.0-next.78
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/es/index.js +19 -13
- package/es/style.css +84 -391
- package/lib/index.js +21 -15
- package/lib/style.css +8889 -0
- package/package.json +4 -4
package/es/style.css
CHANGED
|
@@ -756,96 +756,6 @@ mark {
|
|
|
756
756
|
padding: 0.2em;
|
|
757
757
|
background-color: #feffe6;
|
|
758
758
|
}:root {
|
|
759
|
-
--primary-1: #dafbe1;
|
|
760
|
-
--primary-2: #aceebb;
|
|
761
|
-
--primary-3: #6fdd8b;
|
|
762
|
-
--primary-4: #4ac26b;
|
|
763
|
-
--primary-5: #2da44e;
|
|
764
|
-
--primary-6: #1a7f37;
|
|
765
|
-
--primary-7: #116329;
|
|
766
|
-
--primary-8: #044f1e;
|
|
767
|
-
--primary-9: #003d16;
|
|
768
|
-
--primary-10: #002d11;
|
|
769
|
-
--gray-1: #f6f8fa;
|
|
770
|
-
--gray-2: #eaeef2;
|
|
771
|
-
--gray-3: #d0d7de;
|
|
772
|
-
--gray-4: #afb8c1;
|
|
773
|
-
--gray-5: #8c959f;
|
|
774
|
-
--gray-6: #6e7781;
|
|
775
|
-
--gray-7: #57606a;
|
|
776
|
-
--gray-8: #424a53;
|
|
777
|
-
--gray-9: #32383f;
|
|
778
|
-
--gray-10: #24292f;
|
|
779
|
-
--green-1: #dafbe1;
|
|
780
|
-
--green-2: #aceebb;
|
|
781
|
-
--green-3: #6fdd8b;
|
|
782
|
-
--green-4: #4ac26b;
|
|
783
|
-
--green-5: #2da44e;
|
|
784
|
-
--green-6: #1a7f37;
|
|
785
|
-
--green-7: #116329;
|
|
786
|
-
--green-8: #044f1e;
|
|
787
|
-
--green-9: #003d16;
|
|
788
|
-
--green-10: #002d11;
|
|
789
|
-
--orange-1: #fff1e5;
|
|
790
|
-
--orange-2: #ffd8b5;
|
|
791
|
-
--orange-3: #ffb77c;
|
|
792
|
-
--orange-4: #fb8f44;
|
|
793
|
-
--orange-5: #e16f24;
|
|
794
|
-
--orange-6: #bc4c00;
|
|
795
|
-
--orange-7: #953800;
|
|
796
|
-
--orange-8: #762c00;
|
|
797
|
-
--orange-9: #5c2200;
|
|
798
|
-
--orange-10: #471700;
|
|
799
|
-
--pink-1: #ffeff7;
|
|
800
|
-
--pink-2: #ffd3eb;
|
|
801
|
-
--pink-3: #ffadda;
|
|
802
|
-
--pink-4: #ff80c8;
|
|
803
|
-
--pink-5: #e85aad;
|
|
804
|
-
--pink-6: #bf3989;
|
|
805
|
-
--pink-7: #99286e;
|
|
806
|
-
--pink-8: #772057;
|
|
807
|
-
--pink-9: #611347;
|
|
808
|
-
--pink-10: #4d0336;
|
|
809
|
-
--purple-1: #fbefff;
|
|
810
|
-
--purple-2: #ecd8ff;
|
|
811
|
-
--purple-3: #d8b9ff;
|
|
812
|
-
--purple-4: #c297ff;
|
|
813
|
-
--purple-5: #a475f9;
|
|
814
|
-
--purple-6: #8250df;
|
|
815
|
-
--purple-7: #6639ba;
|
|
816
|
-
--purple-8: #512a97;
|
|
817
|
-
--purple-9: #3e1f79;
|
|
818
|
-
--purple-10: #2e1461;
|
|
819
|
-
--red-1: #ffebe9;
|
|
820
|
-
--red-2: #ffcecb;
|
|
821
|
-
--red-3: #ffaba8;
|
|
822
|
-
--red-4: #ff8182;
|
|
823
|
-
--red-5: #fa4549;
|
|
824
|
-
--red-6: #cf222e;
|
|
825
|
-
--red-7: #a40e26;
|
|
826
|
-
--red-8: #82071e;
|
|
827
|
-
--red-9: #660018;
|
|
828
|
-
--red-10: #4c0014;
|
|
829
|
-
--yellow-1: #fff8c5;
|
|
830
|
-
--yellow-2: #fae17d;
|
|
831
|
-
--yellow-3: #eac54f;
|
|
832
|
-
--yellow-4: #d4a72c;
|
|
833
|
-
--yellow-5: #bf8700;
|
|
834
|
-
--yellow-6: #9a6700;
|
|
835
|
-
--yellow-7: #7d4e00;
|
|
836
|
-
--yellow-8: #633c01;
|
|
837
|
-
--yellow-9: #4d2d00;
|
|
838
|
-
--yellow-10: #3b2300;
|
|
839
|
-
--blue-1: #ddf4ff;
|
|
840
|
-
--blue-2: #b6e3ff;
|
|
841
|
-
--blue-3: #80ccff;
|
|
842
|
-
--blue-4: #54aeff;
|
|
843
|
-
--blue-5: #218bff;
|
|
844
|
-
--blue-6: #0969da;
|
|
845
|
-
--blue-7: #0550ae;
|
|
846
|
-
--blue-8: #033d8b;
|
|
847
|
-
--blue-9: #0a3069;
|
|
848
|
-
--blue-10: #002155;
|
|
849
759
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
850
760
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
851
761
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -855,9 +765,20 @@ mark {
|
|
|
855
765
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
856
766
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
857
767
|
--light: #fff;
|
|
768
|
+
--dark: #000;
|
|
769
|
+
}
|
|
770
|
+
html[data-theme='dark'] {
|
|
771
|
+
--theme: var(--dark);
|
|
772
|
+
--text-color: var(--light);
|
|
773
|
+
color-scheme: dark;
|
|
774
|
+
}
|
|
775
|
+
html[data-theme='light'] {
|
|
776
|
+
--theme: var(--light);
|
|
777
|
+
--text-color: var(--dark);
|
|
778
|
+
color-scheme: light;
|
|
858
779
|
}
|
|
859
780
|
input:focus.ant-input {
|
|
860
|
-
background-color:
|
|
781
|
+
background-color: var(--theme);
|
|
861
782
|
box-shadow: none;
|
|
862
783
|
outline: 1px solid var(--primary-5);
|
|
863
784
|
}
|
|
@@ -868,34 +789,34 @@ input:focus.ant-input {
|
|
|
868
789
|
.ant-input-affix-wrapper-focused, .ant-picker-focused, .ant-input-number-focused
|
|
869
790
|
) {
|
|
870
791
|
box-shadow: none;
|
|
871
|
-
background-color:
|
|
792
|
+
background-color: var(--theme);
|
|
872
793
|
outline: 1px solid var(--primary-5);
|
|
873
794
|
}
|
|
874
795
|
:is(
|
|
875
796
|
.ant-input-affix-wrapper-focused, .ant-picker-focused, .ant-input-number-focused
|
|
876
797
|
) input.ant-input {
|
|
877
|
-
background-color:
|
|
798
|
+
background-color: var(--theme);
|
|
878
799
|
outline: none;
|
|
879
800
|
}
|
|
880
801
|
:is(
|
|
881
802
|
.ant-input-affix-wrapper-focused, .ant-picker-focused, .ant-input-number-focused
|
|
882
803
|
) textarea {
|
|
883
|
-
background-color:
|
|
804
|
+
background-color: var(--theme);
|
|
884
805
|
}
|
|
885
806
|
.ant-input-affix-wrapper:has(textarea) .ant-input:focus, .ant-input-affix-wrapper:has(textarea) :is(.ant-input-focused) {
|
|
886
|
-
background-color:
|
|
807
|
+
background-color: var(--theme);
|
|
887
808
|
box-shadow: none;
|
|
888
809
|
outline: 1px solid var(--primary-5);
|
|
889
810
|
}
|
|
890
811
|
:is(.ant-input-number .ant-input-number-handler-wrap) {
|
|
891
|
-
background-color:
|
|
812
|
+
background-color: var(--theme);
|
|
892
813
|
}
|
|
893
814
|
:is(.ant-select-focused).ant-select:not(.ant-select-disabled):not(
|
|
894
815
|
.ant-select-customize-input
|
|
895
816
|
):not(.ant-pagination-size-changer) :is(.ant-select-selector) {
|
|
896
817
|
box-shadow: none;
|
|
897
818
|
outline: 1px solid var(--primary-5);
|
|
898
|
-
background-color:
|
|
819
|
+
background-color: var(--theme);
|
|
899
820
|
}
|
|
900
821
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar {
|
|
901
822
|
position: absolute;
|
|
@@ -903,13 +824,13 @@ input:focus.ant-input {
|
|
|
903
824
|
width: 0;
|
|
904
825
|
}
|
|
905
826
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-thumb {
|
|
906
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
827
|
+
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
907
828
|
border: solid 2px transparent;
|
|
908
829
|
background-color: transparent;
|
|
909
830
|
border-radius: 10px;
|
|
910
831
|
}
|
|
911
832
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-thumb:active, :is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-thumb:hover {
|
|
912
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
833
|
+
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
913
834
|
background-color: transparent;
|
|
914
835
|
}
|
|
915
836
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-track {
|
|
@@ -961,7 +882,7 @@ input:focus.ant-input {
|
|
|
961
882
|
}
|
|
962
883
|
.ant-table-wrapper.ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
|
|
963
884
|
border-top: none;
|
|
964
|
-
border-bottom: 1px solid var(--gray-
|
|
885
|
+
border-bottom: 1px solid var(--gray-1);
|
|
965
886
|
}
|
|
966
887
|
.ant-table-wrapper.ant-table-wrapper .ant-table-header .ant-table-selection-column::before, .ant-table-wrapper.ant-table-wrapper .ant-table-thead .ant-table-selection-column::before {
|
|
967
888
|
content: '';
|
|
@@ -970,20 +891,20 @@ input:focus.ant-input {
|
|
|
970
891
|
right: 0;
|
|
971
892
|
width: 1px;
|
|
972
893
|
height: 1.6em;
|
|
973
|
-
background-color: var(--gray-
|
|
894
|
+
background-color: var(--gray-2);
|
|
974
895
|
transform: translateY(-50%);
|
|
975
896
|
transition: background-color 0.3s;
|
|
976
897
|
}
|
|
977
898
|
.ant-table-wrapper.ant-table-wrapper .ant-table-header th, .ant-table-wrapper.ant-table-wrapper .ant-table-thead th, .ant-table-wrapper.ant-table-wrapper .ant-table-header td, .ant-table-wrapper.ant-table-wrapper .ant-table-thead td {
|
|
978
|
-
background: var(--gray-
|
|
979
|
-
border-bottom: 1px solid var(--gray-
|
|
899
|
+
background: var(--gray-0);
|
|
900
|
+
border-bottom: 1px solid var(--gray-2);
|
|
980
901
|
}
|
|
981
902
|
.ant-table-wrapper.ant-table-wrapper .ant-table-header th::before, .ant-table-wrapper.ant-table-wrapper .ant-table-thead th::before, .ant-table-wrapper.ant-table-wrapper .ant-table-header td::before, .ant-table-wrapper.ant-table-wrapper .ant-table-thead td::before {
|
|
982
|
-
background-color: var(--gray-
|
|
903
|
+
background-color: var(--gray-2) !important;
|
|
983
904
|
}
|
|
984
905
|
.ant-table-wrapper.ant-table-wrapper .ant-table-container.ant-table-container {
|
|
985
906
|
border-inline-start: unset;
|
|
986
|
-
border: 1px solid var(--gray-
|
|
907
|
+
border: 1px solid var(--gray-2);
|
|
987
908
|
}
|
|
988
909
|
.ant-table-wrapper.ant-table-wrapper .ant-table-small .ant-table-tbody > tr > td {
|
|
989
910
|
padding: 7px 8px;
|
|
@@ -994,13 +915,22 @@ input:focus.ant-input {
|
|
|
994
915
|
.ant-btn {
|
|
995
916
|
box-shadow: none;
|
|
996
917
|
}
|
|
918
|
+
.ant-btn-default.ant-btn-default:hover {
|
|
919
|
+
color: var(--text-color);
|
|
920
|
+
border-color: var(--gray-2);
|
|
921
|
+
background-color: var(--gray-0);
|
|
922
|
+
}
|
|
997
923
|
.ant-btn-dashed.ant-btn-dashed {
|
|
998
924
|
color: var(--primary-5);
|
|
999
925
|
border-color: var(--primary-5);
|
|
1000
926
|
}
|
|
1001
927
|
.ant-btn-dashed.ant-btn-dashed:hover {
|
|
1002
|
-
color: var(--
|
|
1003
|
-
|
|
928
|
+
background-color: var(--gray-0);
|
|
929
|
+
}
|
|
930
|
+
.ant-btn-dashed.ant-btn-dashed:active {
|
|
931
|
+
color: var(--primary-5);
|
|
932
|
+
border-color: var(--primary-5);
|
|
933
|
+
background-color: var(--gray-1);
|
|
1004
934
|
}
|
|
1005
935
|
.ant-popconfirm-buttons {
|
|
1006
936
|
display: flex;
|
|
@@ -1421,96 +1351,6 @@ span.iconify {
|
|
|
1421
1351
|
.scroll-container .scrollbar__view {
|
|
1422
1352
|
box-sizing: border-box;
|
|
1423
1353
|
}:root {
|
|
1424
|
-
--primary-1: #dafbe1;
|
|
1425
|
-
--primary-2: #aceebb;
|
|
1426
|
-
--primary-3: #6fdd8b;
|
|
1427
|
-
--primary-4: #4ac26b;
|
|
1428
|
-
--primary-5: #2da44e;
|
|
1429
|
-
--primary-6: #1a7f37;
|
|
1430
|
-
--primary-7: #116329;
|
|
1431
|
-
--primary-8: #044f1e;
|
|
1432
|
-
--primary-9: #003d16;
|
|
1433
|
-
--primary-10: #002d11;
|
|
1434
|
-
--gray-1: #f6f8fa;
|
|
1435
|
-
--gray-2: #eaeef2;
|
|
1436
|
-
--gray-3: #d0d7de;
|
|
1437
|
-
--gray-4: #afb8c1;
|
|
1438
|
-
--gray-5: #8c959f;
|
|
1439
|
-
--gray-6: #6e7781;
|
|
1440
|
-
--gray-7: #57606a;
|
|
1441
|
-
--gray-8: #424a53;
|
|
1442
|
-
--gray-9: #32383f;
|
|
1443
|
-
--gray-10: #24292f;
|
|
1444
|
-
--green-1: #dafbe1;
|
|
1445
|
-
--green-2: #aceebb;
|
|
1446
|
-
--green-3: #6fdd8b;
|
|
1447
|
-
--green-4: #4ac26b;
|
|
1448
|
-
--green-5: #2da44e;
|
|
1449
|
-
--green-6: #1a7f37;
|
|
1450
|
-
--green-7: #116329;
|
|
1451
|
-
--green-8: #044f1e;
|
|
1452
|
-
--green-9: #003d16;
|
|
1453
|
-
--green-10: #002d11;
|
|
1454
|
-
--orange-1: #fff1e5;
|
|
1455
|
-
--orange-2: #ffd8b5;
|
|
1456
|
-
--orange-3: #ffb77c;
|
|
1457
|
-
--orange-4: #fb8f44;
|
|
1458
|
-
--orange-5: #e16f24;
|
|
1459
|
-
--orange-6: #bc4c00;
|
|
1460
|
-
--orange-7: #953800;
|
|
1461
|
-
--orange-8: #762c00;
|
|
1462
|
-
--orange-9: #5c2200;
|
|
1463
|
-
--orange-10: #471700;
|
|
1464
|
-
--pink-1: #ffeff7;
|
|
1465
|
-
--pink-2: #ffd3eb;
|
|
1466
|
-
--pink-3: #ffadda;
|
|
1467
|
-
--pink-4: #ff80c8;
|
|
1468
|
-
--pink-5: #e85aad;
|
|
1469
|
-
--pink-6: #bf3989;
|
|
1470
|
-
--pink-7: #99286e;
|
|
1471
|
-
--pink-8: #772057;
|
|
1472
|
-
--pink-9: #611347;
|
|
1473
|
-
--pink-10: #4d0336;
|
|
1474
|
-
--purple-1: #fbefff;
|
|
1475
|
-
--purple-2: #ecd8ff;
|
|
1476
|
-
--purple-3: #d8b9ff;
|
|
1477
|
-
--purple-4: #c297ff;
|
|
1478
|
-
--purple-5: #a475f9;
|
|
1479
|
-
--purple-6: #8250df;
|
|
1480
|
-
--purple-7: #6639ba;
|
|
1481
|
-
--purple-8: #512a97;
|
|
1482
|
-
--purple-9: #3e1f79;
|
|
1483
|
-
--purple-10: #2e1461;
|
|
1484
|
-
--red-1: #ffebe9;
|
|
1485
|
-
--red-2: #ffcecb;
|
|
1486
|
-
--red-3: #ffaba8;
|
|
1487
|
-
--red-4: #ff8182;
|
|
1488
|
-
--red-5: #fa4549;
|
|
1489
|
-
--red-6: #cf222e;
|
|
1490
|
-
--red-7: #a40e26;
|
|
1491
|
-
--red-8: #82071e;
|
|
1492
|
-
--red-9: #660018;
|
|
1493
|
-
--red-10: #4c0014;
|
|
1494
|
-
--yellow-1: #fff8c5;
|
|
1495
|
-
--yellow-2: #fae17d;
|
|
1496
|
-
--yellow-3: #eac54f;
|
|
1497
|
-
--yellow-4: #d4a72c;
|
|
1498
|
-
--yellow-5: #bf8700;
|
|
1499
|
-
--yellow-6: #9a6700;
|
|
1500
|
-
--yellow-7: #7d4e00;
|
|
1501
|
-
--yellow-8: #633c01;
|
|
1502
|
-
--yellow-9: #4d2d00;
|
|
1503
|
-
--yellow-10: #3b2300;
|
|
1504
|
-
--blue-1: #ddf4ff;
|
|
1505
|
-
--blue-2: #b6e3ff;
|
|
1506
|
-
--blue-3: #80ccff;
|
|
1507
|
-
--blue-4: #54aeff;
|
|
1508
|
-
--blue-5: #218bff;
|
|
1509
|
-
--blue-6: #0969da;
|
|
1510
|
-
--blue-7: #0550ae;
|
|
1511
|
-
--blue-8: #033d8b;
|
|
1512
|
-
--blue-9: #0a3069;
|
|
1513
|
-
--blue-10: #002155;
|
|
1514
1354
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1515
1355
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1516
1356
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1520,6 +1360,17 @@ span.iconify {
|
|
|
1520
1360
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1521
1361
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1522
1362
|
--light: #fff;
|
|
1363
|
+
--dark: #000;
|
|
1364
|
+
}
|
|
1365
|
+
html[data-theme='dark'] {
|
|
1366
|
+
--theme: var(--dark);
|
|
1367
|
+
--text-color: var(--light);
|
|
1368
|
+
color-scheme: dark;
|
|
1369
|
+
}
|
|
1370
|
+
html[data-theme='light'] {
|
|
1371
|
+
--theme: var(--light);
|
|
1372
|
+
--text-color: var(--dark);
|
|
1373
|
+
color-scheme: light;
|
|
1523
1374
|
}
|
|
1524
1375
|
.shy-basic-modal-close {
|
|
1525
1376
|
display: flex;
|
|
@@ -1546,96 +1397,6 @@ span.iconify {
|
|
|
1546
1397
|
.shy-basic-modal-close span:last-child:hover {
|
|
1547
1398
|
color: #ED6F6F;
|
|
1548
1399
|
}:root {
|
|
1549
|
-
--primary-1: #dafbe1;
|
|
1550
|
-
--primary-2: #aceebb;
|
|
1551
|
-
--primary-3: #6fdd8b;
|
|
1552
|
-
--primary-4: #4ac26b;
|
|
1553
|
-
--primary-5: #2da44e;
|
|
1554
|
-
--primary-6: #1a7f37;
|
|
1555
|
-
--primary-7: #116329;
|
|
1556
|
-
--primary-8: #044f1e;
|
|
1557
|
-
--primary-9: #003d16;
|
|
1558
|
-
--primary-10: #002d11;
|
|
1559
|
-
--gray-1: #f6f8fa;
|
|
1560
|
-
--gray-2: #eaeef2;
|
|
1561
|
-
--gray-3: #d0d7de;
|
|
1562
|
-
--gray-4: #afb8c1;
|
|
1563
|
-
--gray-5: #8c959f;
|
|
1564
|
-
--gray-6: #6e7781;
|
|
1565
|
-
--gray-7: #57606a;
|
|
1566
|
-
--gray-8: #424a53;
|
|
1567
|
-
--gray-9: #32383f;
|
|
1568
|
-
--gray-10: #24292f;
|
|
1569
|
-
--green-1: #dafbe1;
|
|
1570
|
-
--green-2: #aceebb;
|
|
1571
|
-
--green-3: #6fdd8b;
|
|
1572
|
-
--green-4: #4ac26b;
|
|
1573
|
-
--green-5: #2da44e;
|
|
1574
|
-
--green-6: #1a7f37;
|
|
1575
|
-
--green-7: #116329;
|
|
1576
|
-
--green-8: #044f1e;
|
|
1577
|
-
--green-9: #003d16;
|
|
1578
|
-
--green-10: #002d11;
|
|
1579
|
-
--orange-1: #fff1e5;
|
|
1580
|
-
--orange-2: #ffd8b5;
|
|
1581
|
-
--orange-3: #ffb77c;
|
|
1582
|
-
--orange-4: #fb8f44;
|
|
1583
|
-
--orange-5: #e16f24;
|
|
1584
|
-
--orange-6: #bc4c00;
|
|
1585
|
-
--orange-7: #953800;
|
|
1586
|
-
--orange-8: #762c00;
|
|
1587
|
-
--orange-9: #5c2200;
|
|
1588
|
-
--orange-10: #471700;
|
|
1589
|
-
--pink-1: #ffeff7;
|
|
1590
|
-
--pink-2: #ffd3eb;
|
|
1591
|
-
--pink-3: #ffadda;
|
|
1592
|
-
--pink-4: #ff80c8;
|
|
1593
|
-
--pink-5: #e85aad;
|
|
1594
|
-
--pink-6: #bf3989;
|
|
1595
|
-
--pink-7: #99286e;
|
|
1596
|
-
--pink-8: #772057;
|
|
1597
|
-
--pink-9: #611347;
|
|
1598
|
-
--pink-10: #4d0336;
|
|
1599
|
-
--purple-1: #fbefff;
|
|
1600
|
-
--purple-2: #ecd8ff;
|
|
1601
|
-
--purple-3: #d8b9ff;
|
|
1602
|
-
--purple-4: #c297ff;
|
|
1603
|
-
--purple-5: #a475f9;
|
|
1604
|
-
--purple-6: #8250df;
|
|
1605
|
-
--purple-7: #6639ba;
|
|
1606
|
-
--purple-8: #512a97;
|
|
1607
|
-
--purple-9: #3e1f79;
|
|
1608
|
-
--purple-10: #2e1461;
|
|
1609
|
-
--red-1: #ffebe9;
|
|
1610
|
-
--red-2: #ffcecb;
|
|
1611
|
-
--red-3: #ffaba8;
|
|
1612
|
-
--red-4: #ff8182;
|
|
1613
|
-
--red-5: #fa4549;
|
|
1614
|
-
--red-6: #cf222e;
|
|
1615
|
-
--red-7: #a40e26;
|
|
1616
|
-
--red-8: #82071e;
|
|
1617
|
-
--red-9: #660018;
|
|
1618
|
-
--red-10: #4c0014;
|
|
1619
|
-
--yellow-1: #fff8c5;
|
|
1620
|
-
--yellow-2: #fae17d;
|
|
1621
|
-
--yellow-3: #eac54f;
|
|
1622
|
-
--yellow-4: #d4a72c;
|
|
1623
|
-
--yellow-5: #bf8700;
|
|
1624
|
-
--yellow-6: #9a6700;
|
|
1625
|
-
--yellow-7: #7d4e00;
|
|
1626
|
-
--yellow-8: #633c01;
|
|
1627
|
-
--yellow-9: #4d2d00;
|
|
1628
|
-
--yellow-10: #3b2300;
|
|
1629
|
-
--blue-1: #ddf4ff;
|
|
1630
|
-
--blue-2: #b6e3ff;
|
|
1631
|
-
--blue-3: #80ccff;
|
|
1632
|
-
--blue-4: #54aeff;
|
|
1633
|
-
--blue-5: #218bff;
|
|
1634
|
-
--blue-6: #0969da;
|
|
1635
|
-
--blue-7: #0550ae;
|
|
1636
|
-
--blue-8: #033d8b;
|
|
1637
|
-
--blue-9: #0a3069;
|
|
1638
|
-
--blue-10: #002155;
|
|
1639
1400
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1640
1401
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1641
1402
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1645,6 +1406,17 @@ span.iconify {
|
|
|
1645
1406
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1646
1407
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1647
1408
|
--light: #fff;
|
|
1409
|
+
--dark: #000;
|
|
1410
|
+
}
|
|
1411
|
+
html[data-theme='dark'] {
|
|
1412
|
+
--theme: var(--dark);
|
|
1413
|
+
--text-color: var(--light);
|
|
1414
|
+
color-scheme: dark;
|
|
1415
|
+
}
|
|
1416
|
+
html[data-theme='light'] {
|
|
1417
|
+
--theme: var(--light);
|
|
1418
|
+
--text-color: var(--dark);
|
|
1419
|
+
color-scheme: light;
|
|
1648
1420
|
}
|
|
1649
1421
|
.shy-basic-help {
|
|
1650
1422
|
display: inline-block;
|
|
@@ -1658,97 +1430,7 @@ span.iconify {
|
|
|
1658
1430
|
}
|
|
1659
1431
|
.shy-basic-help__wrap p {
|
|
1660
1432
|
margin-bottom: 0;
|
|
1661
|
-
}[data-v-
|
|
1662
|
-
--primary-1: #dafbe1;
|
|
1663
|
-
--primary-2: #aceebb;
|
|
1664
|
-
--primary-3: #6fdd8b;
|
|
1665
|
-
--primary-4: #4ac26b;
|
|
1666
|
-
--primary-5: #2da44e;
|
|
1667
|
-
--primary-6: #1a7f37;
|
|
1668
|
-
--primary-7: #116329;
|
|
1669
|
-
--primary-8: #044f1e;
|
|
1670
|
-
--primary-9: #003d16;
|
|
1671
|
-
--primary-10: #002d11;
|
|
1672
|
-
--gray-1: #f6f8fa;
|
|
1673
|
-
--gray-2: #eaeef2;
|
|
1674
|
-
--gray-3: #d0d7de;
|
|
1675
|
-
--gray-4: #afb8c1;
|
|
1676
|
-
--gray-5: #8c959f;
|
|
1677
|
-
--gray-6: #6e7781;
|
|
1678
|
-
--gray-7: #57606a;
|
|
1679
|
-
--gray-8: #424a53;
|
|
1680
|
-
--gray-9: #32383f;
|
|
1681
|
-
--gray-10: #24292f;
|
|
1682
|
-
--green-1: #dafbe1;
|
|
1683
|
-
--green-2: #aceebb;
|
|
1684
|
-
--green-3: #6fdd8b;
|
|
1685
|
-
--green-4: #4ac26b;
|
|
1686
|
-
--green-5: #2da44e;
|
|
1687
|
-
--green-6: #1a7f37;
|
|
1688
|
-
--green-7: #116329;
|
|
1689
|
-
--green-8: #044f1e;
|
|
1690
|
-
--green-9: #003d16;
|
|
1691
|
-
--green-10: #002d11;
|
|
1692
|
-
--orange-1: #fff1e5;
|
|
1693
|
-
--orange-2: #ffd8b5;
|
|
1694
|
-
--orange-3: #ffb77c;
|
|
1695
|
-
--orange-4: #fb8f44;
|
|
1696
|
-
--orange-5: #e16f24;
|
|
1697
|
-
--orange-6: #bc4c00;
|
|
1698
|
-
--orange-7: #953800;
|
|
1699
|
-
--orange-8: #762c00;
|
|
1700
|
-
--orange-9: #5c2200;
|
|
1701
|
-
--orange-10: #471700;
|
|
1702
|
-
--pink-1: #ffeff7;
|
|
1703
|
-
--pink-2: #ffd3eb;
|
|
1704
|
-
--pink-3: #ffadda;
|
|
1705
|
-
--pink-4: #ff80c8;
|
|
1706
|
-
--pink-5: #e85aad;
|
|
1707
|
-
--pink-6: #bf3989;
|
|
1708
|
-
--pink-7: #99286e;
|
|
1709
|
-
--pink-8: #772057;
|
|
1710
|
-
--pink-9: #611347;
|
|
1711
|
-
--pink-10: #4d0336;
|
|
1712
|
-
--purple-1: #fbefff;
|
|
1713
|
-
--purple-2: #ecd8ff;
|
|
1714
|
-
--purple-3: #d8b9ff;
|
|
1715
|
-
--purple-4: #c297ff;
|
|
1716
|
-
--purple-5: #a475f9;
|
|
1717
|
-
--purple-6: #8250df;
|
|
1718
|
-
--purple-7: #6639ba;
|
|
1719
|
-
--purple-8: #512a97;
|
|
1720
|
-
--purple-9: #3e1f79;
|
|
1721
|
-
--purple-10: #2e1461;
|
|
1722
|
-
--red-1: #ffebe9;
|
|
1723
|
-
--red-2: #ffcecb;
|
|
1724
|
-
--red-3: #ffaba8;
|
|
1725
|
-
--red-4: #ff8182;
|
|
1726
|
-
--red-5: #fa4549;
|
|
1727
|
-
--red-6: #cf222e;
|
|
1728
|
-
--red-7: #a40e26;
|
|
1729
|
-
--red-8: #82071e;
|
|
1730
|
-
--red-9: #660018;
|
|
1731
|
-
--red-10: #4c0014;
|
|
1732
|
-
--yellow-1: #fff8c5;
|
|
1733
|
-
--yellow-2: #fae17d;
|
|
1734
|
-
--yellow-3: #eac54f;
|
|
1735
|
-
--yellow-4: #d4a72c;
|
|
1736
|
-
--yellow-5: #bf8700;
|
|
1737
|
-
--yellow-6: #9a6700;
|
|
1738
|
-
--yellow-7: #7d4e00;
|
|
1739
|
-
--yellow-8: #633c01;
|
|
1740
|
-
--yellow-9: #4d2d00;
|
|
1741
|
-
--yellow-10: #3b2300;
|
|
1742
|
-
--blue-1: #ddf4ff;
|
|
1743
|
-
--blue-2: #b6e3ff;
|
|
1744
|
-
--blue-3: #80ccff;
|
|
1745
|
-
--blue-4: #54aeff;
|
|
1746
|
-
--blue-5: #218bff;
|
|
1747
|
-
--blue-6: #0969da;
|
|
1748
|
-
--blue-7: #0550ae;
|
|
1749
|
-
--blue-8: #033d8b;
|
|
1750
|
-
--blue-9: #0a3069;
|
|
1751
|
-
--blue-10: #002155;
|
|
1433
|
+
}[data-v-383d2177]:root {
|
|
1752
1434
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1753
1435
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1754
1436
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1758,11 +1440,21 @@ span.iconify {
|
|
|
1758
1440
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1759
1441
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1760
1442
|
--light: #fff;
|
|
1443
|
+
--dark: #000;
|
|
1761
1444
|
}
|
|
1762
|
-
|
|
1445
|
+
html[data-theme='dark'][data-v-383d2177] {
|
|
1446
|
+
--theme: var(--dark);
|
|
1447
|
+
--text-color: var(--light);
|
|
1448
|
+
color-scheme: dark;
|
|
1449
|
+
}
|
|
1450
|
+
html[data-theme='light'][data-v-383d2177] {
|
|
1451
|
+
--theme: var(--light);
|
|
1452
|
+
--text-color: var(--dark);
|
|
1453
|
+
color-scheme: light;
|
|
1454
|
+
}
|
|
1455
|
+
.shy-basic-title[data-v-383d2177] {
|
|
1763
1456
|
position: relative;
|
|
1764
1457
|
display: flex;
|
|
1765
|
-
padding-left: 7px;
|
|
1766
1458
|
font-size: 16px;
|
|
1767
1459
|
font-weight: 500;
|
|
1768
1460
|
line-height: 24px;
|
|
@@ -1770,11 +1462,11 @@ span.iconify {
|
|
|
1770
1462
|
cursor: pointer;
|
|
1771
1463
|
user-select: none;
|
|
1772
1464
|
}
|
|
1773
|
-
.shy-basic-title-normal[data-v-
|
|
1465
|
+
.shy-basic-title-normal[data-v-383d2177] {
|
|
1774
1466
|
font-size: 14px;
|
|
1775
1467
|
font-weight: 500;
|
|
1776
1468
|
}
|
|
1777
|
-
.shy-basic-title-show-span[data-v-
|
|
1469
|
+
.shy-basic-title-show-span[data-v-383d2177]::before {
|
|
1778
1470
|
position: absolute;
|
|
1779
1471
|
top: 4px;
|
|
1780
1472
|
left: 0;
|
|
@@ -1784,7 +1476,7 @@ span.iconify {
|
|
|
1784
1476
|
background-color: #006eff;
|
|
1785
1477
|
content: '';
|
|
1786
1478
|
}
|
|
1787
|
-
.shy-basic-title-help[data-v-
|
|
1479
|
+
.shy-basic-title-help[data-v-383d2177] {
|
|
1788
1480
|
margin-left: 10px;
|
|
1789
1481
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1790
1482
|
padding: 0;
|
|
@@ -2396,30 +2088,30 @@ span.iconify {
|
|
|
2396
2088
|
min-width: var(--min-width--large);
|
|
2397
2089
|
max-width: var(--max-width-large);
|
|
2398
2090
|
}
|
|
2399
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
2091
|
+
}.shy-table-edit-icon-plus[data-v-d23ebe75] {
|
|
2400
2092
|
width: 30px;
|
|
2401
2093
|
height: 30px;
|
|
2402
2094
|
font-size: 30px;
|
|
2403
2095
|
cursor: pointer;
|
|
2404
2096
|
display: flex;
|
|
2405
2097
|
}
|
|
2406
|
-
.table-children[data-v-
|
|
2098
|
+
.table-children[data-v-d23ebe75] .ant-form-item {
|
|
2407
2099
|
margin-bottom: 0 !important;
|
|
2408
2100
|
}
|
|
2409
|
-
.table-children[data-v-
|
|
2101
|
+
.table-children[data-v-d23ebe75] {
|
|
2410
2102
|
width: 100%;
|
|
2411
2103
|
}
|
|
2412
|
-
.table-children-required[data-v-
|
|
2104
|
+
.table-children-required[data-v-d23ebe75] {
|
|
2413
2105
|
color: #ff4d4f;
|
|
2414
2106
|
margin-right: 4px;
|
|
2415
2107
|
}
|
|
2416
|
-
.table-children[data-v-
|
|
2108
|
+
.table-children[data-v-d23ebe75] .ant-table-cell {
|
|
2417
2109
|
padding: 8px !important;
|
|
2418
2110
|
}
|
|
2419
|
-
.table-children[data-v-
|
|
2111
|
+
.table-children[data-v-d23ebe75] .ant-table-cell .ant-form-item-explain {
|
|
2420
2112
|
display: none;
|
|
2421
2113
|
}
|
|
2422
|
-
.table-children-add-btn[data-v-
|
|
2114
|
+
.table-children-add-btn[data-v-d23ebe75] {
|
|
2423
2115
|
display: flex;
|
|
2424
2116
|
align-items: center;
|
|
2425
2117
|
padding-inline: 8px;
|
|
@@ -2429,7 +2121,7 @@ span.iconify {
|
|
|
2429
2121
|
border-bottom-left-radius: 4px;
|
|
2430
2122
|
border-bottom-right-radius: 4px;
|
|
2431
2123
|
}
|
|
2432
|
-
.table-children-add-btn[data-v-
|
|
2124
|
+
.table-children-add-btn[data-v-d23ebe75] .ant-btn {
|
|
2433
2125
|
width: 100%;
|
|
2434
2126
|
}.shy-page-footer[data-v-b4695833] {
|
|
2435
2127
|
position: fixed;
|
|
@@ -3433,6 +3125,7 @@ span.iconify {
|
|
|
3433
3125
|
font-style: normal;
|
|
3434
3126
|
padding: 10px 12px;
|
|
3435
3127
|
box-sizing: border-box;
|
|
3128
|
+
overflow: hidden;
|
|
3436
3129
|
}
|
|
3437
3130
|
.shy-basic-description-row {
|
|
3438
3131
|
display: flex;
|