3h1-ui 3.0.0-next.96 → 3.0.0-next.98
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 +873 -1072
- package/es/style.css +123 -154
- package/lib/index.js +867 -1066
- package/package.json +1 -1
- package/lib/style.css +0 -8904
package/es/style.css
CHANGED
|
@@ -359,12 +359,6 @@ ul {
|
|
|
359
359
|
-webkit-align-items: center;
|
|
360
360
|
align-items: center;
|
|
361
361
|
}
|
|
362
|
-
.justify-end {
|
|
363
|
-
-webkit-box-pack: end;
|
|
364
|
-
-ms-flex-pack: end;
|
|
365
|
-
-webkit-justify-content: flex-end;
|
|
366
|
-
justify-content: flex-end;
|
|
367
|
-
}
|
|
368
362
|
.justify-center {
|
|
369
363
|
-webkit-box-pack: center;
|
|
370
364
|
-ms-flex-pack: center;
|
|
@@ -383,9 +377,6 @@ ul {
|
|
|
383
377
|
.\!h-full {
|
|
384
378
|
height: 100% !important;
|
|
385
379
|
}
|
|
386
|
-
.h-\[fit-content\] {
|
|
387
|
-
height: fit-content;
|
|
388
|
-
}
|
|
389
380
|
.\.w-100 {
|
|
390
381
|
height: 25rem;
|
|
391
382
|
}
|
|
@@ -454,10 +445,6 @@ ul {
|
|
|
454
445
|
padding-top: 0.5rem;
|
|
455
446
|
padding-bottom: 0.5rem;
|
|
456
447
|
}
|
|
457
|
-
.py-8px {
|
|
458
|
-
padding-top: 8px;
|
|
459
|
-
padding-bottom: 8px;
|
|
460
|
-
}
|
|
461
448
|
.fixed {
|
|
462
449
|
position: fixed;
|
|
463
450
|
}
|
|
@@ -939,14 +926,14 @@ input:focus.ant-input {
|
|
|
939
926
|
height: 100%;
|
|
940
927
|
border: 1px solid var(--primary-5);
|
|
941
928
|
border-radius: 4px;
|
|
942
|
-
}.shy-strength-meter-bar[data-v-
|
|
929
|
+
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
943
930
|
position: relative;
|
|
944
931
|
margin: 10px auto 6px;
|
|
945
932
|
height: 6px;
|
|
946
933
|
background-color: rgba(0, 0, 0, 0.25);
|
|
947
934
|
border-radius: 6px;
|
|
948
935
|
}
|
|
949
|
-
.shy-strength-meter-bar[data-v-
|
|
936
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::before, .shy-strength-meter-bar[data-v-c8d77eaa]::after {
|
|
950
937
|
position: absolute;
|
|
951
938
|
z-index: 10;
|
|
952
939
|
display: block;
|
|
@@ -958,13 +945,13 @@ input:focus.ant-input {
|
|
|
958
945
|
border-color: #fff;
|
|
959
946
|
content: '';
|
|
960
947
|
}
|
|
961
|
-
.shy-strength-meter-bar[data-v-
|
|
948
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::before {
|
|
962
949
|
left: 20%;
|
|
963
950
|
}
|
|
964
|
-
.shy-strength-meter-bar[data-v-
|
|
951
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::after {
|
|
965
952
|
right: 20%;
|
|
966
953
|
}
|
|
967
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
954
|
+
.shy-strength-meter-bar--fill[data-v-c8d77eaa] {
|
|
968
955
|
position: absolute;
|
|
969
956
|
width: 0;
|
|
970
957
|
height: inherit;
|
|
@@ -972,32 +959,32 @@ input:focus.ant-input {
|
|
|
972
959
|
border-radius: inherit;
|
|
973
960
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
974
961
|
}
|
|
975
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
962
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-c8d77eaa] {
|
|
976
963
|
width: 20%;
|
|
977
964
|
background-color: #e74242;
|
|
978
965
|
}
|
|
979
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
966
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-c8d77eaa] {
|
|
980
967
|
width: 40%;
|
|
981
968
|
background-color: #ED6F6F;
|
|
982
969
|
}
|
|
983
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
970
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-c8d77eaa] {
|
|
984
971
|
width: 60%;
|
|
985
972
|
background-color: #EFBD47;
|
|
986
973
|
}
|
|
987
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
974
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-c8d77eaa] {
|
|
988
975
|
width: 80%;
|
|
989
976
|
background-color: rgba(85, 209, 135, 0.5);
|
|
990
977
|
}
|
|
991
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
978
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-c8d77eaa] {
|
|
992
979
|
width: 100%;
|
|
993
980
|
background-color: #55D187;
|
|
994
|
-
}.shy-svg-icon[data-v-
|
|
981
|
+
}.shy-svg-icon[data-v-fa64fe87] {
|
|
995
982
|
display: inline-block;
|
|
996
983
|
overflow: hidden;
|
|
997
984
|
vertical-align: -0.15em;
|
|
998
985
|
fill: currentcolor;
|
|
999
986
|
}
|
|
1000
|
-
.svg-icon-spin[data-v-
|
|
987
|
+
.svg-icon-spin[data-v-fa64fe87] {
|
|
1001
988
|
animation: loadingCircle 1s infinite linear;
|
|
1002
989
|
}.app-iconify {
|
|
1003
990
|
display: inline-block;
|
|
@@ -1011,29 +998,29 @@ span.iconify {
|
|
|
1011
998
|
min-height: 1em;
|
|
1012
999
|
background-color: #5551;
|
|
1013
1000
|
border-radius: 100%;
|
|
1014
|
-
}.shy-basic-arrow[data-v-
|
|
1001
|
+
}.shy-basic-arrow[data-v-03d87956] {
|
|
1015
1002
|
display: inline-block;
|
|
1016
1003
|
cursor: pointer;
|
|
1017
1004
|
transform: rotate(0deg);
|
|
1018
1005
|
transition: all 0.3s ease 0.1s;
|
|
1019
1006
|
transform-origin: center center;
|
|
1020
1007
|
}
|
|
1021
|
-
.shy-basic-arrow--active[data-v-
|
|
1008
|
+
.shy-basic-arrow--active[data-v-03d87956] {
|
|
1022
1009
|
transform: rotate(90deg);
|
|
1023
1010
|
}
|
|
1024
|
-
.shy-basic-arrow.inset[data-v-
|
|
1011
|
+
.shy-basic-arrow.inset[data-v-03d87956] {
|
|
1025
1012
|
line-height: 0px;
|
|
1026
1013
|
}
|
|
1027
|
-
.shy-basic-arrow.up[data-v-
|
|
1014
|
+
.shy-basic-arrow.up[data-v-03d87956] {
|
|
1028
1015
|
transform: rotate(-90deg);
|
|
1029
1016
|
}
|
|
1030
|
-
.shy-basic-arrow.down[data-v-
|
|
1017
|
+
.shy-basic-arrow.down[data-v-03d87956] {
|
|
1031
1018
|
transform: rotate(90deg);
|
|
1032
1019
|
}
|
|
1033
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1020
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-03d87956] {
|
|
1034
1021
|
transform: rotate(90deg);
|
|
1035
1022
|
}
|
|
1036
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1023
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-03d87956] {
|
|
1037
1024
|
transform: rotate(-90deg);
|
|
1038
1025
|
}.shy-basic-help {
|
|
1039
1026
|
display: inline-block;
|
|
@@ -1047,7 +1034,7 @@ span.iconify {
|
|
|
1047
1034
|
}
|
|
1048
1035
|
.shy-basic-help__wrap p {
|
|
1049
1036
|
margin-bottom: 0;
|
|
1050
|
-
}.shy-basic-title[data-v-
|
|
1037
|
+
}.shy-basic-title[data-v-93754286] {
|
|
1051
1038
|
position: relative;
|
|
1052
1039
|
display: flex;
|
|
1053
1040
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1060,7 +1047,7 @@ span.iconify {
|
|
|
1060
1047
|
align-items: center;
|
|
1061
1048
|
gap: 8px;
|
|
1062
1049
|
}
|
|
1063
|
-
.shy-basic-title-show-span[data-v-
|
|
1050
|
+
.shy-basic-title-show-span[data-v-93754286]::before {
|
|
1064
1051
|
content: '';
|
|
1065
1052
|
position: absolute;
|
|
1066
1053
|
width: 2px;
|
|
@@ -1071,7 +1058,7 @@ span.iconify {
|
|
|
1071
1058
|
top: 50%;
|
|
1072
1059
|
transform: translateY(-50%);
|
|
1073
1060
|
}
|
|
1074
|
-
.shy-basic-title-help[data-v-
|
|
1061
|
+
.shy-basic-title-help[data-v-93754286] {
|
|
1075
1062
|
margin-left: 10px;
|
|
1076
1063
|
}.shy-collapse-container-arrow {
|
|
1077
1064
|
font-size: 14px !important;
|
|
@@ -1202,40 +1189,40 @@ span.iconify {
|
|
|
1202
1189
|
.shy-tinymce-container textarea {
|
|
1203
1190
|
z-index: -1;
|
|
1204
1191
|
visibility: hidden;
|
|
1205
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1192
|
+
}.shy-table-edit-icon-plus[data-v-9232fde4] {
|
|
1206
1193
|
width: 30px;
|
|
1207
1194
|
height: 30px;
|
|
1208
1195
|
font-size: 30px;
|
|
1209
1196
|
cursor: pointer;
|
|
1210
1197
|
display: flex;
|
|
1211
1198
|
}
|
|
1212
|
-
.table-children[data-v-
|
|
1199
|
+
.table-children[data-v-9232fde4] .ant-form-item {
|
|
1213
1200
|
margin-bottom: 0 !important;
|
|
1214
1201
|
}
|
|
1215
|
-
.table-children-required[data-v-
|
|
1202
|
+
.table-children-required[data-v-9232fde4] {
|
|
1216
1203
|
color: #ff4d4f;
|
|
1217
1204
|
margin-right: 4px;
|
|
1218
1205
|
}
|
|
1219
|
-
.table-children[data-v-
|
|
1206
|
+
.table-children[data-v-9232fde4] .ant-table-cell {
|
|
1220
1207
|
padding: 8px !important;
|
|
1221
1208
|
}
|
|
1222
|
-
.table-children[data-v-
|
|
1209
|
+
.table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
|
|
1223
1210
|
display: none;
|
|
1224
1211
|
}
|
|
1225
|
-
.table-children-delete-wrapper[data-v-
|
|
1212
|
+
.table-children-delete-wrapper[data-v-9232fde4] {
|
|
1226
1213
|
display: flex;
|
|
1227
1214
|
height: 100%;
|
|
1228
1215
|
justify-content: center;
|
|
1229
1216
|
}
|
|
1230
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1217
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
|
|
1231
1218
|
display: flex;
|
|
1232
1219
|
justify-content: center;
|
|
1233
1220
|
align-items: center;
|
|
1234
1221
|
}
|
|
1235
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1222
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
|
|
1236
1223
|
display: none;
|
|
1237
1224
|
}
|
|
1238
|
-
.table-children-delete-item[data-v-
|
|
1225
|
+
.table-children-delete-item[data-v-9232fde4] {
|
|
1239
1226
|
background-color: red;
|
|
1240
1227
|
border-radius: 50%;
|
|
1241
1228
|
width: 30px;
|
|
@@ -1244,7 +1231,7 @@ span.iconify {
|
|
|
1244
1231
|
display: none;
|
|
1245
1232
|
cursor: pointer;
|
|
1246
1233
|
}
|
|
1247
|
-
.table-children-delete-index[data-v-
|
|
1234
|
+
.table-children-delete-index[data-v-9232fde4] {
|
|
1248
1235
|
user-select: none;
|
|
1249
1236
|
display: inline-block;
|
|
1250
1237
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1422,7 +1409,7 @@ html[data-theme='light'] {
|
|
|
1422
1409
|
}
|
|
1423
1410
|
.shy-basic-help__wrap p {
|
|
1424
1411
|
margin-bottom: 0;
|
|
1425
|
-
}[data-v-
|
|
1412
|
+
}[data-v-d388ea3f]:root {
|
|
1426
1413
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1427
1414
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1428
1415
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1434,17 +1421,17 @@ html[data-theme='light'] {
|
|
|
1434
1421
|
--light: #fff;
|
|
1435
1422
|
--dark: #141414;
|
|
1436
1423
|
}
|
|
1437
|
-
html[data-theme='dark'][data-v-
|
|
1424
|
+
html[data-theme='dark'][data-v-d388ea3f] {
|
|
1438
1425
|
--theme: var(--dark);
|
|
1439
1426
|
--text-color: var(--light);
|
|
1440
1427
|
color-scheme: dark;
|
|
1441
1428
|
}
|
|
1442
|
-
html[data-theme='light'][data-v-
|
|
1429
|
+
html[data-theme='light'][data-v-d388ea3f] {
|
|
1443
1430
|
--theme: var(--light);
|
|
1444
1431
|
--text-color: var(--dark);
|
|
1445
1432
|
color-scheme: light;
|
|
1446
1433
|
}
|
|
1447
|
-
.shy-basic-title[data-v-
|
|
1434
|
+
.shy-basic-title[data-v-d388ea3f] {
|
|
1448
1435
|
position: relative;
|
|
1449
1436
|
display: flex;
|
|
1450
1437
|
font-size: 16px;
|
|
@@ -1454,11 +1441,11 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
1454
1441
|
cursor: pointer;
|
|
1455
1442
|
user-select: none;
|
|
1456
1443
|
}
|
|
1457
|
-
.shy-basic-title-normal[data-v-
|
|
1444
|
+
.shy-basic-title-normal[data-v-d388ea3f] {
|
|
1458
1445
|
font-size: 14px;
|
|
1459
1446
|
font-weight: 500;
|
|
1460
1447
|
}
|
|
1461
|
-
.shy-basic-title-show-span[data-v-
|
|
1448
|
+
.shy-basic-title-show-span[data-v-d388ea3f]::before {
|
|
1462
1449
|
position: absolute;
|
|
1463
1450
|
top: 4px;
|
|
1464
1451
|
left: 0;
|
|
@@ -1468,7 +1455,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
1468
1455
|
background-color: #006eff;
|
|
1469
1456
|
content: '';
|
|
1470
1457
|
}
|
|
1471
|
-
.shy-basic-title-help[data-v-
|
|
1458
|
+
.shy-basic-title-help[data-v-d388ea3f] {
|
|
1472
1459
|
margin-left: 10px;
|
|
1473
1460
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1474
1461
|
padding: 0;
|
|
@@ -1760,7 +1747,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
1760
1747
|
}
|
|
1761
1748
|
.table-children-err-popover .ant-popover-inner-content {
|
|
1762
1749
|
padding: 6px 16px;
|
|
1763
|
-
}.shy-search[data-v-
|
|
1750
|
+
}.shy-search[data-v-b90f77bd] {
|
|
1764
1751
|
position: relative;
|
|
1765
1752
|
display: flex;
|
|
1766
1753
|
align-items: center;
|
|
@@ -2083,7 +2070,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2083
2070
|
}
|
|
2084
2071
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2085
2072
|
height: 220px;
|
|
2086
|
-
}.icon-selected[data-v-
|
|
2073
|
+
}.icon-selected[data-v-c5892da8] {
|
|
2087
2074
|
color: #498bf8;
|
|
2088
2075
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2089
2076
|
margin-bottom: 0;
|
|
@@ -2153,7 +2140,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2153
2140
|
}
|
|
2154
2141
|
.shy-basic-table-header__toolbar > * {
|
|
2155
2142
|
margin-right: 8px;
|
|
2156
|
-
}.shy-basic-table-global-search[data-v-
|
|
2143
|
+
}.shy-basic-table-global-search[data-v-ee7fb814] {
|
|
2157
2144
|
position: absolute;
|
|
2158
2145
|
top: 40px;
|
|
2159
2146
|
right: 131px;
|
|
@@ -2165,7 +2152,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2165
2152
|
border: 1px solid #ebebeb;
|
|
2166
2153
|
padding: 10px;
|
|
2167
2154
|
}
|
|
2168
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2155
|
+
.shy-basic-table-global-search-item-global[data-v-ee7fb814] {
|
|
2169
2156
|
height: 32px;
|
|
2170
2157
|
line-height: 32px;
|
|
2171
2158
|
font-size: 14px;
|
|
@@ -2176,7 +2163,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2176
2163
|
align-items: center;
|
|
2177
2164
|
justify-content: space-between;
|
|
2178
2165
|
}
|
|
2179
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2166
|
+
.shy-basic-table-global-search-item-special[data-v-ee7fb814] {
|
|
2180
2167
|
height: 32px;
|
|
2181
2168
|
line-height: 32px;
|
|
2182
2169
|
font-size: 14px;
|
|
@@ -2187,10 +2174,10 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2187
2174
|
align-items: center;
|
|
2188
2175
|
justify-content: space-between;
|
|
2189
2176
|
}
|
|
2190
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2177
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-ee7fb814] {
|
|
2191
2178
|
padding: 0 8px;
|
|
2192
2179
|
}
|
|
2193
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2180
|
+
.shy-basic-table-global-search .selected-bg[data-v-ee7fb814] {
|
|
2194
2181
|
background-color: #ebf1ff;
|
|
2195
2182
|
}.shy-basic-table-img .ant-image {
|
|
2196
2183
|
margin-right: 4px;
|
|
@@ -2201,7 +2188,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2201
2188
|
}
|
|
2202
2189
|
.shy-basic-table-img .img-div {
|
|
2203
2190
|
display: inline-grid;
|
|
2204
|
-
}.app-iconify[data-v-
|
|
2191
|
+
}.app-iconify[data-v-21146269] {
|
|
2205
2192
|
vertical-align: middle;
|
|
2206
2193
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2207
2194
|
width: 100% !important;
|
|
@@ -2346,19 +2333,19 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2346
2333
|
}
|
|
2347
2334
|
.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 {
|
|
2348
2335
|
overflow-y: auto !important;
|
|
2349
|
-
}.wrapper[data-v-
|
|
2336
|
+
}.wrapper[data-v-24f758b3] {
|
|
2350
2337
|
display: flex;
|
|
2351
2338
|
}
|
|
2352
|
-
.tree[data-v-
|
|
2339
|
+
.tree[data-v-24f758b3] {
|
|
2353
2340
|
flex: none;
|
|
2354
2341
|
}
|
|
2355
|
-
.table-wrapper[data-v-
|
|
2342
|
+
.table-wrapper[data-v-24f758b3] {
|
|
2356
2343
|
flex: 1 1 0%;
|
|
2357
2344
|
overflow: hidden;
|
|
2358
|
-
}[data-v-
|
|
2345
|
+
}[data-v-5427533c] .ant-input-group-addon {
|
|
2359
2346
|
padding: 0;
|
|
2360
2347
|
}
|
|
2361
|
-
.btn-wrapper[data-v-
|
|
2348
|
+
.btn-wrapper[data-v-5427533c] {
|
|
2362
2349
|
padding: 0 5px;
|
|
2363
2350
|
display: flex;
|
|
2364
2351
|
align-items: center;
|
|
@@ -2833,7 +2820,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2833
2820
|
}
|
|
2834
2821
|
.shy-cropper-avatar-upload-btn[data-v-a9902106] {
|
|
2835
2822
|
margin: 10px auto;
|
|
2836
|
-
}.full-loading[data-v-
|
|
2823
|
+
}.full-loading[data-v-33b23b82] {
|
|
2837
2824
|
position: fixed;
|
|
2838
2825
|
top: 0;
|
|
2839
2826
|
left: 0;
|
|
@@ -2845,16 +2832,16 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2845
2832
|
align-items: center;
|
|
2846
2833
|
background-color: rgba(240, 242, 245, 0.4);
|
|
2847
2834
|
}
|
|
2848
|
-
.full-loading.absolute[data-v-
|
|
2835
|
+
.full-loading.absolute[data-v-33b23b82] {
|
|
2849
2836
|
position: absolute;
|
|
2850
2837
|
top: 0;
|
|
2851
2838
|
left: 0;
|
|
2852
2839
|
z-index: 300;
|
|
2853
2840
|
}
|
|
2854
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
2841
|
+
html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
2855
2842
|
background-color: rgba(0, 0, 0, 0.45);
|
|
2856
2843
|
}
|
|
2857
|
-
.full-loading.dark[data-v-
|
|
2844
|
+
.full-loading.dark[data-v-33b23b82] {
|
|
2858
2845
|
background-color: rgba(0, 0, 0, 0.45);
|
|
2859
2846
|
}.shy-basic-table-plus-wrapper {
|
|
2860
2847
|
display: flex;
|
|
@@ -7944,7 +7931,28 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7944
7931
|
font-size: 20px;
|
|
7945
7932
|
line-height: 24px;
|
|
7946
7933
|
font-weight: 500;
|
|
7947
|
-
}.shy-
|
|
7934
|
+
}.shy-tag {
|
|
7935
|
+
display: flex;
|
|
7936
|
+
gap: 8px;
|
|
7937
|
+
align-items: center;
|
|
7938
|
+
color: var(--color);
|
|
7939
|
+
}
|
|
7940
|
+
.shy-tag-pointer {
|
|
7941
|
+
min-width: 6px;
|
|
7942
|
+
max-width: 6px;
|
|
7943
|
+
min-height: 6px;
|
|
7944
|
+
max-height: 6px;
|
|
7945
|
+
background-color: var(--color);
|
|
7946
|
+
border-radius: 6px;
|
|
7947
|
+
}
|
|
7948
|
+
.shy-tag-label {
|
|
7949
|
+
color: var(--color);
|
|
7950
|
+
}
|
|
7951
|
+
.shy-tag .ant-tag {
|
|
7952
|
+
color: var(--color);
|
|
7953
|
+
background-color: hsl(from var(--color) h calc(s * 0.9) calc(l * 1.5) / 30%);
|
|
7954
|
+
border-color: hsl(from var(--color) h calc(s * 0.8) calc(l * 1.5));
|
|
7955
|
+
}.shy-basic-table-global-search[data-v-329dc06f] {
|
|
7948
7956
|
position: absolute;
|
|
7949
7957
|
top: 80px;
|
|
7950
7958
|
right: 131px;
|
|
@@ -7956,7 +7964,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7956
7964
|
border: 1px solid #ebebeb;
|
|
7957
7965
|
padding: 10px;
|
|
7958
7966
|
}
|
|
7959
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
7967
|
+
.shy-basic-table-global-search-item-global[data-v-329dc06f] {
|
|
7960
7968
|
height: 32px;
|
|
7961
7969
|
line-height: 32px;
|
|
7962
7970
|
font-size: 14px;
|
|
@@ -7967,7 +7975,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7967
7975
|
align-items: center;
|
|
7968
7976
|
justify-content: space-between;
|
|
7969
7977
|
}
|
|
7970
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
7978
|
+
.shy-basic-table-global-search-item-special[data-v-329dc06f] {
|
|
7971
7979
|
height: 32px;
|
|
7972
7980
|
line-height: 32px;
|
|
7973
7981
|
font-size: 14px;
|
|
@@ -7978,10 +7986,10 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7978
7986
|
align-items: center;
|
|
7979
7987
|
justify-content: space-between;
|
|
7980
7988
|
}
|
|
7981
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
7989
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-329dc06f] {
|
|
7982
7990
|
padding: 0 8px;
|
|
7983
7991
|
}
|
|
7984
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
7992
|
+
.shy-basic-table-global-search .selected-bg[data-v-329dc06f] {
|
|
7985
7993
|
background-color: #ebf1ff;
|
|
7986
7994
|
}.shy-basic-table-header-cell__help {
|
|
7987
7995
|
margin-left: 8px;
|
|
@@ -8068,22 +8076,6 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8068
8076
|
.shy-ant-table .ant-table-body:has(.ant-table-summary) .ant-table-tbody tr:nth-last-child(1) td {
|
|
8069
8077
|
border-bottom: none;
|
|
8070
8078
|
}
|
|
8071
|
-
.shy-ant-table-column-tag {
|
|
8072
|
-
display: flex;
|
|
8073
|
-
gap: 8px;
|
|
8074
|
-
align-items: center;
|
|
8075
|
-
}
|
|
8076
|
-
.shy-ant-table-column-tag-pointer {
|
|
8077
|
-
min-width: 6px;
|
|
8078
|
-
max-width: 6px;
|
|
8079
|
-
min-height: 6px;
|
|
8080
|
-
max-height: 6px;
|
|
8081
|
-
border-radius: 6px;
|
|
8082
|
-
background-color: var(--pointer-color);
|
|
8083
|
-
}
|
|
8084
|
-
.shy-ant-table-column-tag-label {
|
|
8085
|
-
color: var(--pointer-color);
|
|
8086
|
-
}
|
|
8087
8079
|
.shy-ant-table--inset .ant-table-wrapper {
|
|
8088
8080
|
padding: 0;
|
|
8089
8081
|
}
|
|
@@ -8296,6 +8288,21 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8296
8288
|
justify-content: space-between;
|
|
8297
8289
|
padding: 1px;
|
|
8298
8290
|
}
|
|
8291
|
+
.shy-ant-form-collapse {
|
|
8292
|
+
flex: var(--col-span);
|
|
8293
|
+
width: var(--col-span);
|
|
8294
|
+
max-width: var(--col-span);
|
|
8295
|
+
background: transparent;
|
|
8296
|
+
}
|
|
8297
|
+
.shy-ant-form-collapse .ant-collapse-header.ant-collapse-header {
|
|
8298
|
+
align-items: center;
|
|
8299
|
+
background: var(--gray-1);
|
|
8300
|
+
padding: 0 8px;
|
|
8301
|
+
border-radius: 4px !important;
|
|
8302
|
+
}
|
|
8303
|
+
.shy-ant-form-collapse .ant-collapse-content-box.ant-collapse-content-box {
|
|
8304
|
+
padding: 8px 0;
|
|
8305
|
+
}
|
|
8299
8306
|
.shy-ant-form :is(.ant-input-number) {
|
|
8300
8307
|
width: 100%;
|
|
8301
8308
|
}
|
|
@@ -8474,54 +8481,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8474
8481
|
min-width: var(--min-width--large);
|
|
8475
8482
|
max-width: var(--max-width-large);
|
|
8476
8483
|
}
|
|
8477
|
-
}.
|
|
8478
|
-
width: 30px;
|
|
8479
|
-
height: 30px;
|
|
8480
|
-
font-size: 30px;
|
|
8481
|
-
cursor: pointer;
|
|
8482
|
-
display: flex;
|
|
8483
|
-
}
|
|
8484
|
-
.table-children[data-v-08f6f4a1] .ant-form-item {
|
|
8485
|
-
margin-bottom: 0 !important;
|
|
8486
|
-
}
|
|
8487
|
-
.table-children[data-v-08f6f4a1] {
|
|
8488
|
-
width: 100%;
|
|
8489
|
-
}
|
|
8490
|
-
.table-children-required[data-v-08f6f4a1] {
|
|
8491
|
-
color: #ff4d4f;
|
|
8492
|
-
margin-right: 4px;
|
|
8493
|
-
}
|
|
8494
|
-
.table-children[data-v-08f6f4a1] .ant-table-cell {
|
|
8495
|
-
padding: 8px !important;
|
|
8496
|
-
}
|
|
8497
|
-
.table-children[data-v-08f6f4a1] .ant-table-cell .ant-form-item-explain {
|
|
8498
|
-
display: none;
|
|
8499
|
-
}
|
|
8500
|
-
.table-children-add-btn[data-v-08f6f4a1] {
|
|
8501
|
-
display: flex;
|
|
8502
|
-
align-items: center;
|
|
8503
|
-
padding-inline: 8px;
|
|
8504
|
-
height: 50px;
|
|
8505
|
-
border-inline: 1px solid var(--gray-2);
|
|
8506
|
-
border-bottom: 1px solid var(--gray-2);
|
|
8507
|
-
border-bottom-left-radius: 4px;
|
|
8508
|
-
border-bottom-right-radius: 4px;
|
|
8509
|
-
}
|
|
8510
|
-
.table-children-add-btn[data-v-08f6f4a1] .ant-btn {
|
|
8511
|
-
width: 100%;
|
|
8512
|
-
}.wrapper[data-v-0ca4fd85] {
|
|
8484
|
+
}.wrapper[data-v-15e2dcbb] {
|
|
8513
8485
|
display: flex;
|
|
8514
8486
|
}
|
|
8515
|
-
.tree[data-v-
|
|
8487
|
+
.tree[data-v-15e2dcbb] {
|
|
8516
8488
|
flex: none;
|
|
8517
8489
|
}
|
|
8518
|
-
.table-wrapper[data-v-
|
|
8490
|
+
.table-wrapper[data-v-15e2dcbb] {
|
|
8519
8491
|
flex: 1 1 0%;
|
|
8520
8492
|
overflow: hidden;
|
|
8521
|
-
}[data-v-
|
|
8493
|
+
}[data-v-5019fbdf] .ant-input-group-addon {
|
|
8522
8494
|
padding: 0;
|
|
8523
8495
|
}
|
|
8524
|
-
.btn-wrapper[data-v-
|
|
8496
|
+
.btn-wrapper[data-v-5019fbdf] {
|
|
8525
8497
|
padding: 0 5px;
|
|
8526
8498
|
display: flex;
|
|
8527
8499
|
align-items: center;
|
|
@@ -8609,19 +8581,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8609
8581
|
}
|
|
8610
8582
|
.shy-basic-container-footer-cancel-right {
|
|
8611
8583
|
flex-direction: row-reverse;
|
|
8612
|
-
}[data-v-
|
|
8584
|
+
}[data-v-b1ced086] .ant-descriptions-item-content {
|
|
8613
8585
|
padding: 0 !important;
|
|
8614
8586
|
flex: 1;
|
|
8615
8587
|
height: 100%;
|
|
8616
8588
|
}
|
|
8617
|
-
[data-v-
|
|
8589
|
+
[data-v-b1ced086] .ant-form-item {
|
|
8618
8590
|
margin: 0;
|
|
8619
8591
|
}
|
|
8620
|
-
[data-v-
|
|
8592
|
+
[data-v-b1ced086] .ant-form-item-explain {
|
|
8621
8593
|
display: none;
|
|
8622
8594
|
}
|
|
8623
|
-
[data-v-
|
|
8624
|
-
--label-width: var(--
|
|
8595
|
+
[data-v-b1ced086] .ant-descriptions-item-label {
|
|
8596
|
+
--label-width: var(--7210fae1);
|
|
8625
8597
|
justify-content: right;
|
|
8626
8598
|
align-items: center;
|
|
8627
8599
|
width: var(--label-width) !important;
|
|
@@ -8630,59 +8602,59 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8630
8602
|
text-overflow: ellipsis;
|
|
8631
8603
|
color: #b1b1b1;
|
|
8632
8604
|
}
|
|
8633
|
-
[data-v-
|
|
8605
|
+
[data-v-b1ced086] .ant-descriptions-item-label span {
|
|
8634
8606
|
white-space: nowrap;
|
|
8635
8607
|
overflow: hidden;
|
|
8636
8608
|
text-overflow: ellipsis;
|
|
8637
8609
|
}
|
|
8638
|
-
[data-v-
|
|
8610
|
+
[data-v-b1ced086] .ant-descriptions-view tbody {
|
|
8639
8611
|
display: block;
|
|
8640
8612
|
}
|
|
8641
|
-
[data-v-
|
|
8613
|
+
[data-v-b1ced086] .ant-descriptions-view .ant-descriptions-row {
|
|
8642
8614
|
display: flex;
|
|
8643
8615
|
width: 100%;
|
|
8644
8616
|
align-items: center;
|
|
8645
8617
|
gap: 0 10px;
|
|
8646
8618
|
}
|
|
8647
|
-
[data-v-
|
|
8619
|
+
[data-v-b1ced086] .ant-descriptions-item-label.description-active::before {
|
|
8648
8620
|
content: '*';
|
|
8649
8621
|
color: red;
|
|
8650
8622
|
}
|
|
8651
|
-
[data-v-
|
|
8623
|
+
[data-v-b1ced086] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8652
8624
|
content: '*';
|
|
8653
8625
|
color: red;
|
|
8654
8626
|
}
|
|
8655
|
-
[data-v-
|
|
8627
|
+
[data-v-b1ced086] .ant-descriptions-item-label::after {
|
|
8656
8628
|
content: '';
|
|
8657
8629
|
}
|
|
8658
|
-
[data-v-
|
|
8630
|
+
[data-v-b1ced086] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8659
8631
|
content: '';
|
|
8660
8632
|
}
|
|
8661
|
-
[data-v-
|
|
8633
|
+
[data-v-b1ced086] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8662
8634
|
color: #ff4d4f !important;
|
|
8663
8635
|
}
|
|
8664
|
-
[data-v-
|
|
8636
|
+
[data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8665
8637
|
gap: 0;
|
|
8666
8638
|
}
|
|
8667
|
-
[data-v-
|
|
8639
|
+
[data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8668
8640
|
border: unset !important;
|
|
8669
8641
|
}
|
|
8670
|
-
[data-v-
|
|
8642
|
+
[data-v-b1ced086] .ant-descriptions-item-label.description-placeholder {
|
|
8671
8643
|
background-color: unset;
|
|
8672
8644
|
border-right: unset;
|
|
8673
8645
|
}
|
|
8674
|
-
[data-v-
|
|
8646
|
+
[data-v-b1ced086] .ant-descriptions-item {
|
|
8675
8647
|
flex: 1;
|
|
8676
8648
|
}
|
|
8677
|
-
[data-v-
|
|
8649
|
+
[data-v-b1ced086] .ant-row.ant-form-item {
|
|
8678
8650
|
width: 100%;
|
|
8679
8651
|
height: 100%;
|
|
8680
8652
|
}
|
|
8681
|
-
.descriptions-item-content[data-v-
|
|
8653
|
+
.descriptions-item-content[data-v-b1ced086] {
|
|
8682
8654
|
padding: 0 8px;
|
|
8683
8655
|
}.shy-basic-resize-wrapper {
|
|
8684
|
-
--design-width: var(--
|
|
8685
|
-
--design-height: var(--
|
|
8656
|
+
--design-width: var(--1a93f028);
|
|
8657
|
+
--design-height: var(--1e1b1b05);
|
|
8686
8658
|
}
|
|
8687
8659
|
.shy-basic-resize-wrapper-view {
|
|
8688
8660
|
position: absolute;
|
|
@@ -8893,9 +8865,6 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8893
8865
|
font-style: normal;
|
|
8894
8866
|
}
|
|
8895
8867
|
.shy-process-item .ant-collapse-extra .ant-tag {
|
|
8896
|
-
color: var(--color);
|
|
8897
|
-
border-color: var(--color);
|
|
8898
|
-
background-color: transparent;
|
|
8899
8868
|
margin-inline-end: unset;
|
|
8900
8869
|
}
|
|
8901
8870
|
.shy-process-item:last-child {
|