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