3h1-ui 3.0.0-next.61 → 3.0.0-next.63
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 +101 -117
- package/es/style.css +123 -127
- package/lib/index.js +101 -117
- package/lib/style.css +9107 -0
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -1016,14 +1016,14 @@ input:focus.ant-input {
|
|
|
1016
1016
|
.ant-btn-dashed.ant-btn-dashed:hover, .ant-btn-dashed.ant-btn-dashed:active, .ant-btn-dashed.ant-btn-dashed:focus {
|
|
1017
1017
|
color: var(--gray-0);
|
|
1018
1018
|
background-color: var(--primary-5);
|
|
1019
|
-
}.shy-strength-meter-bar[data-v-
|
|
1019
|
+
}.shy-strength-meter-bar[data-v-678d40fd] {
|
|
1020
1020
|
position: relative;
|
|
1021
1021
|
margin: 10px auto 6px;
|
|
1022
1022
|
height: 6px;
|
|
1023
1023
|
background-color: rgba(0, 0, 0, 0.25);
|
|
1024
1024
|
border-radius: 6px;
|
|
1025
1025
|
}
|
|
1026
|
-
.shy-strength-meter-bar[data-v-
|
|
1026
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
1027
1027
|
position: absolute;
|
|
1028
1028
|
z-index: 10;
|
|
1029
1029
|
display: block;
|
|
@@ -1035,13 +1035,13 @@ input:focus.ant-input {
|
|
|
1035
1035
|
border-color: #fff;
|
|
1036
1036
|
content: '';
|
|
1037
1037
|
}
|
|
1038
|
-
.shy-strength-meter-bar[data-v-
|
|
1038
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before {
|
|
1039
1039
|
left: 20%;
|
|
1040
1040
|
}
|
|
1041
|
-
.shy-strength-meter-bar[data-v-
|
|
1041
|
+
.shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
1042
1042
|
right: 20%;
|
|
1043
1043
|
}
|
|
1044
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
1044
|
+
.shy-strength-meter-bar--fill[data-v-678d40fd] {
|
|
1045
1045
|
position: absolute;
|
|
1046
1046
|
width: 0;
|
|
1047
1047
|
height: inherit;
|
|
@@ -1049,32 +1049,32 @@ input:focus.ant-input {
|
|
|
1049
1049
|
border-radius: inherit;
|
|
1050
1050
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
1051
1051
|
}
|
|
1052
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
1052
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
|
|
1053
1053
|
width: 20%;
|
|
1054
1054
|
background-color: #e74242;
|
|
1055
1055
|
}
|
|
1056
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
1056
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
|
|
1057
1057
|
width: 40%;
|
|
1058
1058
|
background-color: #ED6F6F;
|
|
1059
1059
|
}
|
|
1060
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
1060
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
|
|
1061
1061
|
width: 60%;
|
|
1062
1062
|
background-color: #EFBD47;
|
|
1063
1063
|
}
|
|
1064
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
1064
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
|
|
1065
1065
|
width: 80%;
|
|
1066
1066
|
background-color: rgba(85, 209, 135, 0.5);
|
|
1067
1067
|
}
|
|
1068
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
1068
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
|
|
1069
1069
|
width: 100%;
|
|
1070
1070
|
background-color: #55D187;
|
|
1071
|
-
}.shy-svg-icon[data-v-
|
|
1071
|
+
}.shy-svg-icon[data-v-905fa4a6] {
|
|
1072
1072
|
display: inline-block;
|
|
1073
1073
|
overflow: hidden;
|
|
1074
1074
|
vertical-align: -0.15em;
|
|
1075
1075
|
fill: currentcolor;
|
|
1076
1076
|
}
|
|
1077
|
-
.svg-icon-spin[data-v-
|
|
1077
|
+
.svg-icon-spin[data-v-905fa4a6] {
|
|
1078
1078
|
animation: loadingCircle 1s infinite linear;
|
|
1079
1079
|
}.app-iconify {
|
|
1080
1080
|
display: inline-block;
|
|
@@ -1088,29 +1088,29 @@ span.iconify {
|
|
|
1088
1088
|
min-height: 1em;
|
|
1089
1089
|
background-color: #5551;
|
|
1090
1090
|
border-radius: 100%;
|
|
1091
|
-
}.shy-basic-arrow[data-v-
|
|
1091
|
+
}.shy-basic-arrow[data-v-fea26917] {
|
|
1092
1092
|
display: inline-block;
|
|
1093
1093
|
cursor: pointer;
|
|
1094
1094
|
transform: rotate(0deg);
|
|
1095
1095
|
transition: all 0.3s ease 0.1s;
|
|
1096
1096
|
transform-origin: center center;
|
|
1097
1097
|
}
|
|
1098
|
-
.shy-basic-arrow--active[data-v-
|
|
1098
|
+
.shy-basic-arrow--active[data-v-fea26917] {
|
|
1099
1099
|
transform: rotate(90deg);
|
|
1100
1100
|
}
|
|
1101
|
-
.shy-basic-arrow.inset[data-v-
|
|
1101
|
+
.shy-basic-arrow.inset[data-v-fea26917] {
|
|
1102
1102
|
line-height: 0px;
|
|
1103
1103
|
}
|
|
1104
|
-
.shy-basic-arrow.up[data-v-
|
|
1104
|
+
.shy-basic-arrow.up[data-v-fea26917] {
|
|
1105
1105
|
transform: rotate(-90deg);
|
|
1106
1106
|
}
|
|
1107
|
-
.shy-basic-arrow.down[data-v-
|
|
1107
|
+
.shy-basic-arrow.down[data-v-fea26917] {
|
|
1108
1108
|
transform: rotate(90deg);
|
|
1109
1109
|
}
|
|
1110
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1110
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
|
|
1111
1111
|
transform: rotate(90deg);
|
|
1112
1112
|
}
|
|
1113
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1113
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
|
|
1114
1114
|
transform: rotate(-90deg);
|
|
1115
1115
|
}.shy-basic-help {
|
|
1116
1116
|
display: inline-block;
|
|
@@ -1124,7 +1124,7 @@ span.iconify {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
.shy-basic-help__wrap p {
|
|
1126
1126
|
margin-bottom: 0;
|
|
1127
|
-
}.shy-basic-title[data-v-
|
|
1127
|
+
}.shy-basic-title[data-v-b0cf71c3] {
|
|
1128
1128
|
position: relative;
|
|
1129
1129
|
display: flex;
|
|
1130
1130
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1137,12 +1137,12 @@ span.iconify {
|
|
|
1137
1137
|
justify-content: space-between;
|
|
1138
1138
|
align-items: center;
|
|
1139
1139
|
}
|
|
1140
|
-
.shy-basic-title-label[data-v-
|
|
1140
|
+
.shy-basic-title-label[data-v-b0cf71c3] {
|
|
1141
1141
|
display: flex;
|
|
1142
1142
|
gap: 8px;
|
|
1143
1143
|
align-items: center;
|
|
1144
1144
|
}
|
|
1145
|
-
.shy-basic-title-show-span[data-v-
|
|
1145
|
+
.shy-basic-title-show-span[data-v-b0cf71c3]::before {
|
|
1146
1146
|
content: '';
|
|
1147
1147
|
position: absolute;
|
|
1148
1148
|
width: 2px;
|
|
@@ -1153,18 +1153,12 @@ span.iconify {
|
|
|
1153
1153
|
top: 50%;
|
|
1154
1154
|
transform: translateY(-50%);
|
|
1155
1155
|
}
|
|
1156
|
-
.shy-basic-title-help[data-v-
|
|
1156
|
+
.shy-basic-title-help[data-v-b0cf71c3] {
|
|
1157
1157
|
margin-left: 10px;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
cursor: pointer;
|
|
1161
|
-
font-size: 14px;
|
|
1162
|
-
display: flex;
|
|
1163
|
-
align-items: center;
|
|
1158
|
+
}.shy-collapse-container-arrow {
|
|
1159
|
+
font-size: 14px !important;
|
|
1164
1160
|
color: var(--primary-5);
|
|
1165
|
-
|
|
1166
|
-
.shy-basic-title-expand-icon[data-v-6f1a89f9] {
|
|
1167
|
-
margin-right: 3px;
|
|
1161
|
+
cursor: pointer;
|
|
1168
1162
|
}.shy-collapse-container {
|
|
1169
1163
|
background-color: #ffffff;
|
|
1170
1164
|
border-radius: 2px;
|
|
@@ -1175,7 +1169,9 @@ span.iconify {
|
|
|
1175
1169
|
justify-content: space-between;
|
|
1176
1170
|
align-items: center;
|
|
1177
1171
|
height: 32px;
|
|
1178
|
-
|
|
1172
|
+
}
|
|
1173
|
+
.shy-collapse-container__header-action {
|
|
1174
|
+
background: var(--gray-1);
|
|
1179
1175
|
}
|
|
1180
1176
|
.shy-collapse-container__footer {
|
|
1181
1177
|
border-top: 1px solid #E4E7ED;
|
|
@@ -1287,40 +1283,40 @@ span.iconify {
|
|
|
1287
1283
|
.shy-tinymce-container textarea {
|
|
1288
1284
|
z-index: -1;
|
|
1289
1285
|
visibility: hidden;
|
|
1290
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1286
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1291
1287
|
width: 30px;
|
|
1292
1288
|
height: 30px;
|
|
1293
1289
|
font-size: 30px;
|
|
1294
1290
|
cursor: pointer;
|
|
1295
1291
|
display: flex;
|
|
1296
1292
|
}
|
|
1297
|
-
.table-children[data-v-
|
|
1293
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1298
1294
|
margin-bottom: 0 !important;
|
|
1299
1295
|
}
|
|
1300
|
-
.table-children-required[data-v-
|
|
1296
|
+
.table-children-required[data-v-95018c58] {
|
|
1301
1297
|
color: #ff4d4f;
|
|
1302
1298
|
margin-right: 4px;
|
|
1303
1299
|
}
|
|
1304
|
-
.table-children[data-v-
|
|
1300
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1305
1301
|
padding: 8px !important;
|
|
1306
1302
|
}
|
|
1307
|
-
.table-children[data-v-
|
|
1303
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1308
1304
|
display: none;
|
|
1309
1305
|
}
|
|
1310
|
-
.table-children-delete-wrapper[data-v-
|
|
1306
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1311
1307
|
display: flex;
|
|
1312
1308
|
height: 100%;
|
|
1313
1309
|
justify-content: center;
|
|
1314
1310
|
}
|
|
1315
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1311
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1316
1312
|
display: flex;
|
|
1317
1313
|
justify-content: center;
|
|
1318
1314
|
align-items: center;
|
|
1319
1315
|
}
|
|
1320
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1316
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1321
1317
|
display: none;
|
|
1322
1318
|
}
|
|
1323
|
-
.table-children-delete-item[data-v-
|
|
1319
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1324
1320
|
background-color: red;
|
|
1325
1321
|
border-radius: 50%;
|
|
1326
1322
|
width: 30px;
|
|
@@ -1329,7 +1325,7 @@ span.iconify {
|
|
|
1329
1325
|
display: none;
|
|
1330
1326
|
cursor: pointer;
|
|
1331
1327
|
}
|
|
1332
|
-
.table-children-delete-index[data-v-
|
|
1328
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1333
1329
|
user-select: none;
|
|
1334
1330
|
display: inline-block;
|
|
1335
1331
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1664,7 +1660,7 @@ span.iconify {
|
|
|
1664
1660
|
}
|
|
1665
1661
|
.shy-basic-help__wrap p {
|
|
1666
1662
|
margin-bottom: 0;
|
|
1667
|
-
}[data-v-
|
|
1663
|
+
}[data-v-fdc837af]:root {
|
|
1668
1664
|
--primary-1: #dafbe1;
|
|
1669
1665
|
--primary-2: #aceebb;
|
|
1670
1666
|
--primary-3: #6fdd8b;
|
|
@@ -1765,7 +1761,7 @@ span.iconify {
|
|
|
1765
1761
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1766
1762
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1767
1763
|
}
|
|
1768
|
-
.shy-basic-title[data-v-
|
|
1764
|
+
.shy-basic-title[data-v-fdc837af] {
|
|
1769
1765
|
position: relative;
|
|
1770
1766
|
display: flex;
|
|
1771
1767
|
padding-left: 7px;
|
|
@@ -1776,11 +1772,11 @@ span.iconify {
|
|
|
1776
1772
|
cursor: pointer;
|
|
1777
1773
|
user-select: none;
|
|
1778
1774
|
}
|
|
1779
|
-
.shy-basic-title-normal[data-v-
|
|
1775
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
1780
1776
|
font-size: 14px;
|
|
1781
1777
|
font-weight: 500;
|
|
1782
1778
|
}
|
|
1783
|
-
.shy-basic-title-show-span[data-v-
|
|
1779
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
1784
1780
|
position: absolute;
|
|
1785
1781
|
top: 4px;
|
|
1786
1782
|
left: 0;
|
|
@@ -1790,7 +1786,7 @@ span.iconify {
|
|
|
1790
1786
|
background-color: #006eff;
|
|
1791
1787
|
content: '';
|
|
1792
1788
|
}
|
|
1793
|
-
.shy-basic-title-help[data-v-
|
|
1789
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
1794
1790
|
margin-left: 10px;
|
|
1795
1791
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1796
1792
|
padding: 0;
|
|
@@ -2081,7 +2077,7 @@ span.iconify {
|
|
|
2081
2077
|
}
|
|
2082
2078
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2083
2079
|
padding: 6px 16px;
|
|
2084
|
-
}.shy-search[data-v-
|
|
2080
|
+
}.shy-search[data-v-743e62ba] {
|
|
2085
2081
|
position: relative;
|
|
2086
2082
|
display: flex;
|
|
2087
2083
|
align-items: center;
|
|
@@ -2185,7 +2181,7 @@ span.iconify {
|
|
|
2185
2181
|
.shy-tree__action {
|
|
2186
2182
|
margin-left: 4px;
|
|
2187
2183
|
visibility: hidden;
|
|
2188
|
-
}.shy-page-footer[data-v-
|
|
2184
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
2189
2185
|
position: fixed;
|
|
2190
2186
|
right: 0;
|
|
2191
2187
|
bottom: 0;
|
|
@@ -2200,7 +2196,7 @@ span.iconify {
|
|
|
2200
2196
|
line-height: 44px;
|
|
2201
2197
|
border-top: 1px solid #E4E7ED;
|
|
2202
2198
|
}
|
|
2203
|
-
.shy-page-footer__left[data-v-
|
|
2199
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
2204
2200
|
flex: 1 1;
|
|
2205
2201
|
}.shy-page-wrapper {
|
|
2206
2202
|
position: relative;
|
|
@@ -2372,7 +2368,7 @@ span.iconify {
|
|
|
2372
2368
|
}
|
|
2373
2369
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2374
2370
|
height: 220px;
|
|
2375
|
-
}.icon-selected[data-v-
|
|
2371
|
+
}.icon-selected[data-v-f74ee46a] {
|
|
2376
2372
|
color: #498bf8;
|
|
2377
2373
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2378
2374
|
margin-bottom: 0;
|
|
@@ -2442,7 +2438,7 @@ span.iconify {
|
|
|
2442
2438
|
}
|
|
2443
2439
|
.shy-basic-table-header__toolbar > * {
|
|
2444
2440
|
margin-right: 8px;
|
|
2445
|
-
}.shy-basic-table-global-search[data-v-
|
|
2441
|
+
}.shy-basic-table-global-search[data-v-90331d26] {
|
|
2446
2442
|
position: absolute;
|
|
2447
2443
|
top: 40px;
|
|
2448
2444
|
right: 131px;
|
|
@@ -2454,7 +2450,7 @@ span.iconify {
|
|
|
2454
2450
|
border: 1px solid #ebebeb;
|
|
2455
2451
|
padding: 10px;
|
|
2456
2452
|
}
|
|
2457
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2453
|
+
.shy-basic-table-global-search-item-global[data-v-90331d26] {
|
|
2458
2454
|
height: 32px;
|
|
2459
2455
|
line-height: 32px;
|
|
2460
2456
|
font-size: 14px;
|
|
@@ -2465,7 +2461,7 @@ span.iconify {
|
|
|
2465
2461
|
align-items: center;
|
|
2466
2462
|
justify-content: space-between;
|
|
2467
2463
|
}
|
|
2468
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2464
|
+
.shy-basic-table-global-search-item-special[data-v-90331d26] {
|
|
2469
2465
|
height: 32px;
|
|
2470
2466
|
line-height: 32px;
|
|
2471
2467
|
font-size: 14px;
|
|
@@ -2476,10 +2472,10 @@ span.iconify {
|
|
|
2476
2472
|
align-items: center;
|
|
2477
2473
|
justify-content: space-between;
|
|
2478
2474
|
}
|
|
2479
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2475
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
|
|
2480
2476
|
padding: 0 8px;
|
|
2481
2477
|
}
|
|
2482
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2478
|
+
.shy-basic-table-global-search .selected-bg[data-v-90331d26] {
|
|
2483
2479
|
background-color: #ebf1ff;
|
|
2484
2480
|
}.shy-basic-table-img .ant-image {
|
|
2485
2481
|
margin-right: 4px;
|
|
@@ -2490,7 +2486,7 @@ span.iconify {
|
|
|
2490
2486
|
}
|
|
2491
2487
|
.shy-basic-table-img .img-div {
|
|
2492
2488
|
display: inline-grid;
|
|
2493
|
-
}.app-iconify[data-v-
|
|
2489
|
+
}.app-iconify[data-v-7d89a0e9] {
|
|
2494
2490
|
vertical-align: middle;
|
|
2495
2491
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2496
2492
|
width: 100% !important;
|
|
@@ -2635,19 +2631,19 @@ span.iconify {
|
|
|
2635
2631
|
}
|
|
2636
2632
|
.hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
|
|
2637
2633
|
overflow-y: auto !important;
|
|
2638
|
-
}.wrapper[data-v-
|
|
2634
|
+
}.wrapper[data-v-4dc415ac] {
|
|
2639
2635
|
display: flex;
|
|
2640
2636
|
}
|
|
2641
|
-
.tree[data-v-
|
|
2637
|
+
.tree[data-v-4dc415ac] {
|
|
2642
2638
|
flex: none;
|
|
2643
2639
|
}
|
|
2644
|
-
.table-wrapper[data-v-
|
|
2640
|
+
.table-wrapper[data-v-4dc415ac] {
|
|
2645
2641
|
flex: 1 1 0%;
|
|
2646
2642
|
overflow: hidden;
|
|
2647
|
-
}[data-v-
|
|
2643
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
2648
2644
|
padding: 0;
|
|
2649
2645
|
}
|
|
2650
|
-
.btn-wrapper[data-v-
|
|
2646
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
2651
2647
|
padding: 0 5px;
|
|
2652
2648
|
display: flex;
|
|
2653
2649
|
align-items: center;
|
|
@@ -3088,21 +3084,21 @@ span.iconify {
|
|
|
3088
3084
|
padding-top: 8px;
|
|
3089
3085
|
margin-top: 8px;
|
|
3090
3086
|
border-top: 1px solid #E4E7ED;
|
|
3091
|
-
}.shy-cropper-avatar[data-v-
|
|
3087
|
+
}.shy-cropper-avatar[data-v-31315934] {
|
|
3092
3088
|
display: inline-block;
|
|
3093
3089
|
text-align: center;
|
|
3094
3090
|
}
|
|
3095
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
3091
|
+
.shy-cropper-avatar-image-wrapper[data-v-31315934] {
|
|
3096
3092
|
overflow: hidden;
|
|
3097
3093
|
cursor: pointer;
|
|
3098
3094
|
background: #ffffff;
|
|
3099
3095
|
border: 1px solid #E4E7ED;
|
|
3100
3096
|
border-radius: 50%;
|
|
3101
3097
|
}
|
|
3102
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
3098
|
+
.shy-cropper-avatar-image-wrapper img[data-v-31315934] {
|
|
3103
3099
|
width: 100%;
|
|
3104
3100
|
}
|
|
3105
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3101
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] {
|
|
3106
3102
|
position: absolute;
|
|
3107
3103
|
width: inherit;
|
|
3108
3104
|
height: inherit;
|
|
@@ -3113,15 +3109,15 @@ span.iconify {
|
|
|
3113
3109
|
transition: opacity 0.4s;
|
|
3114
3110
|
cursor: pointer;
|
|
3115
3111
|
}
|
|
3116
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3112
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] svg {
|
|
3117
3113
|
margin: auto;
|
|
3118
3114
|
}
|
|
3119
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3115
|
+
.shy-cropper-avatar-image-mask[data-v-31315934]:hover {
|
|
3120
3116
|
opacity: 40;
|
|
3121
3117
|
}
|
|
3122
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
3118
|
+
.shy-cropper-avatar-upload-btn[data-v-31315934] {
|
|
3123
3119
|
margin: 10px auto;
|
|
3124
|
-
}.full-loading[data-v-
|
|
3120
|
+
}.full-loading[data-v-ee545744] {
|
|
3125
3121
|
position: fixed;
|
|
3126
3122
|
top: 0;
|
|
3127
3123
|
left: 0;
|
|
@@ -3133,16 +3129,16 @@ span.iconify {
|
|
|
3133
3129
|
align-items: center;
|
|
3134
3130
|
background-color: rgba(240, 242, 245, 0.4);
|
|
3135
3131
|
}
|
|
3136
|
-
.full-loading.absolute[data-v-
|
|
3132
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
3137
3133
|
position: absolute;
|
|
3138
3134
|
top: 0;
|
|
3139
3135
|
left: 0;
|
|
3140
3136
|
z-index: 300;
|
|
3141
3137
|
}
|
|
3142
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
3138
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
3143
3139
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3144
3140
|
}
|
|
3145
|
-
.full-loading.dark[data-v-
|
|
3141
|
+
.full-loading.dark[data-v-ee545744] {
|
|
3146
3142
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3147
3143
|
}.shy-basic-table-plus-wrapper {
|
|
3148
3144
|
display: flex;
|
|
@@ -8217,19 +8213,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8217
8213
|
}
|
|
8218
8214
|
.shy-basic-container-footer-cancel-right {
|
|
8219
8215
|
flex-direction: row-reverse;
|
|
8220
|
-
}[data-v-
|
|
8216
|
+
}[data-v-2d2eda80] .ant-descriptions-item-content {
|
|
8221
8217
|
padding: 0 !important;
|
|
8222
8218
|
flex: 1;
|
|
8223
8219
|
height: 100%;
|
|
8224
8220
|
}
|
|
8225
|
-
[data-v-
|
|
8221
|
+
[data-v-2d2eda80] .ant-form-item {
|
|
8226
8222
|
margin: 0;
|
|
8227
8223
|
}
|
|
8228
|
-
[data-v-
|
|
8224
|
+
[data-v-2d2eda80] .ant-form-item-explain {
|
|
8229
8225
|
display: none;
|
|
8230
8226
|
}
|
|
8231
|
-
[data-v-
|
|
8232
|
-
--label-width: var(--
|
|
8227
|
+
[data-v-2d2eda80] .ant-descriptions-item-label {
|
|
8228
|
+
--label-width: var(--989efb00);
|
|
8233
8229
|
justify-content: right;
|
|
8234
8230
|
align-items: center;
|
|
8235
8231
|
width: var(--label-width) !important;
|
|
@@ -8238,59 +8234,59 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8238
8234
|
text-overflow: ellipsis;
|
|
8239
8235
|
color: #b1b1b1;
|
|
8240
8236
|
}
|
|
8241
|
-
[data-v-
|
|
8237
|
+
[data-v-2d2eda80] .ant-descriptions-item-label span {
|
|
8242
8238
|
white-space: nowrap;
|
|
8243
8239
|
overflow: hidden;
|
|
8244
8240
|
text-overflow: ellipsis;
|
|
8245
8241
|
}
|
|
8246
|
-
[data-v-
|
|
8242
|
+
[data-v-2d2eda80] .ant-descriptions-view tbody {
|
|
8247
8243
|
display: block;
|
|
8248
8244
|
}
|
|
8249
|
-
[data-v-
|
|
8245
|
+
[data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
|
|
8250
8246
|
display: flex;
|
|
8251
8247
|
width: 100%;
|
|
8252
8248
|
align-items: center;
|
|
8253
8249
|
gap: 0 10px;
|
|
8254
8250
|
}
|
|
8255
|
-
[data-v-
|
|
8251
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
|
|
8256
8252
|
content: '*';
|
|
8257
8253
|
color: red;
|
|
8258
8254
|
}
|
|
8259
|
-
[data-v-
|
|
8255
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8260
8256
|
content: '*';
|
|
8261
8257
|
color: red;
|
|
8262
8258
|
}
|
|
8263
|
-
[data-v-
|
|
8259
|
+
[data-v-2d2eda80] .ant-descriptions-item-label::after {
|
|
8264
8260
|
content: '';
|
|
8265
8261
|
}
|
|
8266
|
-
[data-v-
|
|
8262
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8267
8263
|
content: '';
|
|
8268
8264
|
}
|
|
8269
|
-
[data-v-
|
|
8265
|
+
[data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8270
8266
|
color: #ff4d4f !important;
|
|
8271
8267
|
}
|
|
8272
|
-
[data-v-
|
|
8268
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8273
8269
|
gap: 0;
|
|
8274
8270
|
}
|
|
8275
|
-
[data-v-
|
|
8271
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8276
8272
|
border: unset !important;
|
|
8277
8273
|
}
|
|
8278
|
-
[data-v-
|
|
8274
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
|
|
8279
8275
|
background-color: unset;
|
|
8280
8276
|
border-right: unset;
|
|
8281
8277
|
}
|
|
8282
|
-
[data-v-
|
|
8278
|
+
[data-v-2d2eda80] .ant-descriptions-item {
|
|
8283
8279
|
flex: 1;
|
|
8284
8280
|
}
|
|
8285
|
-
[data-v-
|
|
8281
|
+
[data-v-2d2eda80] .ant-row.ant-form-item {
|
|
8286
8282
|
width: 100%;
|
|
8287
8283
|
height: 100%;
|
|
8288
8284
|
}
|
|
8289
|
-
.descriptions-item-content[data-v-
|
|
8285
|
+
.descriptions-item-content[data-v-2d2eda80] {
|
|
8290
8286
|
padding: 0 8px;
|
|
8291
8287
|
}.shy-basic-resize-wrapper {
|
|
8292
|
-
--design-width: var(--
|
|
8293
|
-
--design-height: var(--
|
|
8288
|
+
--design-width: var(--0aaa544f);
|
|
8289
|
+
--design-height: var(--30d13bbe);
|
|
8294
8290
|
}
|
|
8295
8291
|
.shy-basic-resize-wrapper-view {
|
|
8296
8292
|
position: absolute;
|
|
@@ -8306,30 +8302,30 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8306
8302
|
overflow: auto;
|
|
8307
8303
|
padding: 0 0;
|
|
8308
8304
|
height: 100%;
|
|
8309
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8305
|
+
}.shy-table-edit-icon-plus[data-v-221ba907] {
|
|
8310
8306
|
width: 30px;
|
|
8311
8307
|
height: 30px;
|
|
8312
8308
|
font-size: 30px;
|
|
8313
8309
|
cursor: pointer;
|
|
8314
8310
|
display: flex;
|
|
8315
8311
|
}
|
|
8316
|
-
.table-children[data-v-
|
|
8312
|
+
.table-children[data-v-221ba907] .ant-form-item {
|
|
8317
8313
|
margin-bottom: 0 !important;
|
|
8318
8314
|
}
|
|
8319
|
-
.table-children[data-v-
|
|
8315
|
+
.table-children[data-v-221ba907] {
|
|
8320
8316
|
width: 100%;
|
|
8321
8317
|
}
|
|
8322
|
-
.table-children-required[data-v-
|
|
8318
|
+
.table-children-required[data-v-221ba907] {
|
|
8323
8319
|
color: #ff4d4f;
|
|
8324
8320
|
margin-right: 4px;
|
|
8325
8321
|
}
|
|
8326
|
-
.table-children[data-v-
|
|
8322
|
+
.table-children[data-v-221ba907] .ant-table-cell {
|
|
8327
8323
|
padding: 8px !important;
|
|
8328
8324
|
}
|
|
8329
|
-
.table-children[data-v-
|
|
8325
|
+
.table-children[data-v-221ba907] .ant-table-cell .ant-form-item-explain {
|
|
8330
8326
|
display: none;
|
|
8331
8327
|
}
|
|
8332
|
-
.table-children-add-btn[data-v-
|
|
8328
|
+
.table-children-add-btn[data-v-221ba907] {
|
|
8333
8329
|
display: flex;
|
|
8334
8330
|
align-items: center;
|
|
8335
8331
|
padding-inline: 8px;
|
|
@@ -8339,7 +8335,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8339
8335
|
border-bottom-left-radius: 4px;
|
|
8340
8336
|
border-bottom-right-radius: 4px;
|
|
8341
8337
|
}
|
|
8342
|
-
.table-children-add-btn[data-v-
|
|
8338
|
+
.table-children-add-btn[data-v-221ba907] .ant-btn {
|
|
8343
8339
|
width: 100%;
|
|
8344
8340
|
}.shy-ant-form {
|
|
8345
8341
|
display: flex;
|
|
@@ -8524,19 +8520,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8524
8520
|
min-width: var(--min-width--large);
|
|
8525
8521
|
max-width: var(--max-width-large);
|
|
8526
8522
|
}
|
|
8527
|
-
}.wrapper[data-v-
|
|
8523
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
8528
8524
|
display: flex;
|
|
8529
8525
|
}
|
|
8530
|
-
.tree[data-v-
|
|
8526
|
+
.tree[data-v-0ca4fd85] {
|
|
8531
8527
|
flex: none;
|
|
8532
8528
|
}
|
|
8533
|
-
.table-wrapper[data-v-
|
|
8529
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
8534
8530
|
flex: 1 1 0%;
|
|
8535
8531
|
overflow: hidden;
|
|
8536
|
-
}[data-v-
|
|
8532
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
8537
8533
|
padding: 0;
|
|
8538
8534
|
}
|
|
8539
|
-
.btn-wrapper[data-v-
|
|
8535
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
8540
8536
|
padding: 0 5px;
|
|
8541
8537
|
display: flex;
|
|
8542
8538
|
align-items: center;
|
|
@@ -8696,7 +8692,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8696
8692
|
font-size: 20px;
|
|
8697
8693
|
line-height: 24px;
|
|
8698
8694
|
font-weight: 500;
|
|
8699
|
-
}.shy-basic-table-global-search[data-v-
|
|
8695
|
+
}.shy-basic-table-global-search[data-v-b3419d34] {
|
|
8700
8696
|
position: absolute;
|
|
8701
8697
|
top: 80px;
|
|
8702
8698
|
right: 131px;
|
|
@@ -8708,7 +8704,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8708
8704
|
border: 1px solid #ebebeb;
|
|
8709
8705
|
padding: 10px;
|
|
8710
8706
|
}
|
|
8711
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8707
|
+
.shy-basic-table-global-search-item-global[data-v-b3419d34] {
|
|
8712
8708
|
height: 32px;
|
|
8713
8709
|
line-height: 32px;
|
|
8714
8710
|
font-size: 14px;
|
|
@@ -8719,7 +8715,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8719
8715
|
align-items: center;
|
|
8720
8716
|
justify-content: space-between;
|
|
8721
8717
|
}
|
|
8722
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8718
|
+
.shy-basic-table-global-search-item-special[data-v-b3419d34] {
|
|
8723
8719
|
height: 32px;
|
|
8724
8720
|
line-height: 32px;
|
|
8725
8721
|
font-size: 14px;
|
|
@@ -8730,10 +8726,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8730
8726
|
align-items: center;
|
|
8731
8727
|
justify-content: space-between;
|
|
8732
8728
|
}
|
|
8733
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8729
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-b3419d34] {
|
|
8734
8730
|
padding: 0 8px;
|
|
8735
8731
|
}
|
|
8736
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8732
|
+
.shy-basic-table-global-search .selected-bg[data-v-b3419d34] {
|
|
8737
8733
|
background-color: #ebf1ff;
|
|
8738
8734
|
}.shy-basic-table-header-cell__help {
|
|
8739
8735
|
margin-left: 8px;
|
|
@@ -9020,7 +9016,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9020
9016
|
}
|
|
9021
9017
|
.shy-container-footer-cancel-right {
|
|
9022
9018
|
flex-direction: row-reverse;
|
|
9023
|
-
}.process-wrapper[data-v-
|
|
9019
|
+
}.process-wrapper[data-v-0cf797c8] {
|
|
9024
9020
|
position: relative;
|
|
9025
9021
|
display: flex;
|
|
9026
9022
|
flex-direction: column;
|
|
@@ -9036,39 +9032,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9036
9032
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
9037
9033
|
z-index: 100;
|
|
9038
9034
|
}
|
|
9039
|
-
.process-wrapper .process-header[data-v-
|
|
9035
|
+
.process-wrapper .process-header[data-v-0cf797c8] {
|
|
9040
9036
|
font-family: PingFangSC, PingFang SC;
|
|
9041
9037
|
font-weight: 500;
|
|
9042
9038
|
color: #1b1f24;
|
|
9043
9039
|
text-align: left;
|
|
9044
9040
|
font-style: normal;
|
|
9045
9041
|
}
|
|
9046
|
-
.process-wrapper .process-body[data-v-
|
|
9042
|
+
.process-wrapper .process-body[data-v-0cf797c8] {
|
|
9047
9043
|
padding-top: 4px;
|
|
9048
9044
|
padding-left: 10px;
|
|
9049
9045
|
overflow-y: auto;
|
|
9050
9046
|
}
|
|
9051
|
-
.process-wrapper .process-body[data-v-
|
|
9047
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar {
|
|
9052
9048
|
position: absolute;
|
|
9053
9049
|
height: 10px;
|
|
9054
9050
|
width: 10px;
|
|
9055
9051
|
}
|
|
9056
|
-
.process-wrapper .process-body[data-v-
|
|
9052
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb {
|
|
9057
9053
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
9058
9054
|
border: solid 2px transparent;
|
|
9059
9055
|
background-color: transparent;
|
|
9060
9056
|
border-radius: 10px;
|
|
9061
9057
|
}
|
|
9062
|
-
.process-wrapper .process-body[data-v-
|
|
9058
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:hover {
|
|
9063
9059
|
box-shadow: inset 0 0 10px 10px var(--gray-3);
|
|
9064
9060
|
background-color: transparent;
|
|
9065
9061
|
}
|
|
9066
|
-
.process-wrapper .process-body[data-v-
|
|
9062
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-track {
|
|
9067
9063
|
border-radius: 10px;
|
|
9068
9064
|
border: solid 2px transparent;
|
|
9069
9065
|
background: transparent;
|
|
9070
9066
|
}
|
|
9071
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9067
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8] {
|
|
9072
9068
|
font-family: PingFangSC, PingFang SC;
|
|
9073
9069
|
font-weight: 400;
|
|
9074
9070
|
font-size: 12px;
|
|
@@ -9078,21 +9074,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9078
9074
|
font-style: normal;
|
|
9079
9075
|
padding: 2px 0;
|
|
9080
9076
|
}
|
|
9081
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9077
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-child(1) {
|
|
9082
9078
|
padding: 3px 0;
|
|
9083
9079
|
font-size: 14px;
|
|
9084
9080
|
}
|
|
9085
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9081
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-last-child(1) {
|
|
9086
9082
|
font-family: unset;
|
|
9087
9083
|
color: var(--gray-4);
|
|
9088
9084
|
}
|
|
9089
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9085
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8] {
|
|
9090
9086
|
width: 12px;
|
|
9091
9087
|
height: 12px;
|
|
9092
9088
|
border-radius: 12px;
|
|
9093
9089
|
border: 1px solid var(--gray-3);
|
|
9094
9090
|
}
|
|
9095
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9091
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8]::before {
|
|
9096
9092
|
content: '';
|
|
9097
9093
|
width: 6px;
|
|
9098
9094
|
height: 6px;
|
|
@@ -9103,9 +9099,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9103
9099
|
left: 50%;
|
|
9104
9100
|
transform: translate(-50%, -50%);
|
|
9105
9101
|
}
|
|
9106
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9102
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8] {
|
|
9107
9103
|
border: 1px solid var(--primary-5);
|
|
9108
9104
|
}
|
|
9109
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9105
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8]::before {
|
|
9110
9106
|
background: var(--primary-5);
|
|
9111
9107
|
}
|