3h1-ui 3.0.0-next.61 → 3.0.0-next.62
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 +115 -165
- package/es/style.css +249 -241
- package/lib/index.js +114 -164
- package/lib/style.css +9119 -0
- package/package.json +3 -3
package/es/style.css
CHANGED
|
@@ -309,12 +309,27 @@ ul {
|
|
|
309
309
|
--tw-border-opacity: 1;
|
|
310
310
|
border-color: rgba(24, 144, 255, var(--tw-border-opacity));
|
|
311
311
|
}
|
|
312
|
+
.border-color-\[\#f0f0f0\] {
|
|
313
|
+
--tw-border-opacity: 1;
|
|
314
|
+
border-color: rgba(240, 240, 240, var(--tw-border-opacity));
|
|
315
|
+
}
|
|
316
|
+
.border-color-\[\#2DA44E\] {
|
|
317
|
+
--tw-border-opacity: 1;
|
|
318
|
+
border-color: rgba(45, 164, 78, var(--tw-border-opacity));
|
|
319
|
+
}
|
|
312
320
|
.rounded-4px {
|
|
313
321
|
border-radius: 4px;
|
|
314
322
|
}
|
|
323
|
+
.rounded-b-4px {
|
|
324
|
+
border-bottom-right-radius: 4px;
|
|
325
|
+
border-bottom-left-radius: 4px;
|
|
326
|
+
}
|
|
315
327
|
.border-solid {
|
|
316
328
|
border-style: solid;
|
|
317
329
|
}
|
|
330
|
+
.border-dashed {
|
|
331
|
+
border-style: dashed;
|
|
332
|
+
}
|
|
318
333
|
.border {
|
|
319
334
|
border-width: 1px;
|
|
320
335
|
}
|
|
@@ -324,6 +339,15 @@ ul {
|
|
|
324
339
|
.border-t-0 {
|
|
325
340
|
border-top-width: 0px;
|
|
326
341
|
}
|
|
342
|
+
.border-left-1px {
|
|
343
|
+
border-left-width: 1px;
|
|
344
|
+
}
|
|
345
|
+
.border-right-1px {
|
|
346
|
+
border-right-width: 1px;
|
|
347
|
+
}
|
|
348
|
+
.border-bottom-1px {
|
|
349
|
+
border-bottom-width: 1px;
|
|
350
|
+
}
|
|
327
351
|
.cursor-not-allowed {
|
|
328
352
|
cursor: not-allowed;
|
|
329
353
|
}
|
|
@@ -365,12 +389,6 @@ ul {
|
|
|
365
389
|
-webkit-align-items: center;
|
|
366
390
|
align-items: center;
|
|
367
391
|
}
|
|
368
|
-
.justify-end {
|
|
369
|
-
-webkit-box-pack: end;
|
|
370
|
-
-ms-flex-pack: end;
|
|
371
|
-
-webkit-justify-content: flex-end;
|
|
372
|
-
justify-content: flex-end;
|
|
373
|
-
}
|
|
374
392
|
.justify-center {
|
|
375
393
|
-webkit-box-pack: center;
|
|
376
394
|
-ms-flex-pack: center;
|
|
@@ -389,8 +407,11 @@ ul {
|
|
|
389
407
|
.\!h-full {
|
|
390
408
|
height: 100% !important;
|
|
391
409
|
}
|
|
392
|
-
.h
|
|
393
|
-
height:
|
|
410
|
+
.h-50px {
|
|
411
|
+
height: 50px;
|
|
412
|
+
}
|
|
413
|
+
.h-32px {
|
|
414
|
+
height: 32px;
|
|
394
415
|
}
|
|
395
416
|
.\.w-100 {
|
|
396
417
|
height: 25rem;
|
|
@@ -399,6 +420,9 @@ ul {
|
|
|
399
420
|
font-size: 14px;
|
|
400
421
|
line-height: 1;
|
|
401
422
|
}
|
|
423
|
+
.leading-32px {
|
|
424
|
+
line-height: 32px;
|
|
425
|
+
}
|
|
402
426
|
.mx-1 {
|
|
403
427
|
margin-left: 0.25rem;
|
|
404
428
|
margin-right: 0.25rem;
|
|
@@ -467,9 +491,11 @@ ul {
|
|
|
467
491
|
padding-top: 0.5rem;
|
|
468
492
|
padding-bottom: 0.5rem;
|
|
469
493
|
}
|
|
470
|
-
.
|
|
471
|
-
padding-
|
|
472
|
-
|
|
494
|
+
.pl-8px {
|
|
495
|
+
padding-left: 8px;
|
|
496
|
+
}
|
|
497
|
+
.pr-8px {
|
|
498
|
+
padding-right: 8px;
|
|
473
499
|
}
|
|
474
500
|
.pl-2 {
|
|
475
501
|
padding-left: 0.5rem;
|
|
@@ -489,6 +515,9 @@ ul {
|
|
|
489
515
|
.resize {
|
|
490
516
|
resize: both;
|
|
491
517
|
}
|
|
518
|
+
.text-center {
|
|
519
|
+
text-align: center;
|
|
520
|
+
}
|
|
492
521
|
.text-red-500 {
|
|
493
522
|
--tw-text-opacity: 1;
|
|
494
523
|
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
@@ -497,6 +526,10 @@ ul {
|
|
|
497
526
|
--tw-text-opacity: 1;
|
|
498
527
|
color: rgba(27, 31, 36, var(--tw-text-opacity));
|
|
499
528
|
}
|
|
529
|
+
.text-\[\#2DA44E\] {
|
|
530
|
+
--tw-text-opacity: 1;
|
|
531
|
+
color: rgba(45, 164, 78, var(--tw-text-opacity));
|
|
532
|
+
}
|
|
500
533
|
.truncate {
|
|
501
534
|
overflow: hidden;
|
|
502
535
|
-o-text-overflow: ellipsis;
|
|
@@ -915,7 +948,7 @@ input:focus.ant-input {
|
|
|
915
948
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar {
|
|
916
949
|
position: absolute;
|
|
917
950
|
height: 10px;
|
|
918
|
-
width:
|
|
951
|
+
width: 10px;
|
|
919
952
|
}
|
|
920
953
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-thumb {
|
|
921
954
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
@@ -944,86 +977,19 @@ input:focus.ant-input {
|
|
|
944
977
|
.ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
945
978
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08) !important;
|
|
946
979
|
}
|
|
947
|
-
.ant-table-cell-fix-right-first {
|
|
948
|
-
right: -1px !important;
|
|
949
|
-
}
|
|
950
980
|
.ant-table-body {
|
|
951
981
|
overflow: auto auto !important;
|
|
952
982
|
}
|
|
953
|
-
.ant-table-
|
|
954
|
-
|
|
955
|
-
}
|
|
956
|
-
.ant-table-body table:has(.ant-table-placeholder) .ant-table-expanded-row-fixed {
|
|
957
|
-
width: 100% !important;
|
|
958
|
-
}
|
|
959
|
-
.ant-table-wrapper.ant-table-wrapper {
|
|
960
|
-
padding: 0;
|
|
961
|
-
background-color: var(--gray-1);
|
|
962
|
-
border-radius: 12px;
|
|
963
|
-
}
|
|
964
|
-
.ant-table-wrapper.ant-table-wrapper .ant-table {
|
|
965
|
-
overflow-x: hidden;
|
|
966
|
-
width: 100%;
|
|
967
|
-
}
|
|
968
|
-
.ant-table-wrapper.ant-table-wrapper .ant-table .ant-table-title {
|
|
969
|
-
display: flex;
|
|
970
|
-
justify-content: space-between;
|
|
971
|
-
align-items: center;
|
|
972
|
-
padding: 0 0 16px 0;
|
|
973
|
-
border-bottom: none;
|
|
974
|
-
min-height: 40px;
|
|
975
|
-
border: none;
|
|
976
|
-
}
|
|
977
|
-
.ant-table-wrapper.ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
|
|
978
|
-
border-top: none;
|
|
979
|
-
border-bottom: 1px solid var(--gray-2);
|
|
980
|
-
}
|
|
981
|
-
.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 {
|
|
982
|
-
content: '';
|
|
983
|
-
position: absolute;
|
|
984
|
-
top: 50%;
|
|
985
|
-
right: 0;
|
|
986
|
-
width: 1px;
|
|
987
|
-
height: 1.6em;
|
|
988
|
-
background-color: var(--gray-3);
|
|
989
|
-
transform: translateY(-50%);
|
|
990
|
-
transition: background-color 0.3s;
|
|
991
|
-
}
|
|
992
|
-
.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 {
|
|
993
|
-
background: var(--gray-1);
|
|
994
|
-
border-bottom: 1px solid var(--gray-3);
|
|
995
|
-
}
|
|
996
|
-
.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 {
|
|
997
|
-
background-color: var(--gray-3) !important;
|
|
998
|
-
}
|
|
999
|
-
.ant-table-wrapper.ant-table-wrapper .ant-table-container.ant-table-container {
|
|
1000
|
-
border-inline-start: unset;
|
|
1001
|
-
border: 1px solid var(--gray-3);
|
|
1002
|
-
}
|
|
1003
|
-
.ant-table-wrapper.ant-table-wrapper .ant-table-small .ant-table-tbody > tr > td {
|
|
1004
|
-
padding: 7px 8px;
|
|
1005
|
-
}
|
|
1006
|
-
.ant-table-wrapper.ant-table-wrapper .ant-table-small .ant-table-thead > tr > th * {
|
|
1007
|
-
line-height: 20px;
|
|
1008
|
-
}
|
|
1009
|
-
.ant-btn {
|
|
1010
|
-
box-shadow: none;
|
|
1011
|
-
}
|
|
1012
|
-
.ant-btn-dashed.ant-btn-dashed {
|
|
1013
|
-
color: var(--primary-5);
|
|
1014
|
-
border-color: var(--primary-5);
|
|
1015
|
-
}
|
|
1016
|
-
.ant-btn-dashed.ant-btn-dashed:hover, .ant-btn-dashed.ant-btn-dashed:active, .ant-btn-dashed.ant-btn-dashed:focus {
|
|
1017
|
-
color: var(--gray-0);
|
|
1018
|
-
background-color: var(--primary-5);
|
|
1019
|
-
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
983
|
+
.ant-table-cell-fix-right-first {
|
|
984
|
+
right: 0 !important;
|
|
985
|
+
}.shy-strength-meter-bar[data-v-678d40fd] {
|
|
1020
986
|
position: relative;
|
|
1021
987
|
margin: 10px auto 6px;
|
|
1022
988
|
height: 6px;
|
|
1023
989
|
background-color: rgba(0, 0, 0, 0.25);
|
|
1024
990
|
border-radius: 6px;
|
|
1025
991
|
}
|
|
1026
|
-
.shy-strength-meter-bar[data-v-
|
|
992
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
1027
993
|
position: absolute;
|
|
1028
994
|
z-index: 10;
|
|
1029
995
|
display: block;
|
|
@@ -1035,13 +1001,13 @@ input:focus.ant-input {
|
|
|
1035
1001
|
border-color: #fff;
|
|
1036
1002
|
content: '';
|
|
1037
1003
|
}
|
|
1038
|
-
.shy-strength-meter-bar[data-v-
|
|
1004
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before {
|
|
1039
1005
|
left: 20%;
|
|
1040
1006
|
}
|
|
1041
|
-
.shy-strength-meter-bar[data-v-
|
|
1007
|
+
.shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
1042
1008
|
right: 20%;
|
|
1043
1009
|
}
|
|
1044
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
1010
|
+
.shy-strength-meter-bar--fill[data-v-678d40fd] {
|
|
1045
1011
|
position: absolute;
|
|
1046
1012
|
width: 0;
|
|
1047
1013
|
height: inherit;
|
|
@@ -1049,32 +1015,32 @@ input:focus.ant-input {
|
|
|
1049
1015
|
border-radius: inherit;
|
|
1050
1016
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
1051
1017
|
}
|
|
1052
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
1018
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
|
|
1053
1019
|
width: 20%;
|
|
1054
1020
|
background-color: #e74242;
|
|
1055
1021
|
}
|
|
1056
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
1022
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
|
|
1057
1023
|
width: 40%;
|
|
1058
1024
|
background-color: #ED6F6F;
|
|
1059
1025
|
}
|
|
1060
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
1026
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
|
|
1061
1027
|
width: 60%;
|
|
1062
1028
|
background-color: #EFBD47;
|
|
1063
1029
|
}
|
|
1064
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
1030
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
|
|
1065
1031
|
width: 80%;
|
|
1066
1032
|
background-color: rgba(85, 209, 135, 0.5);
|
|
1067
1033
|
}
|
|
1068
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
1034
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
|
|
1069
1035
|
width: 100%;
|
|
1070
1036
|
background-color: #55D187;
|
|
1071
|
-
}.shy-svg-icon[data-v-
|
|
1037
|
+
}.shy-svg-icon[data-v-905fa4a6] {
|
|
1072
1038
|
display: inline-block;
|
|
1073
1039
|
overflow: hidden;
|
|
1074
1040
|
vertical-align: -0.15em;
|
|
1075
1041
|
fill: currentcolor;
|
|
1076
1042
|
}
|
|
1077
|
-
.svg-icon-spin[data-v-
|
|
1043
|
+
.svg-icon-spin[data-v-905fa4a6] {
|
|
1078
1044
|
animation: loadingCircle 1s infinite linear;
|
|
1079
1045
|
}.app-iconify {
|
|
1080
1046
|
display: inline-block;
|
|
@@ -1088,29 +1054,29 @@ span.iconify {
|
|
|
1088
1054
|
min-height: 1em;
|
|
1089
1055
|
background-color: #5551;
|
|
1090
1056
|
border-radius: 100%;
|
|
1091
|
-
}.shy-basic-arrow[data-v-
|
|
1057
|
+
}.shy-basic-arrow[data-v-fea26917] {
|
|
1092
1058
|
display: inline-block;
|
|
1093
1059
|
cursor: pointer;
|
|
1094
1060
|
transform: rotate(0deg);
|
|
1095
1061
|
transition: all 0.3s ease 0.1s;
|
|
1096
1062
|
transform-origin: center center;
|
|
1097
1063
|
}
|
|
1098
|
-
.shy-basic-arrow--active[data-v-
|
|
1064
|
+
.shy-basic-arrow--active[data-v-fea26917] {
|
|
1099
1065
|
transform: rotate(90deg);
|
|
1100
1066
|
}
|
|
1101
|
-
.shy-basic-arrow.inset[data-v-
|
|
1067
|
+
.shy-basic-arrow.inset[data-v-fea26917] {
|
|
1102
1068
|
line-height: 0px;
|
|
1103
1069
|
}
|
|
1104
|
-
.shy-basic-arrow.up[data-v-
|
|
1070
|
+
.shy-basic-arrow.up[data-v-fea26917] {
|
|
1105
1071
|
transform: rotate(-90deg);
|
|
1106
1072
|
}
|
|
1107
|
-
.shy-basic-arrow.down[data-v-
|
|
1073
|
+
.shy-basic-arrow.down[data-v-fea26917] {
|
|
1108
1074
|
transform: rotate(90deg);
|
|
1109
1075
|
}
|
|
1110
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1076
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
|
|
1111
1077
|
transform: rotate(90deg);
|
|
1112
1078
|
}
|
|
1113
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1079
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
|
|
1114
1080
|
transform: rotate(-90deg);
|
|
1115
1081
|
}.shy-basic-help {
|
|
1116
1082
|
display: inline-block;
|
|
@@ -1124,7 +1090,7 @@ span.iconify {
|
|
|
1124
1090
|
}
|
|
1125
1091
|
.shy-basic-help__wrap p {
|
|
1126
1092
|
margin-bottom: 0;
|
|
1127
|
-
}.shy-basic-title[data-v-
|
|
1093
|
+
}.shy-basic-title[data-v-df3764dc] {
|
|
1128
1094
|
position: relative;
|
|
1129
1095
|
display: flex;
|
|
1130
1096
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1137,12 +1103,7 @@ span.iconify {
|
|
|
1137
1103
|
justify-content: space-between;
|
|
1138
1104
|
align-items: center;
|
|
1139
1105
|
}
|
|
1140
|
-
.shy-basic-title-
|
|
1141
|
-
display: flex;
|
|
1142
|
-
gap: 8px;
|
|
1143
|
-
align-items: center;
|
|
1144
|
-
}
|
|
1145
|
-
.shy-basic-title-show-span[data-v-6f1a89f9]::before {
|
|
1106
|
+
.shy-basic-title-show-span[data-v-df3764dc]::before {
|
|
1146
1107
|
content: '';
|
|
1147
1108
|
position: absolute;
|
|
1148
1109
|
width: 2px;
|
|
@@ -1153,17 +1114,17 @@ span.iconify {
|
|
|
1153
1114
|
top: 50%;
|
|
1154
1115
|
transform: translateY(-50%);
|
|
1155
1116
|
}
|
|
1156
|
-
.shy-basic-title-help[data-v-
|
|
1117
|
+
.shy-basic-title-help[data-v-df3764dc] {
|
|
1157
1118
|
margin-left: 10px;
|
|
1158
1119
|
}
|
|
1159
|
-
.shy-basic-title-expand[data-v-
|
|
1120
|
+
.shy-basic-title-expand[data-v-df3764dc] {
|
|
1160
1121
|
cursor: pointer;
|
|
1161
1122
|
font-size: 14px;
|
|
1162
1123
|
display: flex;
|
|
1163
1124
|
align-items: center;
|
|
1164
1125
|
color: var(--primary-5);
|
|
1165
1126
|
}
|
|
1166
|
-
.shy-basic-title-expand-icon[data-v-
|
|
1127
|
+
.shy-basic-title-expand-icon[data-v-df3764dc] {
|
|
1167
1128
|
margin-right: 3px;
|
|
1168
1129
|
}.shy-collapse-container {
|
|
1169
1130
|
background-color: #ffffff;
|
|
@@ -1287,40 +1248,40 @@ span.iconify {
|
|
|
1287
1248
|
.shy-tinymce-container textarea {
|
|
1288
1249
|
z-index: -1;
|
|
1289
1250
|
visibility: hidden;
|
|
1290
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1251
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1291
1252
|
width: 30px;
|
|
1292
1253
|
height: 30px;
|
|
1293
1254
|
font-size: 30px;
|
|
1294
1255
|
cursor: pointer;
|
|
1295
1256
|
display: flex;
|
|
1296
1257
|
}
|
|
1297
|
-
.table-children[data-v-
|
|
1258
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1298
1259
|
margin-bottom: 0 !important;
|
|
1299
1260
|
}
|
|
1300
|
-
.table-children-required[data-v-
|
|
1261
|
+
.table-children-required[data-v-95018c58] {
|
|
1301
1262
|
color: #ff4d4f;
|
|
1302
1263
|
margin-right: 4px;
|
|
1303
1264
|
}
|
|
1304
|
-
.table-children[data-v-
|
|
1265
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1305
1266
|
padding: 8px !important;
|
|
1306
1267
|
}
|
|
1307
|
-
.table-children[data-v-
|
|
1268
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1308
1269
|
display: none;
|
|
1309
1270
|
}
|
|
1310
|
-
.table-children-delete-wrapper[data-v-
|
|
1271
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1311
1272
|
display: flex;
|
|
1312
1273
|
height: 100%;
|
|
1313
1274
|
justify-content: center;
|
|
1314
1275
|
}
|
|
1315
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1276
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1316
1277
|
display: flex;
|
|
1317
1278
|
justify-content: center;
|
|
1318
1279
|
align-items: center;
|
|
1319
1280
|
}
|
|
1320
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1281
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1321
1282
|
display: none;
|
|
1322
1283
|
}
|
|
1323
|
-
.table-children-delete-item[data-v-
|
|
1284
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1324
1285
|
background-color: red;
|
|
1325
1286
|
border-radius: 50%;
|
|
1326
1287
|
width: 30px;
|
|
@@ -1329,7 +1290,7 @@ span.iconify {
|
|
|
1329
1290
|
display: none;
|
|
1330
1291
|
cursor: pointer;
|
|
1331
1292
|
}
|
|
1332
|
-
.table-children-delete-index[data-v-
|
|
1293
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1333
1294
|
user-select: none;
|
|
1334
1295
|
display: inline-block;
|
|
1335
1296
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1664,7 +1625,7 @@ span.iconify {
|
|
|
1664
1625
|
}
|
|
1665
1626
|
.shy-basic-help__wrap p {
|
|
1666
1627
|
margin-bottom: 0;
|
|
1667
|
-
}[data-v-
|
|
1628
|
+
}[data-v-fdc837af]:root {
|
|
1668
1629
|
--primary-1: #dafbe1;
|
|
1669
1630
|
--primary-2: #aceebb;
|
|
1670
1631
|
--primary-3: #6fdd8b;
|
|
@@ -1765,7 +1726,7 @@ span.iconify {
|
|
|
1765
1726
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1766
1727
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1767
1728
|
}
|
|
1768
|
-
.shy-basic-title[data-v-
|
|
1729
|
+
.shy-basic-title[data-v-fdc837af] {
|
|
1769
1730
|
position: relative;
|
|
1770
1731
|
display: flex;
|
|
1771
1732
|
padding-left: 7px;
|
|
@@ -1776,11 +1737,11 @@ span.iconify {
|
|
|
1776
1737
|
cursor: pointer;
|
|
1777
1738
|
user-select: none;
|
|
1778
1739
|
}
|
|
1779
|
-
.shy-basic-title-normal[data-v-
|
|
1740
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
1780
1741
|
font-size: 14px;
|
|
1781
1742
|
font-weight: 500;
|
|
1782
1743
|
}
|
|
1783
|
-
.shy-basic-title-show-span[data-v-
|
|
1744
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
1784
1745
|
position: absolute;
|
|
1785
1746
|
top: 4px;
|
|
1786
1747
|
left: 0;
|
|
@@ -1790,7 +1751,7 @@ span.iconify {
|
|
|
1790
1751
|
background-color: #006eff;
|
|
1791
1752
|
content: '';
|
|
1792
1753
|
}
|
|
1793
|
-
.shy-basic-title-help[data-v-
|
|
1754
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
1794
1755
|
margin-left: 10px;
|
|
1795
1756
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1796
1757
|
padding: 0;
|
|
@@ -2081,7 +2042,7 @@ span.iconify {
|
|
|
2081
2042
|
}
|
|
2082
2043
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2083
2044
|
padding: 6px 16px;
|
|
2084
|
-
}.shy-search[data-v-
|
|
2045
|
+
}.shy-search[data-v-d8be8a1f] {
|
|
2085
2046
|
position: relative;
|
|
2086
2047
|
display: flex;
|
|
2087
2048
|
align-items: center;
|
|
@@ -2185,7 +2146,7 @@ span.iconify {
|
|
|
2185
2146
|
.shy-tree__action {
|
|
2186
2147
|
margin-left: 4px;
|
|
2187
2148
|
visibility: hidden;
|
|
2188
|
-
}.shy-page-footer[data-v-
|
|
2149
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
2189
2150
|
position: fixed;
|
|
2190
2151
|
right: 0;
|
|
2191
2152
|
bottom: 0;
|
|
@@ -2200,7 +2161,7 @@ span.iconify {
|
|
|
2200
2161
|
line-height: 44px;
|
|
2201
2162
|
border-top: 1px solid #E4E7ED;
|
|
2202
2163
|
}
|
|
2203
|
-
.shy-page-footer__left[data-v-
|
|
2164
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
2204
2165
|
flex: 1 1;
|
|
2205
2166
|
}.shy-page-wrapper {
|
|
2206
2167
|
position: relative;
|
|
@@ -2372,7 +2333,7 @@ span.iconify {
|
|
|
2372
2333
|
}
|
|
2373
2334
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2374
2335
|
height: 220px;
|
|
2375
|
-
}.icon-selected[data-v-
|
|
2336
|
+
}.icon-selected[data-v-f74ee46a] {
|
|
2376
2337
|
color: #498bf8;
|
|
2377
2338
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2378
2339
|
margin-bottom: 0;
|
|
@@ -2442,7 +2403,7 @@ span.iconify {
|
|
|
2442
2403
|
}
|
|
2443
2404
|
.shy-basic-table-header__toolbar > * {
|
|
2444
2405
|
margin-right: 8px;
|
|
2445
|
-
}.shy-basic-table-global-search[data-v-
|
|
2406
|
+
}.shy-basic-table-global-search[data-v-90331d26] {
|
|
2446
2407
|
position: absolute;
|
|
2447
2408
|
top: 40px;
|
|
2448
2409
|
right: 131px;
|
|
@@ -2454,7 +2415,7 @@ span.iconify {
|
|
|
2454
2415
|
border: 1px solid #ebebeb;
|
|
2455
2416
|
padding: 10px;
|
|
2456
2417
|
}
|
|
2457
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2418
|
+
.shy-basic-table-global-search-item-global[data-v-90331d26] {
|
|
2458
2419
|
height: 32px;
|
|
2459
2420
|
line-height: 32px;
|
|
2460
2421
|
font-size: 14px;
|
|
@@ -2465,7 +2426,7 @@ span.iconify {
|
|
|
2465
2426
|
align-items: center;
|
|
2466
2427
|
justify-content: space-between;
|
|
2467
2428
|
}
|
|
2468
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2429
|
+
.shy-basic-table-global-search-item-special[data-v-90331d26] {
|
|
2469
2430
|
height: 32px;
|
|
2470
2431
|
line-height: 32px;
|
|
2471
2432
|
font-size: 14px;
|
|
@@ -2476,10 +2437,10 @@ span.iconify {
|
|
|
2476
2437
|
align-items: center;
|
|
2477
2438
|
justify-content: space-between;
|
|
2478
2439
|
}
|
|
2479
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2440
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
|
|
2480
2441
|
padding: 0 8px;
|
|
2481
2442
|
}
|
|
2482
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2443
|
+
.shy-basic-table-global-search .selected-bg[data-v-90331d26] {
|
|
2483
2444
|
background-color: #ebf1ff;
|
|
2484
2445
|
}.shy-basic-table-img .ant-image {
|
|
2485
2446
|
margin-right: 4px;
|
|
@@ -2490,7 +2451,7 @@ span.iconify {
|
|
|
2490
2451
|
}
|
|
2491
2452
|
.shy-basic-table-img .img-div {
|
|
2492
2453
|
display: inline-grid;
|
|
2493
|
-
}.app-iconify[data-v-
|
|
2454
|
+
}.app-iconify[data-v-7d89a0e9] {
|
|
2494
2455
|
vertical-align: middle;
|
|
2495
2456
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2496
2457
|
width: 100% !important;
|
|
@@ -2635,19 +2596,19 @@ span.iconify {
|
|
|
2635
2596
|
}
|
|
2636
2597
|
.hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
|
|
2637
2598
|
overflow-y: auto !important;
|
|
2638
|
-
}.wrapper[data-v-
|
|
2599
|
+
}.wrapper[data-v-4dc415ac] {
|
|
2639
2600
|
display: flex;
|
|
2640
2601
|
}
|
|
2641
|
-
.tree[data-v-
|
|
2602
|
+
.tree[data-v-4dc415ac] {
|
|
2642
2603
|
flex: none;
|
|
2643
2604
|
}
|
|
2644
|
-
.table-wrapper[data-v-
|
|
2605
|
+
.table-wrapper[data-v-4dc415ac] {
|
|
2645
2606
|
flex: 1 1 0%;
|
|
2646
2607
|
overflow: hidden;
|
|
2647
|
-
}[data-v-
|
|
2608
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
2648
2609
|
padding: 0;
|
|
2649
2610
|
}
|
|
2650
|
-
.btn-wrapper[data-v-
|
|
2611
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
2651
2612
|
padding: 0 5px;
|
|
2652
2613
|
display: flex;
|
|
2653
2614
|
align-items: center;
|
|
@@ -3088,21 +3049,21 @@ span.iconify {
|
|
|
3088
3049
|
padding-top: 8px;
|
|
3089
3050
|
margin-top: 8px;
|
|
3090
3051
|
border-top: 1px solid #E4E7ED;
|
|
3091
|
-
}.shy-cropper-avatar[data-v-
|
|
3052
|
+
}.shy-cropper-avatar[data-v-31315934] {
|
|
3092
3053
|
display: inline-block;
|
|
3093
3054
|
text-align: center;
|
|
3094
3055
|
}
|
|
3095
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
3056
|
+
.shy-cropper-avatar-image-wrapper[data-v-31315934] {
|
|
3096
3057
|
overflow: hidden;
|
|
3097
3058
|
cursor: pointer;
|
|
3098
3059
|
background: #ffffff;
|
|
3099
3060
|
border: 1px solid #E4E7ED;
|
|
3100
3061
|
border-radius: 50%;
|
|
3101
3062
|
}
|
|
3102
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
3063
|
+
.shy-cropper-avatar-image-wrapper img[data-v-31315934] {
|
|
3103
3064
|
width: 100%;
|
|
3104
3065
|
}
|
|
3105
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3066
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] {
|
|
3106
3067
|
position: absolute;
|
|
3107
3068
|
width: inherit;
|
|
3108
3069
|
height: inherit;
|
|
@@ -3113,15 +3074,15 @@ span.iconify {
|
|
|
3113
3074
|
transition: opacity 0.4s;
|
|
3114
3075
|
cursor: pointer;
|
|
3115
3076
|
}
|
|
3116
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3077
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] svg {
|
|
3117
3078
|
margin: auto;
|
|
3118
3079
|
}
|
|
3119
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3080
|
+
.shy-cropper-avatar-image-mask[data-v-31315934]:hover {
|
|
3120
3081
|
opacity: 40;
|
|
3121
3082
|
}
|
|
3122
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
3083
|
+
.shy-cropper-avatar-upload-btn[data-v-31315934] {
|
|
3123
3084
|
margin: 10px auto;
|
|
3124
|
-
}.full-loading[data-v-
|
|
3085
|
+
}.full-loading[data-v-ee545744] {
|
|
3125
3086
|
position: fixed;
|
|
3126
3087
|
top: 0;
|
|
3127
3088
|
left: 0;
|
|
@@ -3133,16 +3094,16 @@ span.iconify {
|
|
|
3133
3094
|
align-items: center;
|
|
3134
3095
|
background-color: rgba(240, 242, 245, 0.4);
|
|
3135
3096
|
}
|
|
3136
|
-
.full-loading.absolute[data-v-
|
|
3097
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
3137
3098
|
position: absolute;
|
|
3138
3099
|
top: 0;
|
|
3139
3100
|
left: 0;
|
|
3140
3101
|
z-index: 300;
|
|
3141
3102
|
}
|
|
3142
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
3103
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
3143
3104
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3144
3105
|
}
|
|
3145
|
-
.full-loading.dark[data-v-
|
|
3106
|
+
.full-loading.dark[data-v-ee545744] {
|
|
3146
3107
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3147
3108
|
}.shy-basic-table-plus-wrapper {
|
|
3148
3109
|
display: flex;
|
|
@@ -8217,19 +8178,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8217
8178
|
}
|
|
8218
8179
|
.shy-basic-container-footer-cancel-right {
|
|
8219
8180
|
flex-direction: row-reverse;
|
|
8220
|
-
}[data-v-
|
|
8181
|
+
}[data-v-2d2eda80] .ant-descriptions-item-content {
|
|
8221
8182
|
padding: 0 !important;
|
|
8222
8183
|
flex: 1;
|
|
8223
8184
|
height: 100%;
|
|
8224
8185
|
}
|
|
8225
|
-
[data-v-
|
|
8186
|
+
[data-v-2d2eda80] .ant-form-item {
|
|
8226
8187
|
margin: 0;
|
|
8227
8188
|
}
|
|
8228
|
-
[data-v-
|
|
8189
|
+
[data-v-2d2eda80] .ant-form-item-explain {
|
|
8229
8190
|
display: none;
|
|
8230
8191
|
}
|
|
8231
|
-
[data-v-
|
|
8232
|
-
--label-width: var(--
|
|
8192
|
+
[data-v-2d2eda80] .ant-descriptions-item-label {
|
|
8193
|
+
--label-width: var(--989efb00);
|
|
8233
8194
|
justify-content: right;
|
|
8234
8195
|
align-items: center;
|
|
8235
8196
|
width: var(--label-width) !important;
|
|
@@ -8238,59 +8199,59 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8238
8199
|
text-overflow: ellipsis;
|
|
8239
8200
|
color: #b1b1b1;
|
|
8240
8201
|
}
|
|
8241
|
-
[data-v-
|
|
8202
|
+
[data-v-2d2eda80] .ant-descriptions-item-label span {
|
|
8242
8203
|
white-space: nowrap;
|
|
8243
8204
|
overflow: hidden;
|
|
8244
8205
|
text-overflow: ellipsis;
|
|
8245
8206
|
}
|
|
8246
|
-
[data-v-
|
|
8207
|
+
[data-v-2d2eda80] .ant-descriptions-view tbody {
|
|
8247
8208
|
display: block;
|
|
8248
8209
|
}
|
|
8249
|
-
[data-v-
|
|
8210
|
+
[data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
|
|
8250
8211
|
display: flex;
|
|
8251
8212
|
width: 100%;
|
|
8252
8213
|
align-items: center;
|
|
8253
8214
|
gap: 0 10px;
|
|
8254
8215
|
}
|
|
8255
|
-
[data-v-
|
|
8216
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
|
|
8256
8217
|
content: '*';
|
|
8257
8218
|
color: red;
|
|
8258
8219
|
}
|
|
8259
|
-
[data-v-
|
|
8220
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8260
8221
|
content: '*';
|
|
8261
8222
|
color: red;
|
|
8262
8223
|
}
|
|
8263
|
-
[data-v-
|
|
8224
|
+
[data-v-2d2eda80] .ant-descriptions-item-label::after {
|
|
8264
8225
|
content: '';
|
|
8265
8226
|
}
|
|
8266
|
-
[data-v-
|
|
8227
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8267
8228
|
content: '';
|
|
8268
8229
|
}
|
|
8269
|
-
[data-v-
|
|
8230
|
+
[data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8270
8231
|
color: #ff4d4f !important;
|
|
8271
8232
|
}
|
|
8272
|
-
[data-v-
|
|
8233
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8273
8234
|
gap: 0;
|
|
8274
8235
|
}
|
|
8275
|
-
[data-v-
|
|
8236
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8276
8237
|
border: unset !important;
|
|
8277
8238
|
}
|
|
8278
|
-
[data-v-
|
|
8239
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
|
|
8279
8240
|
background-color: unset;
|
|
8280
8241
|
border-right: unset;
|
|
8281
8242
|
}
|
|
8282
|
-
[data-v-
|
|
8243
|
+
[data-v-2d2eda80] .ant-descriptions-item {
|
|
8283
8244
|
flex: 1;
|
|
8284
8245
|
}
|
|
8285
|
-
[data-v-
|
|
8246
|
+
[data-v-2d2eda80] .ant-row.ant-form-item {
|
|
8286
8247
|
width: 100%;
|
|
8287
8248
|
height: 100%;
|
|
8288
8249
|
}
|
|
8289
|
-
.descriptions-item-content[data-v-
|
|
8250
|
+
.descriptions-item-content[data-v-2d2eda80] {
|
|
8290
8251
|
padding: 0 8px;
|
|
8291
8252
|
}.shy-basic-resize-wrapper {
|
|
8292
|
-
--design-width: var(--
|
|
8293
|
-
--design-height: var(--
|
|
8253
|
+
--design-width: var(--0aaa544f);
|
|
8254
|
+
--design-height: var(--30d13bbe);
|
|
8294
8255
|
}
|
|
8295
8256
|
.shy-basic-resize-wrapper-view {
|
|
8296
8257
|
position: absolute;
|
|
@@ -8306,41 +8267,51 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8306
8267
|
overflow: auto;
|
|
8307
8268
|
padding: 0 0;
|
|
8308
8269
|
height: 100%;
|
|
8309
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8270
|
+
}.shy-table-edit-icon-plus[data-v-abb4b35a] {
|
|
8310
8271
|
width: 30px;
|
|
8311
8272
|
height: 30px;
|
|
8312
8273
|
font-size: 30px;
|
|
8313
8274
|
cursor: pointer;
|
|
8314
8275
|
display: flex;
|
|
8315
8276
|
}
|
|
8316
|
-
.table-children[data-v-
|
|
8277
|
+
.table-children[data-v-abb4b35a] .ant-form-item {
|
|
8317
8278
|
margin-bottom: 0 !important;
|
|
8318
8279
|
}
|
|
8319
|
-
.table-children[data-v-
|
|
8320
|
-
width: 100%;
|
|
8321
|
-
}
|
|
8322
|
-
.table-children-required[data-v-d3bdc269] {
|
|
8280
|
+
.table-children-required[data-v-abb4b35a] {
|
|
8323
8281
|
color: #ff4d4f;
|
|
8324
8282
|
margin-right: 4px;
|
|
8325
8283
|
}
|
|
8326
|
-
.table-children[data-v-
|
|
8284
|
+
.table-children[data-v-abb4b35a] .ant-table-cell {
|
|
8327
8285
|
padding: 8px !important;
|
|
8328
8286
|
}
|
|
8329
|
-
.table-children[data-v-
|
|
8287
|
+
.table-children[data-v-abb4b35a] .ant-table-cell .ant-form-item-explain {
|
|
8330
8288
|
display: none;
|
|
8331
8289
|
}
|
|
8332
|
-
.table-children-
|
|
8290
|
+
.table-children-delete-wrapper[data-v-abb4b35a] {
|
|
8291
|
+
display: flex;
|
|
8292
|
+
height: 100%;
|
|
8293
|
+
justify-content: center;
|
|
8294
|
+
}
|
|
8295
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-abb4b35a] {
|
|
8333
8296
|
display: flex;
|
|
8297
|
+
justify-content: center;
|
|
8334
8298
|
align-items: center;
|
|
8335
|
-
padding-inline: 8px;
|
|
8336
|
-
height: 50px;
|
|
8337
|
-
border-inline: 1px solid var(--gray-3);
|
|
8338
|
-
border-bottom: 1px solid var(--gray-3);
|
|
8339
|
-
border-bottom-left-radius: 4px;
|
|
8340
|
-
border-bottom-right-radius: 4px;
|
|
8341
8299
|
}
|
|
8342
|
-
.table-children-
|
|
8343
|
-
|
|
8300
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-abb4b35a] {
|
|
8301
|
+
display: none;
|
|
8302
|
+
}
|
|
8303
|
+
.table-children-delete-item[data-v-abb4b35a] {
|
|
8304
|
+
background-color: red;
|
|
8305
|
+
border-radius: 50%;
|
|
8306
|
+
width: 30px;
|
|
8307
|
+
height: 30px;
|
|
8308
|
+
text-align: center;
|
|
8309
|
+
display: none;
|
|
8310
|
+
cursor: pointer;
|
|
8311
|
+
}
|
|
8312
|
+
.table-children-delete-index[data-v-abb4b35a] {
|
|
8313
|
+
user-select: none;
|
|
8314
|
+
display: inline-block;
|
|
8344
8315
|
}.shy-ant-form {
|
|
8345
8316
|
display: flex;
|
|
8346
8317
|
justify-content: space-between;
|
|
@@ -8463,80 +8434,72 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8463
8434
|
width: 100%;
|
|
8464
8435
|
background-color: var(--gray-3);
|
|
8465
8436
|
}
|
|
8466
|
-
.shy-ant-form-wrapper {
|
|
8467
|
-
--max-width-large: 1224px;
|
|
8468
|
-
--max-width-middle: 864px;
|
|
8469
|
-
--max-width-small: 720px;
|
|
8470
|
-
--min-width--large: 70%;
|
|
8471
|
-
--min-width--middle: 69%;
|
|
8472
|
-
--min-width--small: 68%;
|
|
8473
|
-
}
|
|
8474
8437
|
@media screen and (max-width: 1440px) {
|
|
8475
8438
|
.shy-ant-form-wrapper-col-1 {
|
|
8476
|
-
min-width:
|
|
8477
|
-
max-width:
|
|
8439
|
+
min-width: 46%;
|
|
8440
|
+
max-width: 492px;
|
|
8478
8441
|
}
|
|
8479
8442
|
}
|
|
8480
8443
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8481
8444
|
.shy-ant-form-wrapper-col-1 {
|
|
8482
|
-
min-width:
|
|
8483
|
-
max-width:
|
|
8445
|
+
min-width: 47%;
|
|
8446
|
+
max-width: 588px;
|
|
8484
8447
|
}
|
|
8485
8448
|
}
|
|
8486
8449
|
@media screen and (min-width: 1920px) {
|
|
8487
8450
|
.shy-ant-form-wrapper-col-1 {
|
|
8488
|
-
min-width:
|
|
8489
|
-
max-width:
|
|
8451
|
+
min-width: 48%;
|
|
8452
|
+
max-width: 828px;
|
|
8490
8453
|
}
|
|
8491
8454
|
}
|
|
8492
8455
|
@media screen and (max-width: 1440px) {
|
|
8493
8456
|
.shy-ant-form-wrapper-col-2 {
|
|
8494
|
-
min-width:
|
|
8495
|
-
max-width:
|
|
8457
|
+
min-width: 69%;
|
|
8458
|
+
max-width: 732px;
|
|
8496
8459
|
}
|
|
8497
8460
|
}
|
|
8498
8461
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8499
8462
|
.shy-ant-form-wrapper-col-2 {
|
|
8500
|
-
min-width:
|
|
8501
|
-
max-width:
|
|
8463
|
+
min-width: 70%;
|
|
8464
|
+
max-width: 876px;
|
|
8502
8465
|
}
|
|
8503
8466
|
}
|
|
8504
8467
|
@media screen and (min-width: 1920px) {
|
|
8505
8468
|
.shy-ant-form-wrapper-col-2 {
|
|
8506
|
-
min-width:
|
|
8507
|
-
max-width:
|
|
8469
|
+
min-width: 71%;
|
|
8470
|
+
max-width: 1236px;
|
|
8508
8471
|
}
|
|
8509
8472
|
}
|
|
8510
8473
|
@media screen and (max-width: 1440px) {
|
|
8511
8474
|
.shy-ant-form-wrapper-col-3 {
|
|
8512
|
-
min-width:
|
|
8513
|
-
max-width:
|
|
8475
|
+
min-width: 68%;
|
|
8476
|
+
max-width: 720px;
|
|
8514
8477
|
}
|
|
8515
8478
|
}
|
|
8516
8479
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8517
8480
|
.shy-ant-form-wrapper-col-3 {
|
|
8518
|
-
min-width:
|
|
8519
|
-
max-width:
|
|
8481
|
+
min-width: 69%;
|
|
8482
|
+
max-width: 864px;
|
|
8520
8483
|
}
|
|
8521
8484
|
}
|
|
8522
8485
|
@media screen and (min-width: 1920px) {
|
|
8523
8486
|
.shy-ant-form-wrapper-col-3 {
|
|
8524
|
-
min-width:
|
|
8525
|
-
max-width:
|
|
8487
|
+
min-width: 70%;
|
|
8488
|
+
max-width: 1224px;
|
|
8526
8489
|
}
|
|
8527
|
-
}.wrapper[data-v-
|
|
8490
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
8528
8491
|
display: flex;
|
|
8529
8492
|
}
|
|
8530
|
-
.tree[data-v-
|
|
8493
|
+
.tree[data-v-0ca4fd85] {
|
|
8531
8494
|
flex: none;
|
|
8532
8495
|
}
|
|
8533
|
-
.table-wrapper[data-v-
|
|
8496
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
8534
8497
|
flex: 1 1 0%;
|
|
8535
8498
|
overflow: hidden;
|
|
8536
|
-
}[data-v-
|
|
8499
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
8537
8500
|
padding: 0;
|
|
8538
8501
|
}
|
|
8539
|
-
.btn-wrapper[data-v-
|
|
8502
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
8540
8503
|
padding: 0 5px;
|
|
8541
8504
|
display: flex;
|
|
8542
8505
|
align-items: center;
|
|
@@ -8696,7 +8659,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8696
8659
|
font-size: 20px;
|
|
8697
8660
|
line-height: 24px;
|
|
8698
8661
|
font-weight: 500;
|
|
8699
|
-
}.shy-basic-table-global-search[data-v-
|
|
8662
|
+
}.shy-basic-table-global-search[data-v-b3419d34] {
|
|
8700
8663
|
position: absolute;
|
|
8701
8664
|
top: 80px;
|
|
8702
8665
|
right: 131px;
|
|
@@ -8708,7 +8671,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8708
8671
|
border: 1px solid #ebebeb;
|
|
8709
8672
|
padding: 10px;
|
|
8710
8673
|
}
|
|
8711
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8674
|
+
.shy-basic-table-global-search-item-global[data-v-b3419d34] {
|
|
8712
8675
|
height: 32px;
|
|
8713
8676
|
line-height: 32px;
|
|
8714
8677
|
font-size: 14px;
|
|
@@ -8719,7 +8682,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8719
8682
|
align-items: center;
|
|
8720
8683
|
justify-content: space-between;
|
|
8721
8684
|
}
|
|
8722
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8685
|
+
.shy-basic-table-global-search-item-special[data-v-b3419d34] {
|
|
8723
8686
|
height: 32px;
|
|
8724
8687
|
line-height: 32px;
|
|
8725
8688
|
font-size: 14px;
|
|
@@ -8730,10 +8693,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8730
8693
|
align-items: center;
|
|
8731
8694
|
justify-content: space-between;
|
|
8732
8695
|
}
|
|
8733
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8696
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-b3419d34] {
|
|
8734
8697
|
padding: 0 8px;
|
|
8735
8698
|
}
|
|
8736
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8699
|
+
.shy-basic-table-global-search .selected-bg[data-v-b3419d34] {
|
|
8737
8700
|
background-color: #ebf1ff;
|
|
8738
8701
|
}.shy-basic-table-header-cell__help {
|
|
8739
8702
|
margin-left: 8px;
|
|
@@ -8800,11 +8763,56 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8800
8763
|
height: 7px;
|
|
8801
8764
|
border-width: 1.5px;
|
|
8802
8765
|
}
|
|
8803
|
-
.shy-ant-table .ant-table-
|
|
8766
|
+
.shy-ant-table :is(.ant-table-wrapper) {
|
|
8767
|
+
padding: 0;
|
|
8768
|
+
background-color: var(gray-1);
|
|
8769
|
+
border-radius: 12px;
|
|
8770
|
+
}
|
|
8771
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table {
|
|
8772
|
+
overflow-x: hidden;
|
|
8773
|
+
width: 100%;
|
|
8774
|
+
}
|
|
8775
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table .ant-table-title {
|
|
8776
|
+
display: flex;
|
|
8777
|
+
justify-content: space-between;
|
|
8778
|
+
align-items: center;
|
|
8779
|
+
padding: 0 0 16px 0;
|
|
8780
|
+
border-bottom: none;
|
|
8781
|
+
min-height: 40px;
|
|
8782
|
+
border: none;
|
|
8783
|
+
}
|
|
8784
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
|
|
8785
|
+
border-top: none;
|
|
8786
|
+
border-bottom: 1px solid var(--gray-2);
|
|
8787
|
+
}
|
|
8788
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table-header .ant-table-selection-column::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead .ant-table-selection-column::before {
|
|
8789
|
+
content: '';
|
|
8790
|
+
position: absolute;
|
|
8791
|
+
top: 50%;
|
|
8792
|
+
right: 0;
|
|
8793
|
+
width: 1px;
|
|
8794
|
+
height: 1.6em;
|
|
8795
|
+
background-color: var(--gray-3);
|
|
8796
|
+
transform: translateY(-50%);
|
|
8797
|
+
transition: background-color 0.3s;
|
|
8798
|
+
}
|
|
8799
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table-header th, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead th, .shy-ant-table :is(.ant-table-wrapper) .ant-table-header td, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead td {
|
|
8800
|
+
background: var(--gray-1);
|
|
8801
|
+
border-bottom: 1px solid var(--gray-3);
|
|
8802
|
+
}
|
|
8803
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table-header th::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead th::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-header td::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead td::before {
|
|
8804
|
+
background-color: var(--gray-3) !important;
|
|
8805
|
+
}
|
|
8806
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table-container {
|
|
8804
8807
|
border-radius: 4px !important;
|
|
8805
|
-
border-inline-start: unset;
|
|
8806
8808
|
border: 1px solid var(--gray-3);
|
|
8807
8809
|
}
|
|
8810
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table-small .ant-table-tbody > tr > td {
|
|
8811
|
+
padding: 7px 8px;
|
|
8812
|
+
}
|
|
8813
|
+
.shy-ant-table :is(.ant-table-wrapper) .ant-table-small .ant-table-thead > tr > th * {
|
|
8814
|
+
line-height: 20px;
|
|
8815
|
+
}
|
|
8808
8816
|
.shy-ant-table .shy-basic-form-input > .ant-col {
|
|
8809
8817
|
padding-left: 0;
|
|
8810
8818
|
padding-right: 20px;
|
|
@@ -9020,7 +9028,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9020
9028
|
}
|
|
9021
9029
|
.shy-container-footer-cancel-right {
|
|
9022
9030
|
flex-direction: row-reverse;
|
|
9023
|
-
}.process-wrapper[data-v-
|
|
9031
|
+
}.process-wrapper[data-v-0cf797c8] {
|
|
9024
9032
|
position: relative;
|
|
9025
9033
|
display: flex;
|
|
9026
9034
|
flex-direction: column;
|
|
@@ -9036,39 +9044,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9036
9044
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
9037
9045
|
z-index: 100;
|
|
9038
9046
|
}
|
|
9039
|
-
.process-wrapper .process-header[data-v-
|
|
9047
|
+
.process-wrapper .process-header[data-v-0cf797c8] {
|
|
9040
9048
|
font-family: PingFangSC, PingFang SC;
|
|
9041
9049
|
font-weight: 500;
|
|
9042
9050
|
color: #1b1f24;
|
|
9043
9051
|
text-align: left;
|
|
9044
9052
|
font-style: normal;
|
|
9045
9053
|
}
|
|
9046
|
-
.process-wrapper .process-body[data-v-
|
|
9054
|
+
.process-wrapper .process-body[data-v-0cf797c8] {
|
|
9047
9055
|
padding-top: 4px;
|
|
9048
9056
|
padding-left: 10px;
|
|
9049
9057
|
overflow-y: auto;
|
|
9050
9058
|
}
|
|
9051
|
-
.process-wrapper .process-body[data-v-
|
|
9059
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar {
|
|
9052
9060
|
position: absolute;
|
|
9053
9061
|
height: 10px;
|
|
9054
9062
|
width: 10px;
|
|
9055
9063
|
}
|
|
9056
|
-
.process-wrapper .process-body[data-v-
|
|
9064
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb {
|
|
9057
9065
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
9058
9066
|
border: solid 2px transparent;
|
|
9059
9067
|
background-color: transparent;
|
|
9060
9068
|
border-radius: 10px;
|
|
9061
9069
|
}
|
|
9062
|
-
.process-wrapper .process-body[data-v-
|
|
9070
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:hover {
|
|
9063
9071
|
box-shadow: inset 0 0 10px 10px var(--gray-3);
|
|
9064
9072
|
background-color: transparent;
|
|
9065
9073
|
}
|
|
9066
|
-
.process-wrapper .process-body[data-v-
|
|
9074
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-track {
|
|
9067
9075
|
border-radius: 10px;
|
|
9068
9076
|
border: solid 2px transparent;
|
|
9069
9077
|
background: transparent;
|
|
9070
9078
|
}
|
|
9071
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9079
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8] {
|
|
9072
9080
|
font-family: PingFangSC, PingFang SC;
|
|
9073
9081
|
font-weight: 400;
|
|
9074
9082
|
font-size: 12px;
|
|
@@ -9078,21 +9086,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9078
9086
|
font-style: normal;
|
|
9079
9087
|
padding: 2px 0;
|
|
9080
9088
|
}
|
|
9081
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9089
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-child(1) {
|
|
9082
9090
|
padding: 3px 0;
|
|
9083
9091
|
font-size: 14px;
|
|
9084
9092
|
}
|
|
9085
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9093
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-last-child(1) {
|
|
9086
9094
|
font-family: unset;
|
|
9087
9095
|
color: var(--gray-4);
|
|
9088
9096
|
}
|
|
9089
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9097
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8] {
|
|
9090
9098
|
width: 12px;
|
|
9091
9099
|
height: 12px;
|
|
9092
9100
|
border-radius: 12px;
|
|
9093
9101
|
border: 1px solid var(--gray-3);
|
|
9094
9102
|
}
|
|
9095
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9103
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8]::before {
|
|
9096
9104
|
content: '';
|
|
9097
9105
|
width: 6px;
|
|
9098
9106
|
height: 6px;
|
|
@@ -9103,9 +9111,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9103
9111
|
left: 50%;
|
|
9104
9112
|
transform: translate(-50%, -50%);
|
|
9105
9113
|
}
|
|
9106
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9114
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8] {
|
|
9107
9115
|
border: 1px solid var(--primary-5);
|
|
9108
9116
|
}
|
|
9109
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9117
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8]::before {
|
|
9110
9118
|
background: var(--primary-5);
|
|
9111
9119
|
}
|