3h1-ui 3.0.0-next.36 → 3.0.0-next.38
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 +1997 -151
- package/es/style.css +122 -114
- package/lib/index.js +1997 -151
- package/lib/style.css +122 -114
- package/package.json +1 -1
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;
|
|
@@ -450,9 +453,6 @@ ul {
|
|
|
450
453
|
.\!mt-4 {
|
|
451
454
|
margin-top: 1rem !important;
|
|
452
455
|
}
|
|
453
|
-
.ml-5 {
|
|
454
|
-
margin-left: 1.25rem;
|
|
455
|
-
}
|
|
456
456
|
.mb-1 {
|
|
457
457
|
margin-bottom: 0.25rem;
|
|
458
458
|
}
|
|
@@ -471,6 +471,9 @@ ul {
|
|
|
471
471
|
.p-5 {
|
|
472
472
|
padding: 1.25rem;
|
|
473
473
|
}
|
|
474
|
+
.p-8px {
|
|
475
|
+
padding: 8px;
|
|
476
|
+
}
|
|
474
477
|
.px-2 {
|
|
475
478
|
padding-left: 0.5rem;
|
|
476
479
|
padding-right: 0.5rem;
|
|
@@ -500,6 +503,9 @@ ul {
|
|
|
500
503
|
.pl-2 {
|
|
501
504
|
padding-left: 0.5rem;
|
|
502
505
|
}
|
|
506
|
+
.pt-0 {
|
|
507
|
+
padding-top: 0px;
|
|
508
|
+
}
|
|
503
509
|
.fixed {
|
|
504
510
|
position: fixed;
|
|
505
511
|
}
|
|
@@ -982,14 +988,14 @@ input:focus.ant-input {
|
|
|
982
988
|
}
|
|
983
989
|
.ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
984
990
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08) !important;
|
|
985
|
-
}.shy-strength-meter-bar[data-v-
|
|
991
|
+
}.shy-strength-meter-bar[data-v-678d40fd] {
|
|
986
992
|
position: relative;
|
|
987
993
|
margin: 10px auto 6px;
|
|
988
994
|
height: 6px;
|
|
989
995
|
background-color: rgba(0, 0, 0, 0.25);
|
|
990
996
|
border-radius: 6px;
|
|
991
997
|
}
|
|
992
|
-
.shy-strength-meter-bar[data-v-
|
|
998
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
993
999
|
position: absolute;
|
|
994
1000
|
z-index: 10;
|
|
995
1001
|
display: block;
|
|
@@ -1001,13 +1007,13 @@ input:focus.ant-input {
|
|
|
1001
1007
|
border-color: #fff;
|
|
1002
1008
|
content: '';
|
|
1003
1009
|
}
|
|
1004
|
-
.shy-strength-meter-bar[data-v-
|
|
1010
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before {
|
|
1005
1011
|
left: 20%;
|
|
1006
1012
|
}
|
|
1007
|
-
.shy-strength-meter-bar[data-v-
|
|
1013
|
+
.shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
1008
1014
|
right: 20%;
|
|
1009
1015
|
}
|
|
1010
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
1016
|
+
.shy-strength-meter-bar--fill[data-v-678d40fd] {
|
|
1011
1017
|
position: absolute;
|
|
1012
1018
|
width: 0;
|
|
1013
1019
|
height: inherit;
|
|
@@ -1015,32 +1021,32 @@ input:focus.ant-input {
|
|
|
1015
1021
|
border-radius: inherit;
|
|
1016
1022
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
1017
1023
|
}
|
|
1018
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
1024
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
|
|
1019
1025
|
width: 20%;
|
|
1020
1026
|
background-color: #e74242;
|
|
1021
1027
|
}
|
|
1022
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
1028
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
|
|
1023
1029
|
width: 40%;
|
|
1024
1030
|
background-color: #ED6F6F;
|
|
1025
1031
|
}
|
|
1026
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
1032
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
|
|
1027
1033
|
width: 60%;
|
|
1028
1034
|
background-color: #EFBD47;
|
|
1029
1035
|
}
|
|
1030
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
1036
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
|
|
1031
1037
|
width: 80%;
|
|
1032
1038
|
background-color: rgba(85, 209, 135, 0.5);
|
|
1033
1039
|
}
|
|
1034
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
1040
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
|
|
1035
1041
|
width: 100%;
|
|
1036
1042
|
background-color: #55D187;
|
|
1037
|
-
}.shy-svg-icon[data-v-
|
|
1043
|
+
}.shy-svg-icon[data-v-905fa4a6] {
|
|
1038
1044
|
display: inline-block;
|
|
1039
1045
|
overflow: hidden;
|
|
1040
1046
|
vertical-align: -0.15em;
|
|
1041
1047
|
fill: currentcolor;
|
|
1042
1048
|
}
|
|
1043
|
-
.svg-icon-spin[data-v-
|
|
1049
|
+
.svg-icon-spin[data-v-905fa4a6] {
|
|
1044
1050
|
animation: loadingCircle 1s infinite linear;
|
|
1045
1051
|
}.app-iconify {
|
|
1046
1052
|
display: inline-block;
|
|
@@ -1054,29 +1060,29 @@ span.iconify {
|
|
|
1054
1060
|
min-height: 1em;
|
|
1055
1061
|
background-color: #5551;
|
|
1056
1062
|
border-radius: 100%;
|
|
1057
|
-
}.shy-basic-arrow[data-v-
|
|
1063
|
+
}.shy-basic-arrow[data-v-fea26917] {
|
|
1058
1064
|
display: inline-block;
|
|
1059
1065
|
cursor: pointer;
|
|
1060
1066
|
transform: rotate(0deg);
|
|
1061
1067
|
transition: all 0.3s ease 0.1s;
|
|
1062
1068
|
transform-origin: center center;
|
|
1063
1069
|
}
|
|
1064
|
-
.shy-basic-arrow--active[data-v-
|
|
1070
|
+
.shy-basic-arrow--active[data-v-fea26917] {
|
|
1065
1071
|
transform: rotate(90deg);
|
|
1066
1072
|
}
|
|
1067
|
-
.shy-basic-arrow.inset[data-v-
|
|
1073
|
+
.shy-basic-arrow.inset[data-v-fea26917] {
|
|
1068
1074
|
line-height: 0px;
|
|
1069
1075
|
}
|
|
1070
|
-
.shy-basic-arrow.up[data-v-
|
|
1076
|
+
.shy-basic-arrow.up[data-v-fea26917] {
|
|
1071
1077
|
transform: rotate(-90deg);
|
|
1072
1078
|
}
|
|
1073
|
-
.shy-basic-arrow.down[data-v-
|
|
1079
|
+
.shy-basic-arrow.down[data-v-fea26917] {
|
|
1074
1080
|
transform: rotate(90deg);
|
|
1075
1081
|
}
|
|
1076
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1082
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
|
|
1077
1083
|
transform: rotate(90deg);
|
|
1078
1084
|
}
|
|
1079
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1085
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
|
|
1080
1086
|
transform: rotate(-90deg);
|
|
1081
1087
|
}.shy-basic-help {
|
|
1082
1088
|
display: inline-block;
|
|
@@ -1090,7 +1096,7 @@ span.iconify {
|
|
|
1090
1096
|
}
|
|
1091
1097
|
.shy-basic-help__wrap p {
|
|
1092
1098
|
margin-bottom: 0;
|
|
1093
|
-
}.shy-basic-title[data-v-
|
|
1099
|
+
}.shy-basic-title[data-v-df3764dc] {
|
|
1094
1100
|
position: relative;
|
|
1095
1101
|
display: flex;
|
|
1096
1102
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1099,10 +1105,11 @@ span.iconify {
|
|
|
1099
1105
|
color: var(--gray-10);
|
|
1100
1106
|
line-height: 20px;
|
|
1101
1107
|
padding: 0 0 0 10px;
|
|
1108
|
+
margin: 10px 0;
|
|
1102
1109
|
justify-content: space-between;
|
|
1103
1110
|
align-items: center;
|
|
1104
1111
|
}
|
|
1105
|
-
.shy-basic-title-show-span[data-v-
|
|
1112
|
+
.shy-basic-title-show-span[data-v-df3764dc]::before {
|
|
1106
1113
|
content: '';
|
|
1107
1114
|
position: absolute;
|
|
1108
1115
|
width: 2px;
|
|
@@ -1113,17 +1120,17 @@ span.iconify {
|
|
|
1113
1120
|
top: 50%;
|
|
1114
1121
|
transform: translateY(-50%);
|
|
1115
1122
|
}
|
|
1116
|
-
.shy-basic-title-help[data-v-
|
|
1123
|
+
.shy-basic-title-help[data-v-df3764dc] {
|
|
1117
1124
|
margin-left: 10px;
|
|
1118
1125
|
}
|
|
1119
|
-
.shy-basic-title-expand[data-v-
|
|
1126
|
+
.shy-basic-title-expand[data-v-df3764dc] {
|
|
1120
1127
|
cursor: pointer;
|
|
1121
1128
|
font-size: 14px;
|
|
1122
1129
|
display: flex;
|
|
1123
1130
|
align-items: center;
|
|
1124
1131
|
color: var(--primary-5);
|
|
1125
1132
|
}
|
|
1126
|
-
.shy-basic-title-expand-icon[data-v-
|
|
1133
|
+
.shy-basic-title-expand-icon[data-v-df3764dc] {
|
|
1127
1134
|
margin-right: 3px;
|
|
1128
1135
|
}.shy-collapse-container {
|
|
1129
1136
|
background-color: #ffffff;
|
|
@@ -1247,40 +1254,40 @@ span.iconify {
|
|
|
1247
1254
|
.shy-tinymce-container textarea {
|
|
1248
1255
|
z-index: -1;
|
|
1249
1256
|
visibility: hidden;
|
|
1250
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1257
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1251
1258
|
width: 30px;
|
|
1252
1259
|
height: 30px;
|
|
1253
1260
|
font-size: 30px;
|
|
1254
1261
|
cursor: pointer;
|
|
1255
1262
|
display: flex;
|
|
1256
1263
|
}
|
|
1257
|
-
.table-children[data-v-
|
|
1264
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1258
1265
|
margin-bottom: 0 !important;
|
|
1259
1266
|
}
|
|
1260
|
-
.table-children-required[data-v-
|
|
1267
|
+
.table-children-required[data-v-95018c58] {
|
|
1261
1268
|
color: #ff4d4f;
|
|
1262
1269
|
margin-right: 4px;
|
|
1263
1270
|
}
|
|
1264
|
-
.table-children[data-v-
|
|
1271
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1265
1272
|
padding: 8px !important;
|
|
1266
1273
|
}
|
|
1267
|
-
.table-children[data-v-
|
|
1274
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1268
1275
|
display: none;
|
|
1269
1276
|
}
|
|
1270
|
-
.table-children-delete-wrapper[data-v-
|
|
1277
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1271
1278
|
display: flex;
|
|
1272
1279
|
height: 100%;
|
|
1273
1280
|
justify-content: center;
|
|
1274
1281
|
}
|
|
1275
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1282
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1276
1283
|
display: flex;
|
|
1277
1284
|
justify-content: center;
|
|
1278
1285
|
align-items: center;
|
|
1279
1286
|
}
|
|
1280
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1287
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1281
1288
|
display: none;
|
|
1282
1289
|
}
|
|
1283
|
-
.table-children-delete-item[data-v-
|
|
1290
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1284
1291
|
background-color: red;
|
|
1285
1292
|
border-radius: 50%;
|
|
1286
1293
|
width: 30px;
|
|
@@ -1289,7 +1296,7 @@ span.iconify {
|
|
|
1289
1296
|
display: none;
|
|
1290
1297
|
cursor: pointer;
|
|
1291
1298
|
}
|
|
1292
|
-
.table-children-delete-index[data-v-
|
|
1299
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1293
1300
|
user-select: none;
|
|
1294
1301
|
display: inline-block;
|
|
1295
1302
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1623,7 +1630,7 @@ span.iconify {
|
|
|
1623
1630
|
}
|
|
1624
1631
|
.shy-basic-help__wrap p {
|
|
1625
1632
|
margin-bottom: 0;
|
|
1626
|
-
}[data-v-
|
|
1633
|
+
}[data-v-fdc837af]:root {
|
|
1627
1634
|
--primary-1: #dafbe1;
|
|
1628
1635
|
--primary-2: #aceebb;
|
|
1629
1636
|
--primary-3: #6fdd8b;
|
|
@@ -1724,7 +1731,7 @@ span.iconify {
|
|
|
1724
1731
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1725
1732
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1726
1733
|
}
|
|
1727
|
-
.shy-basic-title[data-v-
|
|
1734
|
+
.shy-basic-title[data-v-fdc837af] {
|
|
1728
1735
|
position: relative;
|
|
1729
1736
|
display: flex;
|
|
1730
1737
|
padding-left: 7px;
|
|
@@ -1735,11 +1742,11 @@ span.iconify {
|
|
|
1735
1742
|
cursor: pointer;
|
|
1736
1743
|
user-select: none;
|
|
1737
1744
|
}
|
|
1738
|
-
.shy-basic-title-normal[data-v-
|
|
1745
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
1739
1746
|
font-size: 14px;
|
|
1740
1747
|
font-weight: 500;
|
|
1741
1748
|
}
|
|
1742
|
-
.shy-basic-title-show-span[data-v-
|
|
1749
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
1743
1750
|
position: absolute;
|
|
1744
1751
|
top: 4px;
|
|
1745
1752
|
left: 0;
|
|
@@ -1749,7 +1756,7 @@ span.iconify {
|
|
|
1749
1756
|
background-color: #006eff;
|
|
1750
1757
|
content: '';
|
|
1751
1758
|
}
|
|
1752
|
-
.shy-basic-title-help[data-v-
|
|
1759
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
1753
1760
|
margin-left: 10px;
|
|
1754
1761
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1755
1762
|
padding: 0;
|
|
@@ -2039,7 +2046,7 @@ span.iconify {
|
|
|
2039
2046
|
}
|
|
2040
2047
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2041
2048
|
padding: 6px 16px;
|
|
2042
|
-
}.shy-search[data-v-
|
|
2049
|
+
}.shy-search[data-v-14537c01] {
|
|
2043
2050
|
position: relative;
|
|
2044
2051
|
display: flex;
|
|
2045
2052
|
align-items: center;
|
|
@@ -2143,7 +2150,7 @@ span.iconify {
|
|
|
2143
2150
|
.shy-tree__action {
|
|
2144
2151
|
margin-left: 4px;
|
|
2145
2152
|
visibility: hidden;
|
|
2146
|
-
}.shy-page-footer[data-v-
|
|
2153
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
2147
2154
|
position: fixed;
|
|
2148
2155
|
right: 0;
|
|
2149
2156
|
bottom: 0;
|
|
@@ -2158,7 +2165,7 @@ span.iconify {
|
|
|
2158
2165
|
line-height: 44px;
|
|
2159
2166
|
border-top: 1px solid #E4E7ED;
|
|
2160
2167
|
}
|
|
2161
|
-
.shy-page-footer__left[data-v-
|
|
2168
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
2162
2169
|
flex: 1 1;
|
|
2163
2170
|
}.shy-page-wrapper {
|
|
2164
2171
|
position: relative;
|
|
@@ -2330,7 +2337,7 @@ span.iconify {
|
|
|
2330
2337
|
}
|
|
2331
2338
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2332
2339
|
height: 220px;
|
|
2333
|
-
}.icon-selected[data-v-
|
|
2340
|
+
}.icon-selected[data-v-f74ee46a] {
|
|
2334
2341
|
color: #498bf8;
|
|
2335
2342
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2336
2343
|
margin-bottom: 0;
|
|
@@ -2400,7 +2407,7 @@ span.iconify {
|
|
|
2400
2407
|
}
|
|
2401
2408
|
.shy-basic-table-header__toolbar > * {
|
|
2402
2409
|
margin-right: 8px;
|
|
2403
|
-
}.shy-basic-table-global-search[data-v-
|
|
2410
|
+
}.shy-basic-table-global-search[data-v-90331d26] {
|
|
2404
2411
|
position: absolute;
|
|
2405
2412
|
top: 40px;
|
|
2406
2413
|
right: 131px;
|
|
@@ -2412,7 +2419,7 @@ span.iconify {
|
|
|
2412
2419
|
border: 1px solid #ebebeb;
|
|
2413
2420
|
padding: 10px;
|
|
2414
2421
|
}
|
|
2415
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2422
|
+
.shy-basic-table-global-search-item-global[data-v-90331d26] {
|
|
2416
2423
|
height: 32px;
|
|
2417
2424
|
line-height: 32px;
|
|
2418
2425
|
font-size: 14px;
|
|
@@ -2423,7 +2430,7 @@ span.iconify {
|
|
|
2423
2430
|
align-items: center;
|
|
2424
2431
|
justify-content: space-between;
|
|
2425
2432
|
}
|
|
2426
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2433
|
+
.shy-basic-table-global-search-item-special[data-v-90331d26] {
|
|
2427
2434
|
height: 32px;
|
|
2428
2435
|
line-height: 32px;
|
|
2429
2436
|
font-size: 14px;
|
|
@@ -2434,10 +2441,10 @@ span.iconify {
|
|
|
2434
2441
|
align-items: center;
|
|
2435
2442
|
justify-content: space-between;
|
|
2436
2443
|
}
|
|
2437
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2444
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
|
|
2438
2445
|
padding: 0 8px;
|
|
2439
2446
|
}
|
|
2440
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2447
|
+
.shy-basic-table-global-search .selected-bg[data-v-90331d26] {
|
|
2441
2448
|
background-color: #ebf1ff;
|
|
2442
2449
|
}.shy-basic-table-img .ant-image {
|
|
2443
2450
|
margin-right: 4px;
|
|
@@ -2448,7 +2455,7 @@ span.iconify {
|
|
|
2448
2455
|
}
|
|
2449
2456
|
.shy-basic-table-img .img-div {
|
|
2450
2457
|
display: inline-grid;
|
|
2451
|
-
}.app-iconify[data-v-
|
|
2458
|
+
}.app-iconify[data-v-7d89a0e9] {
|
|
2452
2459
|
vertical-align: middle;
|
|
2453
2460
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2454
2461
|
width: 100% !important;
|
|
@@ -2593,19 +2600,19 @@ span.iconify {
|
|
|
2593
2600
|
}
|
|
2594
2601
|
.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 {
|
|
2595
2602
|
overflow-y: auto !important;
|
|
2596
|
-
}.wrapper[data-v-
|
|
2603
|
+
}.wrapper[data-v-4dc415ac] {
|
|
2597
2604
|
display: flex;
|
|
2598
2605
|
}
|
|
2599
|
-
.tree[data-v-
|
|
2606
|
+
.tree[data-v-4dc415ac] {
|
|
2600
2607
|
flex: none;
|
|
2601
2608
|
}
|
|
2602
|
-
.table-wrapper[data-v-
|
|
2609
|
+
.table-wrapper[data-v-4dc415ac] {
|
|
2603
2610
|
flex: 1 1 0%;
|
|
2604
2611
|
overflow: hidden;
|
|
2605
|
-
}[data-v-
|
|
2612
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
2606
2613
|
padding: 0;
|
|
2607
2614
|
}
|
|
2608
|
-
.btn-wrapper[data-v-
|
|
2615
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
2609
2616
|
padding: 0 5px;
|
|
2610
2617
|
display: flex;
|
|
2611
2618
|
align-items: center;
|
|
@@ -3046,21 +3053,21 @@ span.iconify {
|
|
|
3046
3053
|
padding-top: 8px;
|
|
3047
3054
|
margin-top: 8px;
|
|
3048
3055
|
border-top: 1px solid #E4E7ED;
|
|
3049
|
-
}.shy-cropper-avatar[data-v-
|
|
3056
|
+
}.shy-cropper-avatar[data-v-31315934] {
|
|
3050
3057
|
display: inline-block;
|
|
3051
3058
|
text-align: center;
|
|
3052
3059
|
}
|
|
3053
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
3060
|
+
.shy-cropper-avatar-image-wrapper[data-v-31315934] {
|
|
3054
3061
|
overflow: hidden;
|
|
3055
3062
|
cursor: pointer;
|
|
3056
3063
|
background: #ffffff;
|
|
3057
3064
|
border: 1px solid #E4E7ED;
|
|
3058
3065
|
border-radius: 50%;
|
|
3059
3066
|
}
|
|
3060
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
3067
|
+
.shy-cropper-avatar-image-wrapper img[data-v-31315934] {
|
|
3061
3068
|
width: 100%;
|
|
3062
3069
|
}
|
|
3063
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3070
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] {
|
|
3064
3071
|
position: absolute;
|
|
3065
3072
|
width: inherit;
|
|
3066
3073
|
height: inherit;
|
|
@@ -3071,15 +3078,15 @@ span.iconify {
|
|
|
3071
3078
|
transition: opacity 0.4s;
|
|
3072
3079
|
cursor: pointer;
|
|
3073
3080
|
}
|
|
3074
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3081
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] svg {
|
|
3075
3082
|
margin: auto;
|
|
3076
3083
|
}
|
|
3077
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3084
|
+
.shy-cropper-avatar-image-mask[data-v-31315934]:hover {
|
|
3078
3085
|
opacity: 40;
|
|
3079
3086
|
}
|
|
3080
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
3087
|
+
.shy-cropper-avatar-upload-btn[data-v-31315934] {
|
|
3081
3088
|
margin: 10px auto;
|
|
3082
|
-
}.full-loading[data-v-
|
|
3089
|
+
}.full-loading[data-v-ee545744] {
|
|
3083
3090
|
position: fixed;
|
|
3084
3091
|
top: 0;
|
|
3085
3092
|
left: 0;
|
|
@@ -3091,16 +3098,16 @@ span.iconify {
|
|
|
3091
3098
|
align-items: center;
|
|
3092
3099
|
background-color: rgba(240, 242, 245, 0.4);
|
|
3093
3100
|
}
|
|
3094
|
-
.full-loading.absolute[data-v-
|
|
3101
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
3095
3102
|
position: absolute;
|
|
3096
3103
|
top: 0;
|
|
3097
3104
|
left: 0;
|
|
3098
3105
|
z-index: 300;
|
|
3099
3106
|
}
|
|
3100
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
3107
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
3101
3108
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3102
3109
|
}
|
|
3103
|
-
.full-loading.dark[data-v-
|
|
3110
|
+
.full-loading.dark[data-v-ee545744] {
|
|
3104
3111
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3105
3112
|
}.shy-basic-table-plus-wrapper {
|
|
3106
3113
|
display: flex;
|
|
@@ -8175,19 +8182,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8175
8182
|
}
|
|
8176
8183
|
.shy-basic-container-footer-cancel-right {
|
|
8177
8184
|
flex-direction: row-reverse;
|
|
8178
|
-
}[data-v-
|
|
8185
|
+
}[data-v-2d2eda80] .ant-descriptions-item-content {
|
|
8179
8186
|
padding: 0 !important;
|
|
8180
8187
|
flex: 1;
|
|
8181
8188
|
height: 100%;
|
|
8182
8189
|
}
|
|
8183
|
-
[data-v-
|
|
8190
|
+
[data-v-2d2eda80] .ant-form-item {
|
|
8184
8191
|
margin: 0;
|
|
8185
8192
|
}
|
|
8186
|
-
[data-v-
|
|
8193
|
+
[data-v-2d2eda80] .ant-form-item-explain {
|
|
8187
8194
|
display: none;
|
|
8188
8195
|
}
|
|
8189
|
-
[data-v-
|
|
8190
|
-
--label-width: var(--
|
|
8196
|
+
[data-v-2d2eda80] .ant-descriptions-item-label {
|
|
8197
|
+
--label-width: var(--989efb00);
|
|
8191
8198
|
justify-content: right;
|
|
8192
8199
|
align-items: center;
|
|
8193
8200
|
width: var(--label-width) !important;
|
|
@@ -8196,59 +8203,59 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8196
8203
|
text-overflow: ellipsis;
|
|
8197
8204
|
color: #b1b1b1;
|
|
8198
8205
|
}
|
|
8199
|
-
[data-v-
|
|
8206
|
+
[data-v-2d2eda80] .ant-descriptions-item-label span {
|
|
8200
8207
|
white-space: nowrap;
|
|
8201
8208
|
overflow: hidden;
|
|
8202
8209
|
text-overflow: ellipsis;
|
|
8203
8210
|
}
|
|
8204
|
-
[data-v-
|
|
8211
|
+
[data-v-2d2eda80] .ant-descriptions-view tbody {
|
|
8205
8212
|
display: block;
|
|
8206
8213
|
}
|
|
8207
|
-
[data-v-
|
|
8214
|
+
[data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
|
|
8208
8215
|
display: flex;
|
|
8209
8216
|
width: 100%;
|
|
8210
8217
|
align-items: center;
|
|
8211
8218
|
gap: 0 10px;
|
|
8212
8219
|
}
|
|
8213
|
-
[data-v-
|
|
8220
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
|
|
8214
8221
|
content: '*';
|
|
8215
8222
|
color: red;
|
|
8216
8223
|
}
|
|
8217
|
-
[data-v-
|
|
8224
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8218
8225
|
content: '*';
|
|
8219
8226
|
color: red;
|
|
8220
8227
|
}
|
|
8221
|
-
[data-v-
|
|
8228
|
+
[data-v-2d2eda80] .ant-descriptions-item-label::after {
|
|
8222
8229
|
content: '';
|
|
8223
8230
|
}
|
|
8224
|
-
[data-v-
|
|
8231
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8225
8232
|
content: '';
|
|
8226
8233
|
}
|
|
8227
|
-
[data-v-
|
|
8234
|
+
[data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8228
8235
|
color: #ff4d4f !important;
|
|
8229
8236
|
}
|
|
8230
|
-
[data-v-
|
|
8237
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8231
8238
|
gap: 0;
|
|
8232
8239
|
}
|
|
8233
|
-
[data-v-
|
|
8240
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8234
8241
|
border: unset !important;
|
|
8235
8242
|
}
|
|
8236
|
-
[data-v-
|
|
8243
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
|
|
8237
8244
|
background-color: unset;
|
|
8238
8245
|
border-right: unset;
|
|
8239
8246
|
}
|
|
8240
|
-
[data-v-
|
|
8247
|
+
[data-v-2d2eda80] .ant-descriptions-item {
|
|
8241
8248
|
flex: 1;
|
|
8242
8249
|
}
|
|
8243
|
-
[data-v-
|
|
8250
|
+
[data-v-2d2eda80] .ant-row.ant-form-item {
|
|
8244
8251
|
width: 100%;
|
|
8245
8252
|
height: 100%;
|
|
8246
8253
|
}
|
|
8247
|
-
.descriptions-item-content[data-v-
|
|
8254
|
+
.descriptions-item-content[data-v-2d2eda80] {
|
|
8248
8255
|
padding: 0 8px;
|
|
8249
8256
|
}.shy-basic-resize-wrapper {
|
|
8250
|
-
--design-width: var(--
|
|
8251
|
-
--design-height: var(--
|
|
8257
|
+
--design-width: var(--0aaa544f);
|
|
8258
|
+
--design-height: var(--30d13bbe);
|
|
8252
8259
|
}
|
|
8253
8260
|
.shy-basic-resize-wrapper-view {
|
|
8254
8261
|
position: absolute;
|
|
@@ -8264,40 +8271,40 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8264
8271
|
overflow: auto;
|
|
8265
8272
|
padding: 0 0;
|
|
8266
8273
|
height: 100%;
|
|
8267
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8274
|
+
}.shy-table-edit-icon-plus[data-v-abb4b35a] {
|
|
8268
8275
|
width: 30px;
|
|
8269
8276
|
height: 30px;
|
|
8270
8277
|
font-size: 30px;
|
|
8271
8278
|
cursor: pointer;
|
|
8272
8279
|
display: flex;
|
|
8273
8280
|
}
|
|
8274
|
-
.table-children[data-v-
|
|
8281
|
+
.table-children[data-v-abb4b35a] .ant-form-item {
|
|
8275
8282
|
margin-bottom: 0 !important;
|
|
8276
8283
|
}
|
|
8277
|
-
.table-children-required[data-v-
|
|
8284
|
+
.table-children-required[data-v-abb4b35a] {
|
|
8278
8285
|
color: #ff4d4f;
|
|
8279
8286
|
margin-right: 4px;
|
|
8280
8287
|
}
|
|
8281
|
-
.table-children[data-v-
|
|
8288
|
+
.table-children[data-v-abb4b35a] .ant-table-cell {
|
|
8282
8289
|
padding: 8px !important;
|
|
8283
8290
|
}
|
|
8284
|
-
.table-children[data-v-
|
|
8291
|
+
.table-children[data-v-abb4b35a] .ant-table-cell .ant-form-item-explain {
|
|
8285
8292
|
display: none;
|
|
8286
8293
|
}
|
|
8287
|
-
.table-children-delete-wrapper[data-v-
|
|
8294
|
+
.table-children-delete-wrapper[data-v-abb4b35a] {
|
|
8288
8295
|
display: flex;
|
|
8289
8296
|
height: 100%;
|
|
8290
8297
|
justify-content: center;
|
|
8291
8298
|
}
|
|
8292
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
8299
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-abb4b35a] {
|
|
8293
8300
|
display: flex;
|
|
8294
8301
|
justify-content: center;
|
|
8295
8302
|
align-items: center;
|
|
8296
8303
|
}
|
|
8297
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
8304
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-abb4b35a] {
|
|
8298
8305
|
display: none;
|
|
8299
8306
|
}
|
|
8300
|
-
.table-children-delete-item[data-v-
|
|
8307
|
+
.table-children-delete-item[data-v-abb4b35a] {
|
|
8301
8308
|
background-color: red;
|
|
8302
8309
|
border-radius: 50%;
|
|
8303
8310
|
width: 30px;
|
|
@@ -8306,7 +8313,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8306
8313
|
display: none;
|
|
8307
8314
|
cursor: pointer;
|
|
8308
8315
|
}
|
|
8309
|
-
.table-children-delete-index[data-v-
|
|
8316
|
+
.table-children-delete-index[data-v-abb4b35a] {
|
|
8310
8317
|
user-select: none;
|
|
8311
8318
|
display: inline-block;
|
|
8312
8319
|
}.shy-ant-form {
|
|
@@ -8484,19 +8491,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8484
8491
|
width: 70%;
|
|
8485
8492
|
max-width: 1224px;
|
|
8486
8493
|
}
|
|
8487
|
-
}.wrapper[data-v-
|
|
8494
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
8488
8495
|
display: flex;
|
|
8489
8496
|
}
|
|
8490
|
-
.tree[data-v-
|
|
8497
|
+
.tree[data-v-0ca4fd85] {
|
|
8491
8498
|
flex: none;
|
|
8492
8499
|
}
|
|
8493
|
-
.table-wrapper[data-v-
|
|
8500
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
8494
8501
|
flex: 1 1 0%;
|
|
8495
8502
|
overflow: hidden;
|
|
8496
|
-
}[data-v-
|
|
8503
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
8497
8504
|
padding: 0;
|
|
8498
8505
|
}
|
|
8499
|
-
.btn-wrapper[data-v-
|
|
8506
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
8500
8507
|
padding: 0 5px;
|
|
8501
8508
|
display: flex;
|
|
8502
8509
|
align-items: center;
|
|
@@ -8656,7 +8663,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8656
8663
|
font-size: 20px;
|
|
8657
8664
|
line-height: 24px;
|
|
8658
8665
|
font-weight: 500;
|
|
8659
|
-
}.shy-basic-table-global-search[data-v-
|
|
8666
|
+
}.shy-basic-table-global-search[data-v-b3419d34] {
|
|
8660
8667
|
position: absolute;
|
|
8661
8668
|
top: 80px;
|
|
8662
8669
|
right: 131px;
|
|
@@ -8668,7 +8675,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8668
8675
|
border: 1px solid #ebebeb;
|
|
8669
8676
|
padding: 10px;
|
|
8670
8677
|
}
|
|
8671
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8678
|
+
.shy-basic-table-global-search-item-global[data-v-b3419d34] {
|
|
8672
8679
|
height: 32px;
|
|
8673
8680
|
line-height: 32px;
|
|
8674
8681
|
font-size: 14px;
|
|
@@ -8679,7 +8686,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8679
8686
|
align-items: center;
|
|
8680
8687
|
justify-content: space-between;
|
|
8681
8688
|
}
|
|
8682
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8689
|
+
.shy-basic-table-global-search-item-special[data-v-b3419d34] {
|
|
8683
8690
|
height: 32px;
|
|
8684
8691
|
line-height: 32px;
|
|
8685
8692
|
font-size: 14px;
|
|
@@ -8690,10 +8697,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8690
8697
|
align-items: center;
|
|
8691
8698
|
justify-content: space-between;
|
|
8692
8699
|
}
|
|
8693
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8700
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-b3419d34] {
|
|
8694
8701
|
padding: 0 8px;
|
|
8695
8702
|
}
|
|
8696
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8703
|
+
.shy-basic-table-global-search .selected-bg[data-v-b3419d34] {
|
|
8697
8704
|
background-color: #ebf1ff;
|
|
8698
8705
|
}.shy-basic-table-header-cell__help {
|
|
8699
8706
|
margin-left: 8px;
|
|
@@ -9022,7 +9029,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9022
9029
|
}
|
|
9023
9030
|
.shy-container-footer-cancel-right {
|
|
9024
9031
|
flex-direction: row-reverse;
|
|
9025
|
-
}.process-wrapper[data-v-
|
|
9032
|
+
}.process-wrapper[data-v-6d2645fc] {
|
|
9026
9033
|
width: 288px;
|
|
9027
9034
|
height: 100%;
|
|
9028
9035
|
background: #ffffff;
|
|
@@ -9031,7 +9038,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9031
9038
|
padding-top: 8px;
|
|
9032
9039
|
padding-left: 12px;
|
|
9033
9040
|
}
|
|
9034
|
-
.process-header[data-v-
|
|
9041
|
+
.process-header[data-v-6d2645fc] {
|
|
9035
9042
|
line-height: 32px;
|
|
9036
9043
|
font-family: PingFangSC, PingFang SC;
|
|
9037
9044
|
font-weight: 500;
|
|
@@ -9041,14 +9048,14 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9041
9048
|
text-align: left;
|
|
9042
9049
|
font-style: normal;
|
|
9043
9050
|
}
|
|
9044
|
-
.process-body[data-v-
|
|
9051
|
+
.process-body[data-v-6d2645fc] {
|
|
9045
9052
|
padding-top: 10px;
|
|
9046
9053
|
}
|
|
9047
|
-
.process-time[data-v-
|
|
9054
|
+
.process-time[data-v-6d2645fc] {
|
|
9048
9055
|
font-size: 12px;
|
|
9049
9056
|
color: #b6bdd2;
|
|
9050
9057
|
}
|
|
9051
|
-
.process-item[data-v-
|
|
9058
|
+
.process-item[data-v-6d2645fc] {
|
|
9052
9059
|
font-family: PingFangSC, PingFang SC;
|
|
9053
9060
|
font-weight: 400;
|
|
9054
9061
|
font-size: 12px;
|
|
@@ -9056,4 +9063,5 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9056
9063
|
line-height: 16px;
|
|
9057
9064
|
text-align: left;
|
|
9058
9065
|
font-style: normal;
|
|
9066
|
+
padding: 5px 0;
|
|
9059
9067
|
}
|