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