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