3h1-ui 3.0.0-next.95 → 3.0.0-next.97
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 +170 -155
- package/es/style.css +116 -114
- package/lib/index.js +170 -155
- package/package.json +3 -3
- package/lib/style.css +0 -8904
package/es/style.css
CHANGED
|
@@ -939,14 +939,14 @@ input:focus.ant-input {
|
|
|
939
939
|
height: 100%;
|
|
940
940
|
border: 1px solid var(--primary-5);
|
|
941
941
|
border-radius: 4px;
|
|
942
|
-
}.shy-strength-meter-bar[data-v-
|
|
942
|
+
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
943
943
|
position: relative;
|
|
944
944
|
margin: 10px auto 6px;
|
|
945
945
|
height: 6px;
|
|
946
946
|
background-color: rgba(0, 0, 0, 0.25);
|
|
947
947
|
border-radius: 6px;
|
|
948
948
|
}
|
|
949
|
-
.shy-strength-meter-bar[data-v-
|
|
949
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::before, .shy-strength-meter-bar[data-v-c8d77eaa]::after {
|
|
950
950
|
position: absolute;
|
|
951
951
|
z-index: 10;
|
|
952
952
|
display: block;
|
|
@@ -958,13 +958,13 @@ input:focus.ant-input {
|
|
|
958
958
|
border-color: #fff;
|
|
959
959
|
content: '';
|
|
960
960
|
}
|
|
961
|
-
.shy-strength-meter-bar[data-v-
|
|
961
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::before {
|
|
962
962
|
left: 20%;
|
|
963
963
|
}
|
|
964
|
-
.shy-strength-meter-bar[data-v-
|
|
964
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::after {
|
|
965
965
|
right: 20%;
|
|
966
966
|
}
|
|
967
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
967
|
+
.shy-strength-meter-bar--fill[data-v-c8d77eaa] {
|
|
968
968
|
position: absolute;
|
|
969
969
|
width: 0;
|
|
970
970
|
height: inherit;
|
|
@@ -972,32 +972,32 @@ input:focus.ant-input {
|
|
|
972
972
|
border-radius: inherit;
|
|
973
973
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
974
974
|
}
|
|
975
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
975
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-c8d77eaa] {
|
|
976
976
|
width: 20%;
|
|
977
977
|
background-color: #e74242;
|
|
978
978
|
}
|
|
979
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
979
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-c8d77eaa] {
|
|
980
980
|
width: 40%;
|
|
981
981
|
background-color: #ED6F6F;
|
|
982
982
|
}
|
|
983
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
983
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-c8d77eaa] {
|
|
984
984
|
width: 60%;
|
|
985
985
|
background-color: #EFBD47;
|
|
986
986
|
}
|
|
987
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
987
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-c8d77eaa] {
|
|
988
988
|
width: 80%;
|
|
989
989
|
background-color: rgba(85, 209, 135, 0.5);
|
|
990
990
|
}
|
|
991
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
991
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-c8d77eaa] {
|
|
992
992
|
width: 100%;
|
|
993
993
|
background-color: #55D187;
|
|
994
|
-
}.shy-svg-icon[data-v-
|
|
994
|
+
}.shy-svg-icon[data-v-fa64fe87] {
|
|
995
995
|
display: inline-block;
|
|
996
996
|
overflow: hidden;
|
|
997
997
|
vertical-align: -0.15em;
|
|
998
998
|
fill: currentcolor;
|
|
999
999
|
}
|
|
1000
|
-
.svg-icon-spin[data-v-
|
|
1000
|
+
.svg-icon-spin[data-v-fa64fe87] {
|
|
1001
1001
|
animation: loadingCircle 1s infinite linear;
|
|
1002
1002
|
}.app-iconify {
|
|
1003
1003
|
display: inline-block;
|
|
@@ -1011,29 +1011,29 @@ span.iconify {
|
|
|
1011
1011
|
min-height: 1em;
|
|
1012
1012
|
background-color: #5551;
|
|
1013
1013
|
border-radius: 100%;
|
|
1014
|
-
}.shy-basic-arrow[data-v-
|
|
1014
|
+
}.shy-basic-arrow[data-v-03d87956] {
|
|
1015
1015
|
display: inline-block;
|
|
1016
1016
|
cursor: pointer;
|
|
1017
1017
|
transform: rotate(0deg);
|
|
1018
1018
|
transition: all 0.3s ease 0.1s;
|
|
1019
1019
|
transform-origin: center center;
|
|
1020
1020
|
}
|
|
1021
|
-
.shy-basic-arrow--active[data-v-
|
|
1021
|
+
.shy-basic-arrow--active[data-v-03d87956] {
|
|
1022
1022
|
transform: rotate(90deg);
|
|
1023
1023
|
}
|
|
1024
|
-
.shy-basic-arrow.inset[data-v-
|
|
1024
|
+
.shy-basic-arrow.inset[data-v-03d87956] {
|
|
1025
1025
|
line-height: 0px;
|
|
1026
1026
|
}
|
|
1027
|
-
.shy-basic-arrow.up[data-v-
|
|
1027
|
+
.shy-basic-arrow.up[data-v-03d87956] {
|
|
1028
1028
|
transform: rotate(-90deg);
|
|
1029
1029
|
}
|
|
1030
|
-
.shy-basic-arrow.down[data-v-
|
|
1030
|
+
.shy-basic-arrow.down[data-v-03d87956] {
|
|
1031
1031
|
transform: rotate(90deg);
|
|
1032
1032
|
}
|
|
1033
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1033
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-03d87956] {
|
|
1034
1034
|
transform: rotate(90deg);
|
|
1035
1035
|
}
|
|
1036
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1036
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-03d87956] {
|
|
1037
1037
|
transform: rotate(-90deg);
|
|
1038
1038
|
}.shy-basic-help {
|
|
1039
1039
|
display: inline-block;
|
|
@@ -1047,7 +1047,7 @@ span.iconify {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
.shy-basic-help__wrap p {
|
|
1049
1049
|
margin-bottom: 0;
|
|
1050
|
-
}.shy-basic-title[data-v-
|
|
1050
|
+
}.shy-basic-title[data-v-93754286] {
|
|
1051
1051
|
position: relative;
|
|
1052
1052
|
display: flex;
|
|
1053
1053
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1060,7 +1060,7 @@ span.iconify {
|
|
|
1060
1060
|
align-items: center;
|
|
1061
1061
|
gap: 8px;
|
|
1062
1062
|
}
|
|
1063
|
-
.shy-basic-title-show-span[data-v-
|
|
1063
|
+
.shy-basic-title-show-span[data-v-93754286]::before {
|
|
1064
1064
|
content: '';
|
|
1065
1065
|
position: absolute;
|
|
1066
1066
|
width: 2px;
|
|
@@ -1071,7 +1071,7 @@ span.iconify {
|
|
|
1071
1071
|
top: 50%;
|
|
1072
1072
|
transform: translateY(-50%);
|
|
1073
1073
|
}
|
|
1074
|
-
.shy-basic-title-help[data-v-
|
|
1074
|
+
.shy-basic-title-help[data-v-93754286] {
|
|
1075
1075
|
margin-left: 10px;
|
|
1076
1076
|
}.shy-collapse-container-arrow {
|
|
1077
1077
|
font-size: 14px !important;
|
|
@@ -1202,40 +1202,40 @@ span.iconify {
|
|
|
1202
1202
|
.shy-tinymce-container textarea {
|
|
1203
1203
|
z-index: -1;
|
|
1204
1204
|
visibility: hidden;
|
|
1205
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1205
|
+
}.shy-table-edit-icon-plus[data-v-9232fde4] {
|
|
1206
1206
|
width: 30px;
|
|
1207
1207
|
height: 30px;
|
|
1208
1208
|
font-size: 30px;
|
|
1209
1209
|
cursor: pointer;
|
|
1210
1210
|
display: flex;
|
|
1211
1211
|
}
|
|
1212
|
-
.table-children[data-v-
|
|
1212
|
+
.table-children[data-v-9232fde4] .ant-form-item {
|
|
1213
1213
|
margin-bottom: 0 !important;
|
|
1214
1214
|
}
|
|
1215
|
-
.table-children-required[data-v-
|
|
1215
|
+
.table-children-required[data-v-9232fde4] {
|
|
1216
1216
|
color: #ff4d4f;
|
|
1217
1217
|
margin-right: 4px;
|
|
1218
1218
|
}
|
|
1219
|
-
.table-children[data-v-
|
|
1219
|
+
.table-children[data-v-9232fde4] .ant-table-cell {
|
|
1220
1220
|
padding: 8px !important;
|
|
1221
1221
|
}
|
|
1222
|
-
.table-children[data-v-
|
|
1222
|
+
.table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
|
|
1223
1223
|
display: none;
|
|
1224
1224
|
}
|
|
1225
|
-
.table-children-delete-wrapper[data-v-
|
|
1225
|
+
.table-children-delete-wrapper[data-v-9232fde4] {
|
|
1226
1226
|
display: flex;
|
|
1227
1227
|
height: 100%;
|
|
1228
1228
|
justify-content: center;
|
|
1229
1229
|
}
|
|
1230
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1230
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
|
|
1231
1231
|
display: flex;
|
|
1232
1232
|
justify-content: center;
|
|
1233
1233
|
align-items: center;
|
|
1234
1234
|
}
|
|
1235
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1235
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
|
|
1236
1236
|
display: none;
|
|
1237
1237
|
}
|
|
1238
|
-
.table-children-delete-item[data-v-
|
|
1238
|
+
.table-children-delete-item[data-v-9232fde4] {
|
|
1239
1239
|
background-color: red;
|
|
1240
1240
|
border-radius: 50%;
|
|
1241
1241
|
width: 30px;
|
|
@@ -1244,7 +1244,7 @@ span.iconify {
|
|
|
1244
1244
|
display: none;
|
|
1245
1245
|
cursor: pointer;
|
|
1246
1246
|
}
|
|
1247
|
-
.table-children-delete-index[data-v-
|
|
1247
|
+
.table-children-delete-index[data-v-9232fde4] {
|
|
1248
1248
|
user-select: none;
|
|
1249
1249
|
display: inline-block;
|
|
1250
1250
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1422,7 +1422,7 @@ html[data-theme='light'] {
|
|
|
1422
1422
|
}
|
|
1423
1423
|
.shy-basic-help__wrap p {
|
|
1424
1424
|
margin-bottom: 0;
|
|
1425
|
-
}[data-v-
|
|
1425
|
+
}[data-v-d388ea3f]:root {
|
|
1426
1426
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1427
1427
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1428
1428
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1434,17 +1434,17 @@ html[data-theme='light'] {
|
|
|
1434
1434
|
--light: #fff;
|
|
1435
1435
|
--dark: #141414;
|
|
1436
1436
|
}
|
|
1437
|
-
html[data-theme='dark'][data-v-
|
|
1437
|
+
html[data-theme='dark'][data-v-d388ea3f] {
|
|
1438
1438
|
--theme: var(--dark);
|
|
1439
1439
|
--text-color: var(--light);
|
|
1440
1440
|
color-scheme: dark;
|
|
1441
1441
|
}
|
|
1442
|
-
html[data-theme='light'][data-v-
|
|
1442
|
+
html[data-theme='light'][data-v-d388ea3f] {
|
|
1443
1443
|
--theme: var(--light);
|
|
1444
1444
|
--text-color: var(--dark);
|
|
1445
1445
|
color-scheme: light;
|
|
1446
1446
|
}
|
|
1447
|
-
.shy-basic-title[data-v-
|
|
1447
|
+
.shy-basic-title[data-v-d388ea3f] {
|
|
1448
1448
|
position: relative;
|
|
1449
1449
|
display: flex;
|
|
1450
1450
|
font-size: 16px;
|
|
@@ -1454,11 +1454,11 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
1454
1454
|
cursor: pointer;
|
|
1455
1455
|
user-select: none;
|
|
1456
1456
|
}
|
|
1457
|
-
.shy-basic-title-normal[data-v-
|
|
1457
|
+
.shy-basic-title-normal[data-v-d388ea3f] {
|
|
1458
1458
|
font-size: 14px;
|
|
1459
1459
|
font-weight: 500;
|
|
1460
1460
|
}
|
|
1461
|
-
.shy-basic-title-show-span[data-v-
|
|
1461
|
+
.shy-basic-title-show-span[data-v-d388ea3f]::before {
|
|
1462
1462
|
position: absolute;
|
|
1463
1463
|
top: 4px;
|
|
1464
1464
|
left: 0;
|
|
@@ -1468,7 +1468,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
1468
1468
|
background-color: #006eff;
|
|
1469
1469
|
content: '';
|
|
1470
1470
|
}
|
|
1471
|
-
.shy-basic-title-help[data-v-
|
|
1471
|
+
.shy-basic-title-help[data-v-d388ea3f] {
|
|
1472
1472
|
margin-left: 10px;
|
|
1473
1473
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1474
1474
|
padding: 0;
|
|
@@ -1760,7 +1760,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
1760
1760
|
}
|
|
1761
1761
|
.table-children-err-popover .ant-popover-inner-content {
|
|
1762
1762
|
padding: 6px 16px;
|
|
1763
|
-
}.shy-search[data-v-
|
|
1763
|
+
}.shy-search[data-v-b90f77bd] {
|
|
1764
1764
|
position: relative;
|
|
1765
1765
|
display: flex;
|
|
1766
1766
|
align-items: center;
|
|
@@ -2083,7 +2083,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2083
2083
|
}
|
|
2084
2084
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2085
2085
|
height: 220px;
|
|
2086
|
-
}.icon-selected[data-v-
|
|
2086
|
+
}.icon-selected[data-v-c5892da8] {
|
|
2087
2087
|
color: #498bf8;
|
|
2088
2088
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2089
2089
|
margin-bottom: 0;
|
|
@@ -2153,7 +2153,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2153
2153
|
}
|
|
2154
2154
|
.shy-basic-table-header__toolbar > * {
|
|
2155
2155
|
margin-right: 8px;
|
|
2156
|
-
}.shy-basic-table-global-search[data-v-
|
|
2156
|
+
}.shy-basic-table-global-search[data-v-ee7fb814] {
|
|
2157
2157
|
position: absolute;
|
|
2158
2158
|
top: 40px;
|
|
2159
2159
|
right: 131px;
|
|
@@ -2165,7 +2165,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2165
2165
|
border: 1px solid #ebebeb;
|
|
2166
2166
|
padding: 10px;
|
|
2167
2167
|
}
|
|
2168
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2168
|
+
.shy-basic-table-global-search-item-global[data-v-ee7fb814] {
|
|
2169
2169
|
height: 32px;
|
|
2170
2170
|
line-height: 32px;
|
|
2171
2171
|
font-size: 14px;
|
|
@@ -2176,7 +2176,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2176
2176
|
align-items: center;
|
|
2177
2177
|
justify-content: space-between;
|
|
2178
2178
|
}
|
|
2179
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2179
|
+
.shy-basic-table-global-search-item-special[data-v-ee7fb814] {
|
|
2180
2180
|
height: 32px;
|
|
2181
2181
|
line-height: 32px;
|
|
2182
2182
|
font-size: 14px;
|
|
@@ -2187,10 +2187,10 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2187
2187
|
align-items: center;
|
|
2188
2188
|
justify-content: space-between;
|
|
2189
2189
|
}
|
|
2190
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2190
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-ee7fb814] {
|
|
2191
2191
|
padding: 0 8px;
|
|
2192
2192
|
}
|
|
2193
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2193
|
+
.shy-basic-table-global-search .selected-bg[data-v-ee7fb814] {
|
|
2194
2194
|
background-color: #ebf1ff;
|
|
2195
2195
|
}.shy-basic-table-img .ant-image {
|
|
2196
2196
|
margin-right: 4px;
|
|
@@ -2201,7 +2201,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2201
2201
|
}
|
|
2202
2202
|
.shy-basic-table-img .img-div {
|
|
2203
2203
|
display: inline-grid;
|
|
2204
|
-
}.app-iconify[data-v-
|
|
2204
|
+
}.app-iconify[data-v-21146269] {
|
|
2205
2205
|
vertical-align: middle;
|
|
2206
2206
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2207
2207
|
width: 100% !important;
|
|
@@ -2346,19 +2346,19 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2346
2346
|
}
|
|
2347
2347
|
.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
2348
|
overflow-y: auto !important;
|
|
2349
|
-
}.wrapper[data-v-
|
|
2349
|
+
}.wrapper[data-v-24f758b3] {
|
|
2350
2350
|
display: flex;
|
|
2351
2351
|
}
|
|
2352
|
-
.tree[data-v-
|
|
2352
|
+
.tree[data-v-24f758b3] {
|
|
2353
2353
|
flex: none;
|
|
2354
2354
|
}
|
|
2355
|
-
.table-wrapper[data-v-
|
|
2355
|
+
.table-wrapper[data-v-24f758b3] {
|
|
2356
2356
|
flex: 1 1 0%;
|
|
2357
2357
|
overflow: hidden;
|
|
2358
|
-
}[data-v-
|
|
2358
|
+
}[data-v-5427533c] .ant-input-group-addon {
|
|
2359
2359
|
padding: 0;
|
|
2360
2360
|
}
|
|
2361
|
-
.btn-wrapper[data-v-
|
|
2361
|
+
.btn-wrapper[data-v-5427533c] {
|
|
2362
2362
|
padding: 0 5px;
|
|
2363
2363
|
display: flex;
|
|
2364
2364
|
align-items: center;
|
|
@@ -2833,7 +2833,7 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2833
2833
|
}
|
|
2834
2834
|
.shy-cropper-avatar-upload-btn[data-v-a9902106] {
|
|
2835
2835
|
margin: 10px auto;
|
|
2836
|
-
}.full-loading[data-v-
|
|
2836
|
+
}.full-loading[data-v-33b23b82] {
|
|
2837
2837
|
position: fixed;
|
|
2838
2838
|
top: 0;
|
|
2839
2839
|
left: 0;
|
|
@@ -2845,16 +2845,16 @@ html[data-theme='light'][data-v-1b6517cc] {
|
|
|
2845
2845
|
align-items: center;
|
|
2846
2846
|
background-color: rgba(240, 242, 245, 0.4);
|
|
2847
2847
|
}
|
|
2848
|
-
.full-loading.absolute[data-v-
|
|
2848
|
+
.full-loading.absolute[data-v-33b23b82] {
|
|
2849
2849
|
position: absolute;
|
|
2850
2850
|
top: 0;
|
|
2851
2851
|
left: 0;
|
|
2852
2852
|
z-index: 300;
|
|
2853
2853
|
}
|
|
2854
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
2854
|
+
html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
2855
2855
|
background-color: rgba(0, 0, 0, 0.45);
|
|
2856
2856
|
}
|
|
2857
|
-
.full-loading.dark[data-v-
|
|
2857
|
+
.full-loading.dark[data-v-33b23b82] {
|
|
2858
2858
|
background-color: rgba(0, 0, 0, 0.45);
|
|
2859
2859
|
}.shy-basic-table-plus-wrapper {
|
|
2860
2860
|
display: flex;
|
|
@@ -7944,7 +7944,28 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7944
7944
|
font-size: 20px;
|
|
7945
7945
|
line-height: 24px;
|
|
7946
7946
|
font-weight: 500;
|
|
7947
|
-
}.shy-
|
|
7947
|
+
}.shy-tag {
|
|
7948
|
+
display: flex;
|
|
7949
|
+
gap: 8px;
|
|
7950
|
+
align-items: center;
|
|
7951
|
+
color: var(--color);
|
|
7952
|
+
}
|
|
7953
|
+
.shy-tag-pointer {
|
|
7954
|
+
min-width: 6px;
|
|
7955
|
+
max-width: 6px;
|
|
7956
|
+
min-height: 6px;
|
|
7957
|
+
max-height: 6px;
|
|
7958
|
+
background-color: var(--color);
|
|
7959
|
+
border-radius: 6px;
|
|
7960
|
+
}
|
|
7961
|
+
.shy-tag-label {
|
|
7962
|
+
color: var(--color);
|
|
7963
|
+
}
|
|
7964
|
+
.shy-tag .ant-tag {
|
|
7965
|
+
color: var(--color);
|
|
7966
|
+
background-color: hsl(from var(--color) h calc(s * 0.9) calc(l * 1.5) / 30%);
|
|
7967
|
+
border-color: hsl(from var(--color) h calc(s * 0.8) calc(l * 1.5));
|
|
7968
|
+
}.shy-basic-table-global-search[data-v-329dc06f] {
|
|
7948
7969
|
position: absolute;
|
|
7949
7970
|
top: 80px;
|
|
7950
7971
|
right: 131px;
|
|
@@ -7956,7 +7977,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7956
7977
|
border: 1px solid #ebebeb;
|
|
7957
7978
|
padding: 10px;
|
|
7958
7979
|
}
|
|
7959
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
7980
|
+
.shy-basic-table-global-search-item-global[data-v-329dc06f] {
|
|
7960
7981
|
height: 32px;
|
|
7961
7982
|
line-height: 32px;
|
|
7962
7983
|
font-size: 14px;
|
|
@@ -7967,7 +7988,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7967
7988
|
align-items: center;
|
|
7968
7989
|
justify-content: space-between;
|
|
7969
7990
|
}
|
|
7970
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
7991
|
+
.shy-basic-table-global-search-item-special[data-v-329dc06f] {
|
|
7971
7992
|
height: 32px;
|
|
7972
7993
|
line-height: 32px;
|
|
7973
7994
|
font-size: 14px;
|
|
@@ -7978,10 +7999,10 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
7978
7999
|
align-items: center;
|
|
7979
8000
|
justify-content: space-between;
|
|
7980
8001
|
}
|
|
7981
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8002
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-329dc06f] {
|
|
7982
8003
|
padding: 0 8px;
|
|
7983
8004
|
}
|
|
7984
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8005
|
+
.shy-basic-table-global-search .selected-bg[data-v-329dc06f] {
|
|
7985
8006
|
background-color: #ebf1ff;
|
|
7986
8007
|
}.shy-basic-table-header-cell__help {
|
|
7987
8008
|
margin-left: 8px;
|
|
@@ -8068,22 +8089,6 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8068
8089
|
.shy-ant-table .ant-table-body:has(.ant-table-summary) .ant-table-tbody tr:nth-last-child(1) td {
|
|
8069
8090
|
border-bottom: none;
|
|
8070
8091
|
}
|
|
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
8092
|
.shy-ant-table--inset .ant-table-wrapper {
|
|
8088
8093
|
padding: 0;
|
|
8089
8094
|
}
|
|
@@ -8474,30 +8479,30 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8474
8479
|
min-width: var(--min-width--large);
|
|
8475
8480
|
max-width: var(--max-width-large);
|
|
8476
8481
|
}
|
|
8477
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8482
|
+
}.shy-table-edit-icon-plus[data-v-5f20f43f] {
|
|
8478
8483
|
width: 30px;
|
|
8479
8484
|
height: 30px;
|
|
8480
8485
|
font-size: 30px;
|
|
8481
8486
|
cursor: pointer;
|
|
8482
8487
|
display: flex;
|
|
8483
8488
|
}
|
|
8484
|
-
.table-children[data-v-
|
|
8489
|
+
.table-children[data-v-5f20f43f] .ant-form-item {
|
|
8485
8490
|
margin-bottom: 0 !important;
|
|
8486
8491
|
}
|
|
8487
|
-
.table-children[data-v-
|
|
8492
|
+
.table-children[data-v-5f20f43f] {
|
|
8488
8493
|
width: 100%;
|
|
8489
8494
|
}
|
|
8490
|
-
.table-children-required[data-v-
|
|
8495
|
+
.table-children-required[data-v-5f20f43f] {
|
|
8491
8496
|
color: #ff4d4f;
|
|
8492
8497
|
margin-right: 4px;
|
|
8493
8498
|
}
|
|
8494
|
-
.table-children[data-v-
|
|
8499
|
+
.table-children[data-v-5f20f43f] .ant-table-cell {
|
|
8495
8500
|
padding: 8px !important;
|
|
8496
8501
|
}
|
|
8497
|
-
.table-children[data-v-
|
|
8502
|
+
.table-children[data-v-5f20f43f] .ant-table-cell .ant-form-item-explain {
|
|
8498
8503
|
display: none;
|
|
8499
8504
|
}
|
|
8500
|
-
.table-children-add-btn[data-v-
|
|
8505
|
+
.table-children-add-btn[data-v-5f20f43f] {
|
|
8501
8506
|
display: flex;
|
|
8502
8507
|
align-items: center;
|
|
8503
8508
|
padding-inline: 8px;
|
|
@@ -8507,21 +8512,21 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8507
8512
|
border-bottom-left-radius: 4px;
|
|
8508
8513
|
border-bottom-right-radius: 4px;
|
|
8509
8514
|
}
|
|
8510
|
-
.table-children-add-btn[data-v-
|
|
8515
|
+
.table-children-add-btn[data-v-5f20f43f] .ant-btn {
|
|
8511
8516
|
width: 100%;
|
|
8512
|
-
}.wrapper[data-v-
|
|
8517
|
+
}.wrapper[data-v-15e2dcbb] {
|
|
8513
8518
|
display: flex;
|
|
8514
8519
|
}
|
|
8515
|
-
.tree[data-v-
|
|
8520
|
+
.tree[data-v-15e2dcbb] {
|
|
8516
8521
|
flex: none;
|
|
8517
8522
|
}
|
|
8518
|
-
.table-wrapper[data-v-
|
|
8523
|
+
.table-wrapper[data-v-15e2dcbb] {
|
|
8519
8524
|
flex: 1 1 0%;
|
|
8520
8525
|
overflow: hidden;
|
|
8521
|
-
}[data-v-
|
|
8526
|
+
}[data-v-5019fbdf] .ant-input-group-addon {
|
|
8522
8527
|
padding: 0;
|
|
8523
8528
|
}
|
|
8524
|
-
.btn-wrapper[data-v-
|
|
8529
|
+
.btn-wrapper[data-v-5019fbdf] {
|
|
8525
8530
|
padding: 0 5px;
|
|
8526
8531
|
display: flex;
|
|
8527
8532
|
align-items: center;
|
|
@@ -8609,19 +8614,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8609
8614
|
}
|
|
8610
8615
|
.shy-basic-container-footer-cancel-right {
|
|
8611
8616
|
flex-direction: row-reverse;
|
|
8612
|
-
}[data-v-
|
|
8617
|
+
}[data-v-b1ced086] .ant-descriptions-item-content {
|
|
8613
8618
|
padding: 0 !important;
|
|
8614
8619
|
flex: 1;
|
|
8615
8620
|
height: 100%;
|
|
8616
8621
|
}
|
|
8617
|
-
[data-v-
|
|
8622
|
+
[data-v-b1ced086] .ant-form-item {
|
|
8618
8623
|
margin: 0;
|
|
8619
8624
|
}
|
|
8620
|
-
[data-v-
|
|
8625
|
+
[data-v-b1ced086] .ant-form-item-explain {
|
|
8621
8626
|
display: none;
|
|
8622
8627
|
}
|
|
8623
|
-
[data-v-
|
|
8624
|
-
--label-width: var(--
|
|
8628
|
+
[data-v-b1ced086] .ant-descriptions-item-label {
|
|
8629
|
+
--label-width: var(--7210fae1);
|
|
8625
8630
|
justify-content: right;
|
|
8626
8631
|
align-items: center;
|
|
8627
8632
|
width: var(--label-width) !important;
|
|
@@ -8630,59 +8635,59 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8630
8635
|
text-overflow: ellipsis;
|
|
8631
8636
|
color: #b1b1b1;
|
|
8632
8637
|
}
|
|
8633
|
-
[data-v-
|
|
8638
|
+
[data-v-b1ced086] .ant-descriptions-item-label span {
|
|
8634
8639
|
white-space: nowrap;
|
|
8635
8640
|
overflow: hidden;
|
|
8636
8641
|
text-overflow: ellipsis;
|
|
8637
8642
|
}
|
|
8638
|
-
[data-v-
|
|
8643
|
+
[data-v-b1ced086] .ant-descriptions-view tbody {
|
|
8639
8644
|
display: block;
|
|
8640
8645
|
}
|
|
8641
|
-
[data-v-
|
|
8646
|
+
[data-v-b1ced086] .ant-descriptions-view .ant-descriptions-row {
|
|
8642
8647
|
display: flex;
|
|
8643
8648
|
width: 100%;
|
|
8644
8649
|
align-items: center;
|
|
8645
8650
|
gap: 0 10px;
|
|
8646
8651
|
}
|
|
8647
|
-
[data-v-
|
|
8652
|
+
[data-v-b1ced086] .ant-descriptions-item-label.description-active::before {
|
|
8648
8653
|
content: '*';
|
|
8649
8654
|
color: red;
|
|
8650
8655
|
}
|
|
8651
|
-
[data-v-
|
|
8656
|
+
[data-v-b1ced086] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8652
8657
|
content: '*';
|
|
8653
8658
|
color: red;
|
|
8654
8659
|
}
|
|
8655
|
-
[data-v-
|
|
8660
|
+
[data-v-b1ced086] .ant-descriptions-item-label::after {
|
|
8656
8661
|
content: '';
|
|
8657
8662
|
}
|
|
8658
|
-
[data-v-
|
|
8663
|
+
[data-v-b1ced086] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8659
8664
|
content: '';
|
|
8660
8665
|
}
|
|
8661
|
-
[data-v-
|
|
8666
|
+
[data-v-b1ced086] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8662
8667
|
color: #ff4d4f !important;
|
|
8663
8668
|
}
|
|
8664
|
-
[data-v-
|
|
8669
|
+
[data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8665
8670
|
gap: 0;
|
|
8666
8671
|
}
|
|
8667
|
-
[data-v-
|
|
8672
|
+
[data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8668
8673
|
border: unset !important;
|
|
8669
8674
|
}
|
|
8670
|
-
[data-v-
|
|
8675
|
+
[data-v-b1ced086] .ant-descriptions-item-label.description-placeholder {
|
|
8671
8676
|
background-color: unset;
|
|
8672
8677
|
border-right: unset;
|
|
8673
8678
|
}
|
|
8674
|
-
[data-v-
|
|
8679
|
+
[data-v-b1ced086] .ant-descriptions-item {
|
|
8675
8680
|
flex: 1;
|
|
8676
8681
|
}
|
|
8677
|
-
[data-v-
|
|
8682
|
+
[data-v-b1ced086] .ant-row.ant-form-item {
|
|
8678
8683
|
width: 100%;
|
|
8679
8684
|
height: 100%;
|
|
8680
8685
|
}
|
|
8681
|
-
.descriptions-item-content[data-v-
|
|
8686
|
+
.descriptions-item-content[data-v-b1ced086] {
|
|
8682
8687
|
padding: 0 8px;
|
|
8683
8688
|
}.shy-basic-resize-wrapper {
|
|
8684
|
-
--design-width: var(--
|
|
8685
|
-
--design-height: var(--
|
|
8689
|
+
--design-width: var(--1a93f028);
|
|
8690
|
+
--design-height: var(--1e1b1b05);
|
|
8686
8691
|
}
|
|
8687
8692
|
.shy-basic-resize-wrapper-view {
|
|
8688
8693
|
position: absolute;
|
|
@@ -8893,9 +8898,6 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8893
8898
|
font-style: normal;
|
|
8894
8899
|
}
|
|
8895
8900
|
.shy-process-item .ant-collapse-extra .ant-tag {
|
|
8896
|
-
color: var(--color);
|
|
8897
|
-
border-color: var(--color);
|
|
8898
|
-
background-color: transparent;
|
|
8899
8901
|
margin-inline-end: unset;
|
|
8900
8902
|
}
|
|
8901
8903
|
.shy-process-item:last-child {
|