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