3h1-ui 3.0.0-next.60 → 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 +111 -151
- package/es/style.css +249 -236
- package/lib/index.js +111 -151
- package/lib/style.css +9119 -0
- package/package.json +1 -1
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,7 +1103,7 @@ span.iconify {
|
|
|
1137
1103
|
justify-content: space-between;
|
|
1138
1104
|
align-items: center;
|
|
1139
1105
|
}
|
|
1140
|
-
.shy-basic-title-show-span[data-v-
|
|
1106
|
+
.shy-basic-title-show-span[data-v-df3764dc]::before {
|
|
1141
1107
|
content: '';
|
|
1142
1108
|
position: absolute;
|
|
1143
1109
|
width: 2px;
|
|
@@ -1148,17 +1114,17 @@ span.iconify {
|
|
|
1148
1114
|
top: 50%;
|
|
1149
1115
|
transform: translateY(-50%);
|
|
1150
1116
|
}
|
|
1151
|
-
.shy-basic-title-help[data-v-
|
|
1117
|
+
.shy-basic-title-help[data-v-df3764dc] {
|
|
1152
1118
|
margin-left: 10px;
|
|
1153
1119
|
}
|
|
1154
|
-
.shy-basic-title-expand[data-v-
|
|
1120
|
+
.shy-basic-title-expand[data-v-df3764dc] {
|
|
1155
1121
|
cursor: pointer;
|
|
1156
1122
|
font-size: 14px;
|
|
1157
1123
|
display: flex;
|
|
1158
1124
|
align-items: center;
|
|
1159
1125
|
color: var(--primary-5);
|
|
1160
1126
|
}
|
|
1161
|
-
.shy-basic-title-expand-icon[data-v-
|
|
1127
|
+
.shy-basic-title-expand-icon[data-v-df3764dc] {
|
|
1162
1128
|
margin-right: 3px;
|
|
1163
1129
|
}.shy-collapse-container {
|
|
1164
1130
|
background-color: #ffffff;
|
|
@@ -1282,40 +1248,40 @@ span.iconify {
|
|
|
1282
1248
|
.shy-tinymce-container textarea {
|
|
1283
1249
|
z-index: -1;
|
|
1284
1250
|
visibility: hidden;
|
|
1285
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1251
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1286
1252
|
width: 30px;
|
|
1287
1253
|
height: 30px;
|
|
1288
1254
|
font-size: 30px;
|
|
1289
1255
|
cursor: pointer;
|
|
1290
1256
|
display: flex;
|
|
1291
1257
|
}
|
|
1292
|
-
.table-children[data-v-
|
|
1258
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1293
1259
|
margin-bottom: 0 !important;
|
|
1294
1260
|
}
|
|
1295
|
-
.table-children-required[data-v-
|
|
1261
|
+
.table-children-required[data-v-95018c58] {
|
|
1296
1262
|
color: #ff4d4f;
|
|
1297
1263
|
margin-right: 4px;
|
|
1298
1264
|
}
|
|
1299
|
-
.table-children[data-v-
|
|
1265
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1300
1266
|
padding: 8px !important;
|
|
1301
1267
|
}
|
|
1302
|
-
.table-children[data-v-
|
|
1268
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1303
1269
|
display: none;
|
|
1304
1270
|
}
|
|
1305
|
-
.table-children-delete-wrapper[data-v-
|
|
1271
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1306
1272
|
display: flex;
|
|
1307
1273
|
height: 100%;
|
|
1308
1274
|
justify-content: center;
|
|
1309
1275
|
}
|
|
1310
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1276
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1311
1277
|
display: flex;
|
|
1312
1278
|
justify-content: center;
|
|
1313
1279
|
align-items: center;
|
|
1314
1280
|
}
|
|
1315
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1281
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1316
1282
|
display: none;
|
|
1317
1283
|
}
|
|
1318
|
-
.table-children-delete-item[data-v-
|
|
1284
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1319
1285
|
background-color: red;
|
|
1320
1286
|
border-radius: 50%;
|
|
1321
1287
|
width: 30px;
|
|
@@ -1324,7 +1290,7 @@ span.iconify {
|
|
|
1324
1290
|
display: none;
|
|
1325
1291
|
cursor: pointer;
|
|
1326
1292
|
}
|
|
1327
|
-
.table-children-delete-index[data-v-
|
|
1293
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1328
1294
|
user-select: none;
|
|
1329
1295
|
display: inline-block;
|
|
1330
1296
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1659,7 +1625,7 @@ span.iconify {
|
|
|
1659
1625
|
}
|
|
1660
1626
|
.shy-basic-help__wrap p {
|
|
1661
1627
|
margin-bottom: 0;
|
|
1662
|
-
}[data-v-
|
|
1628
|
+
}[data-v-fdc837af]:root {
|
|
1663
1629
|
--primary-1: #dafbe1;
|
|
1664
1630
|
--primary-2: #aceebb;
|
|
1665
1631
|
--primary-3: #6fdd8b;
|
|
@@ -1760,7 +1726,7 @@ span.iconify {
|
|
|
1760
1726
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1761
1727
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1762
1728
|
}
|
|
1763
|
-
.shy-basic-title[data-v-
|
|
1729
|
+
.shy-basic-title[data-v-fdc837af] {
|
|
1764
1730
|
position: relative;
|
|
1765
1731
|
display: flex;
|
|
1766
1732
|
padding-left: 7px;
|
|
@@ -1771,11 +1737,11 @@ span.iconify {
|
|
|
1771
1737
|
cursor: pointer;
|
|
1772
1738
|
user-select: none;
|
|
1773
1739
|
}
|
|
1774
|
-
.shy-basic-title-normal[data-v-
|
|
1740
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
1775
1741
|
font-size: 14px;
|
|
1776
1742
|
font-weight: 500;
|
|
1777
1743
|
}
|
|
1778
|
-
.shy-basic-title-show-span[data-v-
|
|
1744
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
1779
1745
|
position: absolute;
|
|
1780
1746
|
top: 4px;
|
|
1781
1747
|
left: 0;
|
|
@@ -1785,7 +1751,7 @@ span.iconify {
|
|
|
1785
1751
|
background-color: #006eff;
|
|
1786
1752
|
content: '';
|
|
1787
1753
|
}
|
|
1788
|
-
.shy-basic-title-help[data-v-
|
|
1754
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
1789
1755
|
margin-left: 10px;
|
|
1790
1756
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1791
1757
|
padding: 0;
|
|
@@ -2076,7 +2042,7 @@ span.iconify {
|
|
|
2076
2042
|
}
|
|
2077
2043
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2078
2044
|
padding: 6px 16px;
|
|
2079
|
-
}.shy-search[data-v-
|
|
2045
|
+
}.shy-search[data-v-d8be8a1f] {
|
|
2080
2046
|
position: relative;
|
|
2081
2047
|
display: flex;
|
|
2082
2048
|
align-items: center;
|
|
@@ -2180,7 +2146,7 @@ span.iconify {
|
|
|
2180
2146
|
.shy-tree__action {
|
|
2181
2147
|
margin-left: 4px;
|
|
2182
2148
|
visibility: hidden;
|
|
2183
|
-
}.shy-page-footer[data-v-
|
|
2149
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
2184
2150
|
position: fixed;
|
|
2185
2151
|
right: 0;
|
|
2186
2152
|
bottom: 0;
|
|
@@ -2195,7 +2161,7 @@ span.iconify {
|
|
|
2195
2161
|
line-height: 44px;
|
|
2196
2162
|
border-top: 1px solid #E4E7ED;
|
|
2197
2163
|
}
|
|
2198
|
-
.shy-page-footer__left[data-v-
|
|
2164
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
2199
2165
|
flex: 1 1;
|
|
2200
2166
|
}.shy-page-wrapper {
|
|
2201
2167
|
position: relative;
|
|
@@ -2367,7 +2333,7 @@ span.iconify {
|
|
|
2367
2333
|
}
|
|
2368
2334
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2369
2335
|
height: 220px;
|
|
2370
|
-
}.icon-selected[data-v-
|
|
2336
|
+
}.icon-selected[data-v-f74ee46a] {
|
|
2371
2337
|
color: #498bf8;
|
|
2372
2338
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2373
2339
|
margin-bottom: 0;
|
|
@@ -2437,7 +2403,7 @@ span.iconify {
|
|
|
2437
2403
|
}
|
|
2438
2404
|
.shy-basic-table-header__toolbar > * {
|
|
2439
2405
|
margin-right: 8px;
|
|
2440
|
-
}.shy-basic-table-global-search[data-v-
|
|
2406
|
+
}.shy-basic-table-global-search[data-v-90331d26] {
|
|
2441
2407
|
position: absolute;
|
|
2442
2408
|
top: 40px;
|
|
2443
2409
|
right: 131px;
|
|
@@ -2449,7 +2415,7 @@ span.iconify {
|
|
|
2449
2415
|
border: 1px solid #ebebeb;
|
|
2450
2416
|
padding: 10px;
|
|
2451
2417
|
}
|
|
2452
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2418
|
+
.shy-basic-table-global-search-item-global[data-v-90331d26] {
|
|
2453
2419
|
height: 32px;
|
|
2454
2420
|
line-height: 32px;
|
|
2455
2421
|
font-size: 14px;
|
|
@@ -2460,7 +2426,7 @@ span.iconify {
|
|
|
2460
2426
|
align-items: center;
|
|
2461
2427
|
justify-content: space-between;
|
|
2462
2428
|
}
|
|
2463
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2429
|
+
.shy-basic-table-global-search-item-special[data-v-90331d26] {
|
|
2464
2430
|
height: 32px;
|
|
2465
2431
|
line-height: 32px;
|
|
2466
2432
|
font-size: 14px;
|
|
@@ -2471,10 +2437,10 @@ span.iconify {
|
|
|
2471
2437
|
align-items: center;
|
|
2472
2438
|
justify-content: space-between;
|
|
2473
2439
|
}
|
|
2474
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2440
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
|
|
2475
2441
|
padding: 0 8px;
|
|
2476
2442
|
}
|
|
2477
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2443
|
+
.shy-basic-table-global-search .selected-bg[data-v-90331d26] {
|
|
2478
2444
|
background-color: #ebf1ff;
|
|
2479
2445
|
}.shy-basic-table-img .ant-image {
|
|
2480
2446
|
margin-right: 4px;
|
|
@@ -2485,7 +2451,7 @@ span.iconify {
|
|
|
2485
2451
|
}
|
|
2486
2452
|
.shy-basic-table-img .img-div {
|
|
2487
2453
|
display: inline-grid;
|
|
2488
|
-
}.app-iconify[data-v-
|
|
2454
|
+
}.app-iconify[data-v-7d89a0e9] {
|
|
2489
2455
|
vertical-align: middle;
|
|
2490
2456
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2491
2457
|
width: 100% !important;
|
|
@@ -2630,19 +2596,19 @@ span.iconify {
|
|
|
2630
2596
|
}
|
|
2631
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 {
|
|
2632
2598
|
overflow-y: auto !important;
|
|
2633
|
-
}.wrapper[data-v-
|
|
2599
|
+
}.wrapper[data-v-4dc415ac] {
|
|
2634
2600
|
display: flex;
|
|
2635
2601
|
}
|
|
2636
|
-
.tree[data-v-
|
|
2602
|
+
.tree[data-v-4dc415ac] {
|
|
2637
2603
|
flex: none;
|
|
2638
2604
|
}
|
|
2639
|
-
.table-wrapper[data-v-
|
|
2605
|
+
.table-wrapper[data-v-4dc415ac] {
|
|
2640
2606
|
flex: 1 1 0%;
|
|
2641
2607
|
overflow: hidden;
|
|
2642
|
-
}[data-v-
|
|
2608
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
2643
2609
|
padding: 0;
|
|
2644
2610
|
}
|
|
2645
|
-
.btn-wrapper[data-v-
|
|
2611
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
2646
2612
|
padding: 0 5px;
|
|
2647
2613
|
display: flex;
|
|
2648
2614
|
align-items: center;
|
|
@@ -3083,21 +3049,21 @@ span.iconify {
|
|
|
3083
3049
|
padding-top: 8px;
|
|
3084
3050
|
margin-top: 8px;
|
|
3085
3051
|
border-top: 1px solid #E4E7ED;
|
|
3086
|
-
}.shy-cropper-avatar[data-v-
|
|
3052
|
+
}.shy-cropper-avatar[data-v-31315934] {
|
|
3087
3053
|
display: inline-block;
|
|
3088
3054
|
text-align: center;
|
|
3089
3055
|
}
|
|
3090
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
3056
|
+
.shy-cropper-avatar-image-wrapper[data-v-31315934] {
|
|
3091
3057
|
overflow: hidden;
|
|
3092
3058
|
cursor: pointer;
|
|
3093
3059
|
background: #ffffff;
|
|
3094
3060
|
border: 1px solid #E4E7ED;
|
|
3095
3061
|
border-radius: 50%;
|
|
3096
3062
|
}
|
|
3097
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
3063
|
+
.shy-cropper-avatar-image-wrapper img[data-v-31315934] {
|
|
3098
3064
|
width: 100%;
|
|
3099
3065
|
}
|
|
3100
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3066
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] {
|
|
3101
3067
|
position: absolute;
|
|
3102
3068
|
width: inherit;
|
|
3103
3069
|
height: inherit;
|
|
@@ -3108,15 +3074,15 @@ span.iconify {
|
|
|
3108
3074
|
transition: opacity 0.4s;
|
|
3109
3075
|
cursor: pointer;
|
|
3110
3076
|
}
|
|
3111
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3077
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] svg {
|
|
3112
3078
|
margin: auto;
|
|
3113
3079
|
}
|
|
3114
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3080
|
+
.shy-cropper-avatar-image-mask[data-v-31315934]:hover {
|
|
3115
3081
|
opacity: 40;
|
|
3116
3082
|
}
|
|
3117
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
3083
|
+
.shy-cropper-avatar-upload-btn[data-v-31315934] {
|
|
3118
3084
|
margin: 10px auto;
|
|
3119
|
-
}.full-loading[data-v-
|
|
3085
|
+
}.full-loading[data-v-ee545744] {
|
|
3120
3086
|
position: fixed;
|
|
3121
3087
|
top: 0;
|
|
3122
3088
|
left: 0;
|
|
@@ -3128,16 +3094,16 @@ span.iconify {
|
|
|
3128
3094
|
align-items: center;
|
|
3129
3095
|
background-color: rgba(240, 242, 245, 0.4);
|
|
3130
3096
|
}
|
|
3131
|
-
.full-loading.absolute[data-v-
|
|
3097
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
3132
3098
|
position: absolute;
|
|
3133
3099
|
top: 0;
|
|
3134
3100
|
left: 0;
|
|
3135
3101
|
z-index: 300;
|
|
3136
3102
|
}
|
|
3137
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
3103
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
3138
3104
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3139
3105
|
}
|
|
3140
|
-
.full-loading.dark[data-v-
|
|
3106
|
+
.full-loading.dark[data-v-ee545744] {
|
|
3141
3107
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3142
3108
|
}.shy-basic-table-plus-wrapper {
|
|
3143
3109
|
display: flex;
|
|
@@ -8212,19 +8178,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8212
8178
|
}
|
|
8213
8179
|
.shy-basic-container-footer-cancel-right {
|
|
8214
8180
|
flex-direction: row-reverse;
|
|
8215
|
-
}[data-v-
|
|
8181
|
+
}[data-v-2d2eda80] .ant-descriptions-item-content {
|
|
8216
8182
|
padding: 0 !important;
|
|
8217
8183
|
flex: 1;
|
|
8218
8184
|
height: 100%;
|
|
8219
8185
|
}
|
|
8220
|
-
[data-v-
|
|
8186
|
+
[data-v-2d2eda80] .ant-form-item {
|
|
8221
8187
|
margin: 0;
|
|
8222
8188
|
}
|
|
8223
|
-
[data-v-
|
|
8189
|
+
[data-v-2d2eda80] .ant-form-item-explain {
|
|
8224
8190
|
display: none;
|
|
8225
8191
|
}
|
|
8226
|
-
[data-v-
|
|
8227
|
-
--label-width: var(--
|
|
8192
|
+
[data-v-2d2eda80] .ant-descriptions-item-label {
|
|
8193
|
+
--label-width: var(--989efb00);
|
|
8228
8194
|
justify-content: right;
|
|
8229
8195
|
align-items: center;
|
|
8230
8196
|
width: var(--label-width) !important;
|
|
@@ -8233,59 +8199,59 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8233
8199
|
text-overflow: ellipsis;
|
|
8234
8200
|
color: #b1b1b1;
|
|
8235
8201
|
}
|
|
8236
|
-
[data-v-
|
|
8202
|
+
[data-v-2d2eda80] .ant-descriptions-item-label span {
|
|
8237
8203
|
white-space: nowrap;
|
|
8238
8204
|
overflow: hidden;
|
|
8239
8205
|
text-overflow: ellipsis;
|
|
8240
8206
|
}
|
|
8241
|
-
[data-v-
|
|
8207
|
+
[data-v-2d2eda80] .ant-descriptions-view tbody {
|
|
8242
8208
|
display: block;
|
|
8243
8209
|
}
|
|
8244
|
-
[data-v-
|
|
8210
|
+
[data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
|
|
8245
8211
|
display: flex;
|
|
8246
8212
|
width: 100%;
|
|
8247
8213
|
align-items: center;
|
|
8248
8214
|
gap: 0 10px;
|
|
8249
8215
|
}
|
|
8250
|
-
[data-v-
|
|
8216
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
|
|
8251
8217
|
content: '*';
|
|
8252
8218
|
color: red;
|
|
8253
8219
|
}
|
|
8254
|
-
[data-v-
|
|
8220
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8255
8221
|
content: '*';
|
|
8256
8222
|
color: red;
|
|
8257
8223
|
}
|
|
8258
|
-
[data-v-
|
|
8224
|
+
[data-v-2d2eda80] .ant-descriptions-item-label::after {
|
|
8259
8225
|
content: '';
|
|
8260
8226
|
}
|
|
8261
|
-
[data-v-
|
|
8227
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8262
8228
|
content: '';
|
|
8263
8229
|
}
|
|
8264
|
-
[data-v-
|
|
8230
|
+
[data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8265
8231
|
color: #ff4d4f !important;
|
|
8266
8232
|
}
|
|
8267
|
-
[data-v-
|
|
8233
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8268
8234
|
gap: 0;
|
|
8269
8235
|
}
|
|
8270
|
-
[data-v-
|
|
8236
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8271
8237
|
border: unset !important;
|
|
8272
8238
|
}
|
|
8273
|
-
[data-v-
|
|
8239
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
|
|
8274
8240
|
background-color: unset;
|
|
8275
8241
|
border-right: unset;
|
|
8276
8242
|
}
|
|
8277
|
-
[data-v-
|
|
8243
|
+
[data-v-2d2eda80] .ant-descriptions-item {
|
|
8278
8244
|
flex: 1;
|
|
8279
8245
|
}
|
|
8280
|
-
[data-v-
|
|
8246
|
+
[data-v-2d2eda80] .ant-row.ant-form-item {
|
|
8281
8247
|
width: 100%;
|
|
8282
8248
|
height: 100%;
|
|
8283
8249
|
}
|
|
8284
|
-
.descriptions-item-content[data-v-
|
|
8250
|
+
.descriptions-item-content[data-v-2d2eda80] {
|
|
8285
8251
|
padding: 0 8px;
|
|
8286
8252
|
}.shy-basic-resize-wrapper {
|
|
8287
|
-
--design-width: var(--
|
|
8288
|
-
--design-height: var(--
|
|
8253
|
+
--design-width: var(--0aaa544f);
|
|
8254
|
+
--design-height: var(--30d13bbe);
|
|
8289
8255
|
}
|
|
8290
8256
|
.shy-basic-resize-wrapper-view {
|
|
8291
8257
|
position: absolute;
|
|
@@ -8301,41 +8267,51 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8301
8267
|
overflow: auto;
|
|
8302
8268
|
padding: 0 0;
|
|
8303
8269
|
height: 100%;
|
|
8304
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8270
|
+
}.shy-table-edit-icon-plus[data-v-abb4b35a] {
|
|
8305
8271
|
width: 30px;
|
|
8306
8272
|
height: 30px;
|
|
8307
8273
|
font-size: 30px;
|
|
8308
8274
|
cursor: pointer;
|
|
8309
8275
|
display: flex;
|
|
8310
8276
|
}
|
|
8311
|
-
.table-children[data-v-
|
|
8277
|
+
.table-children[data-v-abb4b35a] .ant-form-item {
|
|
8312
8278
|
margin-bottom: 0 !important;
|
|
8313
8279
|
}
|
|
8314
|
-
.table-children[data-v-
|
|
8315
|
-
width: 100%;
|
|
8316
|
-
}
|
|
8317
|
-
.table-children-required[data-v-d3bdc269] {
|
|
8280
|
+
.table-children-required[data-v-abb4b35a] {
|
|
8318
8281
|
color: #ff4d4f;
|
|
8319
8282
|
margin-right: 4px;
|
|
8320
8283
|
}
|
|
8321
|
-
.table-children[data-v-
|
|
8284
|
+
.table-children[data-v-abb4b35a] .ant-table-cell {
|
|
8322
8285
|
padding: 8px !important;
|
|
8323
8286
|
}
|
|
8324
|
-
.table-children[data-v-
|
|
8287
|
+
.table-children[data-v-abb4b35a] .ant-table-cell .ant-form-item-explain {
|
|
8325
8288
|
display: none;
|
|
8326
8289
|
}
|
|
8327
|
-
.table-children-
|
|
8290
|
+
.table-children-delete-wrapper[data-v-abb4b35a] {
|
|
8328
8291
|
display: flex;
|
|
8292
|
+
height: 100%;
|
|
8293
|
+
justify-content: center;
|
|
8294
|
+
}
|
|
8295
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-abb4b35a] {
|
|
8296
|
+
display: flex;
|
|
8297
|
+
justify-content: center;
|
|
8329
8298
|
align-items: center;
|
|
8330
|
-
padding-inline: 8px;
|
|
8331
|
-
height: 50px;
|
|
8332
|
-
border-inline: 1px solid var(--gray-3);
|
|
8333
|
-
border-bottom: 1px solid var(--gray-3);
|
|
8334
|
-
border-bottom-left-radius: 4px;
|
|
8335
|
-
border-bottom-right-radius: 4px;
|
|
8336
8299
|
}
|
|
8337
|
-
.table-children-
|
|
8338
|
-
|
|
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;
|
|
8339
8315
|
}.shy-ant-form {
|
|
8340
8316
|
display: flex;
|
|
8341
8317
|
justify-content: space-between;
|
|
@@ -8458,80 +8434,72 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8458
8434
|
width: 100%;
|
|
8459
8435
|
background-color: var(--gray-3);
|
|
8460
8436
|
}
|
|
8461
|
-
.shy-ant-form-wrapper {
|
|
8462
|
-
--max-width-large: 1224px;
|
|
8463
|
-
--max-width-middle: 864px;
|
|
8464
|
-
--max-width-small: 720px;
|
|
8465
|
-
--min-width--large: 70%;
|
|
8466
|
-
--min-width--middle: 69%;
|
|
8467
|
-
--min-width--small: 68%;
|
|
8468
|
-
}
|
|
8469
8437
|
@media screen and (max-width: 1440px) {
|
|
8470
8438
|
.shy-ant-form-wrapper-col-1 {
|
|
8471
|
-
min-width:
|
|
8472
|
-
max-width:
|
|
8439
|
+
min-width: 46%;
|
|
8440
|
+
max-width: 492px;
|
|
8473
8441
|
}
|
|
8474
8442
|
}
|
|
8475
8443
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8476
8444
|
.shy-ant-form-wrapper-col-1 {
|
|
8477
|
-
min-width:
|
|
8478
|
-
max-width:
|
|
8445
|
+
min-width: 47%;
|
|
8446
|
+
max-width: 588px;
|
|
8479
8447
|
}
|
|
8480
8448
|
}
|
|
8481
8449
|
@media screen and (min-width: 1920px) {
|
|
8482
8450
|
.shy-ant-form-wrapper-col-1 {
|
|
8483
|
-
min-width:
|
|
8484
|
-
max-width:
|
|
8451
|
+
min-width: 48%;
|
|
8452
|
+
max-width: 828px;
|
|
8485
8453
|
}
|
|
8486
8454
|
}
|
|
8487
8455
|
@media screen and (max-width: 1440px) {
|
|
8488
8456
|
.shy-ant-form-wrapper-col-2 {
|
|
8489
|
-
min-width:
|
|
8490
|
-
max-width:
|
|
8457
|
+
min-width: 69%;
|
|
8458
|
+
max-width: 732px;
|
|
8491
8459
|
}
|
|
8492
8460
|
}
|
|
8493
8461
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8494
8462
|
.shy-ant-form-wrapper-col-2 {
|
|
8495
|
-
min-width:
|
|
8496
|
-
max-width:
|
|
8463
|
+
min-width: 70%;
|
|
8464
|
+
max-width: 876px;
|
|
8497
8465
|
}
|
|
8498
8466
|
}
|
|
8499
8467
|
@media screen and (min-width: 1920px) {
|
|
8500
8468
|
.shy-ant-form-wrapper-col-2 {
|
|
8501
|
-
min-width:
|
|
8502
|
-
max-width:
|
|
8469
|
+
min-width: 71%;
|
|
8470
|
+
max-width: 1236px;
|
|
8503
8471
|
}
|
|
8504
8472
|
}
|
|
8505
8473
|
@media screen and (max-width: 1440px) {
|
|
8506
8474
|
.shy-ant-form-wrapper-col-3 {
|
|
8507
|
-
min-width:
|
|
8508
|
-
max-width:
|
|
8475
|
+
min-width: 68%;
|
|
8476
|
+
max-width: 720px;
|
|
8509
8477
|
}
|
|
8510
8478
|
}
|
|
8511
8479
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8512
8480
|
.shy-ant-form-wrapper-col-3 {
|
|
8513
|
-
min-width:
|
|
8514
|
-
max-width:
|
|
8481
|
+
min-width: 69%;
|
|
8482
|
+
max-width: 864px;
|
|
8515
8483
|
}
|
|
8516
8484
|
}
|
|
8517
8485
|
@media screen and (min-width: 1920px) {
|
|
8518
8486
|
.shy-ant-form-wrapper-col-3 {
|
|
8519
|
-
min-width:
|
|
8520
|
-
max-width:
|
|
8487
|
+
min-width: 70%;
|
|
8488
|
+
max-width: 1224px;
|
|
8521
8489
|
}
|
|
8522
|
-
}.wrapper[data-v-
|
|
8490
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
8523
8491
|
display: flex;
|
|
8524
8492
|
}
|
|
8525
|
-
.tree[data-v-
|
|
8493
|
+
.tree[data-v-0ca4fd85] {
|
|
8526
8494
|
flex: none;
|
|
8527
8495
|
}
|
|
8528
|
-
.table-wrapper[data-v-
|
|
8496
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
8529
8497
|
flex: 1 1 0%;
|
|
8530
8498
|
overflow: hidden;
|
|
8531
|
-
}[data-v-
|
|
8499
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
8532
8500
|
padding: 0;
|
|
8533
8501
|
}
|
|
8534
|
-
.btn-wrapper[data-v-
|
|
8502
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
8535
8503
|
padding: 0 5px;
|
|
8536
8504
|
display: flex;
|
|
8537
8505
|
align-items: center;
|
|
@@ -8691,7 +8659,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8691
8659
|
font-size: 20px;
|
|
8692
8660
|
line-height: 24px;
|
|
8693
8661
|
font-weight: 500;
|
|
8694
|
-
}.shy-basic-table-global-search[data-v-
|
|
8662
|
+
}.shy-basic-table-global-search[data-v-b3419d34] {
|
|
8695
8663
|
position: absolute;
|
|
8696
8664
|
top: 80px;
|
|
8697
8665
|
right: 131px;
|
|
@@ -8703,7 +8671,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8703
8671
|
border: 1px solid #ebebeb;
|
|
8704
8672
|
padding: 10px;
|
|
8705
8673
|
}
|
|
8706
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8674
|
+
.shy-basic-table-global-search-item-global[data-v-b3419d34] {
|
|
8707
8675
|
height: 32px;
|
|
8708
8676
|
line-height: 32px;
|
|
8709
8677
|
font-size: 14px;
|
|
@@ -8714,7 +8682,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8714
8682
|
align-items: center;
|
|
8715
8683
|
justify-content: space-between;
|
|
8716
8684
|
}
|
|
8717
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8685
|
+
.shy-basic-table-global-search-item-special[data-v-b3419d34] {
|
|
8718
8686
|
height: 32px;
|
|
8719
8687
|
line-height: 32px;
|
|
8720
8688
|
font-size: 14px;
|
|
@@ -8725,10 +8693,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8725
8693
|
align-items: center;
|
|
8726
8694
|
justify-content: space-between;
|
|
8727
8695
|
}
|
|
8728
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8696
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-b3419d34] {
|
|
8729
8697
|
padding: 0 8px;
|
|
8730
8698
|
}
|
|
8731
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8699
|
+
.shy-basic-table-global-search .selected-bg[data-v-b3419d34] {
|
|
8732
8700
|
background-color: #ebf1ff;
|
|
8733
8701
|
}.shy-basic-table-header-cell__help {
|
|
8734
8702
|
margin-left: 8px;
|
|
@@ -8795,11 +8763,56 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8795
8763
|
height: 7px;
|
|
8796
8764
|
border-width: 1.5px;
|
|
8797
8765
|
}
|
|
8798
|
-
.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 {
|
|
8799
8807
|
border-radius: 4px !important;
|
|
8800
|
-
border-inline-start: unset;
|
|
8801
8808
|
border: 1px solid var(--gray-3);
|
|
8802
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
|
+
}
|
|
8803
8816
|
.shy-ant-table .shy-basic-form-input > .ant-col {
|
|
8804
8817
|
padding-left: 0;
|
|
8805
8818
|
padding-right: 20px;
|
|
@@ -9015,7 +9028,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9015
9028
|
}
|
|
9016
9029
|
.shy-container-footer-cancel-right {
|
|
9017
9030
|
flex-direction: row-reverse;
|
|
9018
|
-
}.process-wrapper[data-v-
|
|
9031
|
+
}.process-wrapper[data-v-0cf797c8] {
|
|
9019
9032
|
position: relative;
|
|
9020
9033
|
display: flex;
|
|
9021
9034
|
flex-direction: column;
|
|
@@ -9031,39 +9044,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9031
9044
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
9032
9045
|
z-index: 100;
|
|
9033
9046
|
}
|
|
9034
|
-
.process-wrapper .process-header[data-v-
|
|
9047
|
+
.process-wrapper .process-header[data-v-0cf797c8] {
|
|
9035
9048
|
font-family: PingFangSC, PingFang SC;
|
|
9036
9049
|
font-weight: 500;
|
|
9037
9050
|
color: #1b1f24;
|
|
9038
9051
|
text-align: left;
|
|
9039
9052
|
font-style: normal;
|
|
9040
9053
|
}
|
|
9041
|
-
.process-wrapper .process-body[data-v-
|
|
9054
|
+
.process-wrapper .process-body[data-v-0cf797c8] {
|
|
9042
9055
|
padding-top: 4px;
|
|
9043
9056
|
padding-left: 10px;
|
|
9044
9057
|
overflow-y: auto;
|
|
9045
9058
|
}
|
|
9046
|
-
.process-wrapper .process-body[data-v-
|
|
9059
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar {
|
|
9047
9060
|
position: absolute;
|
|
9048
9061
|
height: 10px;
|
|
9049
9062
|
width: 10px;
|
|
9050
9063
|
}
|
|
9051
|
-
.process-wrapper .process-body[data-v-
|
|
9064
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb {
|
|
9052
9065
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
9053
9066
|
border: solid 2px transparent;
|
|
9054
9067
|
background-color: transparent;
|
|
9055
9068
|
border-radius: 10px;
|
|
9056
9069
|
}
|
|
9057
|
-
.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 {
|
|
9058
9071
|
box-shadow: inset 0 0 10px 10px var(--gray-3);
|
|
9059
9072
|
background-color: transparent;
|
|
9060
9073
|
}
|
|
9061
|
-
.process-wrapper .process-body[data-v-
|
|
9074
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-track {
|
|
9062
9075
|
border-radius: 10px;
|
|
9063
9076
|
border: solid 2px transparent;
|
|
9064
9077
|
background: transparent;
|
|
9065
9078
|
}
|
|
9066
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9079
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8] {
|
|
9067
9080
|
font-family: PingFangSC, PingFang SC;
|
|
9068
9081
|
font-weight: 400;
|
|
9069
9082
|
font-size: 12px;
|
|
@@ -9073,21 +9086,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9073
9086
|
font-style: normal;
|
|
9074
9087
|
padding: 2px 0;
|
|
9075
9088
|
}
|
|
9076
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9089
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-child(1) {
|
|
9077
9090
|
padding: 3px 0;
|
|
9078
9091
|
font-size: 14px;
|
|
9079
9092
|
}
|
|
9080
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9093
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-last-child(1) {
|
|
9081
9094
|
font-family: unset;
|
|
9082
9095
|
color: var(--gray-4);
|
|
9083
9096
|
}
|
|
9084
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9097
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8] {
|
|
9085
9098
|
width: 12px;
|
|
9086
9099
|
height: 12px;
|
|
9087
9100
|
border-radius: 12px;
|
|
9088
9101
|
border: 1px solid var(--gray-3);
|
|
9089
9102
|
}
|
|
9090
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9103
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8]::before {
|
|
9091
9104
|
content: '';
|
|
9092
9105
|
width: 6px;
|
|
9093
9106
|
height: 6px;
|
|
@@ -9098,9 +9111,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9098
9111
|
left: 50%;
|
|
9099
9112
|
transform: translate(-50%, -50%);
|
|
9100
9113
|
}
|
|
9101
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9114
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8] {
|
|
9102
9115
|
border: 1px solid var(--primary-5);
|
|
9103
9116
|
}
|
|
9104
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9117
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8]::before {
|
|
9105
9118
|
background: var(--primary-5);
|
|
9106
9119
|
}
|