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