3h1-ui 3.0.0-next.35 → 3.0.0-next.37
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 +2456 -472
- package/es/style.css +59 -9
- package/lib/index.js +2455 -471
- package/lib/style.css +59 -9
- package/package.json +3 -3
package/es/style.css
CHANGED
|
@@ -317,6 +317,9 @@ ul {
|
|
|
317
317
|
--tw-border-opacity: 1;
|
|
318
318
|
border-color: rgba(45, 164, 78, var(--tw-border-opacity));
|
|
319
319
|
}
|
|
320
|
+
.rounded-4px {
|
|
321
|
+
border-radius: 4px;
|
|
322
|
+
}
|
|
320
323
|
.rounded-b-4px {
|
|
321
324
|
border-bottom-right-radius: 4px;
|
|
322
325
|
border-bottom-left-radius: 4px;
|
|
@@ -413,9 +416,16 @@ ul {
|
|
|
413
416
|
.\.w-100 {
|
|
414
417
|
height: 25rem;
|
|
415
418
|
}
|
|
419
|
+
.text-14px {
|
|
420
|
+
font-size: 14px;
|
|
421
|
+
line-height: 1;
|
|
422
|
+
}
|
|
416
423
|
.leading-32px {
|
|
417
424
|
line-height: 32px;
|
|
418
425
|
}
|
|
426
|
+
.m-15px {
|
|
427
|
+
margin: 15px;
|
|
428
|
+
}
|
|
419
429
|
.mx-1 {
|
|
420
430
|
margin-left: 0.25rem;
|
|
421
431
|
margin-right: 0.25rem;
|
|
@@ -443,9 +453,6 @@ ul {
|
|
|
443
453
|
.\!mt-4 {
|
|
444
454
|
margin-top: 1rem !important;
|
|
445
455
|
}
|
|
446
|
-
.ml-5 {
|
|
447
|
-
margin-left: 1.25rem;
|
|
448
|
-
}
|
|
449
456
|
.mb-1 {
|
|
450
457
|
margin-bottom: 0.25rem;
|
|
451
458
|
}
|
|
@@ -464,6 +471,9 @@ ul {
|
|
|
464
471
|
.p-5 {
|
|
465
472
|
padding: 1.25rem;
|
|
466
473
|
}
|
|
474
|
+
.p-8px {
|
|
475
|
+
padding: 8px;
|
|
476
|
+
}
|
|
467
477
|
.px-2 {
|
|
468
478
|
padding-left: 0.5rem;
|
|
469
479
|
padding-right: 0.5rem;
|
|
@@ -512,6 +522,10 @@ ul {
|
|
|
512
522
|
--tw-text-opacity: 1;
|
|
513
523
|
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
514
524
|
}
|
|
525
|
+
.text-\[\#1B1F24\] {
|
|
526
|
+
--tw-text-opacity: 1;
|
|
527
|
+
color: rgba(27, 31, 36, var(--tw-text-opacity));
|
|
528
|
+
}
|
|
515
529
|
.text-\[\#2DA44E\] {
|
|
516
530
|
--tw-text-opacity: 1;
|
|
517
531
|
color: rgba(45, 164, 78, var(--tw-text-opacity));
|
|
@@ -1079,7 +1093,7 @@ span.iconify {
|
|
|
1079
1093
|
}
|
|
1080
1094
|
.shy-basic-help__wrap p {
|
|
1081
1095
|
margin-bottom: 0;
|
|
1082
|
-
}.shy-basic-title[data-v-
|
|
1096
|
+
}.shy-basic-title[data-v-c885e8af] {
|
|
1083
1097
|
position: relative;
|
|
1084
1098
|
display: flex;
|
|
1085
1099
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1088,10 +1102,11 @@ span.iconify {
|
|
|
1088
1102
|
color: var(--gray-10);
|
|
1089
1103
|
line-height: 20px;
|
|
1090
1104
|
padding: 0 0 0 10px;
|
|
1105
|
+
margin: 10px 0;
|
|
1091
1106
|
justify-content: space-between;
|
|
1092
1107
|
align-items: center;
|
|
1093
1108
|
}
|
|
1094
|
-
.shy-basic-title-show-span[data-v-
|
|
1109
|
+
.shy-basic-title-show-span[data-v-c885e8af]::before {
|
|
1095
1110
|
content: '';
|
|
1096
1111
|
position: absolute;
|
|
1097
1112
|
width: 2px;
|
|
@@ -1102,17 +1117,17 @@ span.iconify {
|
|
|
1102
1117
|
top: 50%;
|
|
1103
1118
|
transform: translateY(-50%);
|
|
1104
1119
|
}
|
|
1105
|
-
.shy-basic-title-help[data-v-
|
|
1120
|
+
.shy-basic-title-help[data-v-c885e8af] {
|
|
1106
1121
|
margin-left: 10px;
|
|
1107
1122
|
}
|
|
1108
|
-
.shy-basic-title-expand[data-v-
|
|
1123
|
+
.shy-basic-title-expand[data-v-c885e8af] {
|
|
1109
1124
|
cursor: pointer;
|
|
1110
1125
|
font-size: 14px;
|
|
1111
1126
|
display: flex;
|
|
1112
1127
|
align-items: center;
|
|
1113
1128
|
color: var(--primary-5);
|
|
1114
1129
|
}
|
|
1115
|
-
.shy-basic-title-expand-icon[data-v-
|
|
1130
|
+
.shy-basic-title-expand-icon[data-v-c885e8af] {
|
|
1116
1131
|
margin-right: 3px;
|
|
1117
1132
|
}.shy-collapse-container {
|
|
1118
1133
|
background-color: #ffffff;
|
|
@@ -2028,7 +2043,7 @@ span.iconify {
|
|
|
2028
2043
|
}
|
|
2029
2044
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2030
2045
|
padding: 6px 16px;
|
|
2031
|
-
}.shy-search[data-v-
|
|
2046
|
+
}.shy-search[data-v-340c1177] {
|
|
2032
2047
|
position: relative;
|
|
2033
2048
|
display: flex;
|
|
2034
2049
|
align-items: center;
|
|
@@ -9011,4 +9026,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9011
9026
|
}
|
|
9012
9027
|
.shy-container-footer-cancel-right {
|
|
9013
9028
|
flex-direction: row-reverse;
|
|
9029
|
+
}.process-wrapper[data-v-e7917888] {
|
|
9030
|
+
width: 288px;
|
|
9031
|
+
height: 100%;
|
|
9032
|
+
background: #ffffff;
|
|
9033
|
+
border-radius: 8px;
|
|
9034
|
+
border: 1px solid #d0d7de;
|
|
9035
|
+
padding-top: 8px;
|
|
9036
|
+
padding-left: 12px;
|
|
9037
|
+
}
|
|
9038
|
+
.process-header[data-v-e7917888] {
|
|
9039
|
+
line-height: 32px;
|
|
9040
|
+
font-family: PingFangSC, PingFang SC;
|
|
9041
|
+
font-weight: 500;
|
|
9042
|
+
font-size: 14px;
|
|
9043
|
+
color: #1b1f24;
|
|
9044
|
+
line-height: 20px;
|
|
9045
|
+
text-align: left;
|
|
9046
|
+
font-style: normal;
|
|
9047
|
+
}
|
|
9048
|
+
.process-body[data-v-e7917888] {
|
|
9049
|
+
padding-top: 10px;
|
|
9050
|
+
}
|
|
9051
|
+
.process-time[data-v-e7917888] {
|
|
9052
|
+
font-size: 12px;
|
|
9053
|
+
color: #b6bdd2;
|
|
9054
|
+
}
|
|
9055
|
+
.process-item[data-v-e7917888] {
|
|
9056
|
+
font-family: PingFangSC, PingFang SC;
|
|
9057
|
+
font-weight: 400;
|
|
9058
|
+
font-size: 12px;
|
|
9059
|
+
color: #1b1f24;
|
|
9060
|
+
line-height: 16px;
|
|
9061
|
+
text-align: left;
|
|
9062
|
+
font-style: normal;
|
|
9063
|
+
padding: 5px 0;
|
|
9014
9064
|
}
|