3h1-ui 3.0.0-next.56 → 3.0.0-next.57
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 +69 -65
- package/es/style.css +141 -155
- package/lib/index.js +69 -65
- package/lib/style.css +9119 -0
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -948,7 +948,7 @@ input:focus.ant-input {
|
|
|
948
948
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar {
|
|
949
949
|
position: absolute;
|
|
950
950
|
height: 10px;
|
|
951
|
-
width:
|
|
951
|
+
width: 10px;
|
|
952
952
|
}
|
|
953
953
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-thumb {
|
|
954
954
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
@@ -977,25 +977,19 @@ input:focus.ant-input {
|
|
|
977
977
|
.ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
978
978
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08) !important;
|
|
979
979
|
}
|
|
980
|
-
.ant-table-cell-scrollbar {
|
|
981
|
-
display: none;
|
|
982
|
-
}
|
|
983
980
|
.ant-table-body {
|
|
984
981
|
overflow: auto auto !important;
|
|
985
982
|
}
|
|
986
|
-
.ant-table-
|
|
987
|
-
|
|
988
|
-
}
|
|
989
|
-
.ant-table-body table:has(.ant-table-placeholder) .ant-table-expanded-row-fixed {
|
|
990
|
-
width: 100% !important;
|
|
991
|
-
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
983
|
+
.ant-table-cell-fix-right-first {
|
|
984
|
+
right: 0 !important;
|
|
985
|
+
}.shy-strength-meter-bar[data-v-678d40fd] {
|
|
992
986
|
position: relative;
|
|
993
987
|
margin: 10px auto 6px;
|
|
994
988
|
height: 6px;
|
|
995
989
|
background-color: rgba(0, 0, 0, 0.25);
|
|
996
990
|
border-radius: 6px;
|
|
997
991
|
}
|
|
998
|
-
.shy-strength-meter-bar[data-v-
|
|
992
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
999
993
|
position: absolute;
|
|
1000
994
|
z-index: 10;
|
|
1001
995
|
display: block;
|
|
@@ -1007,13 +1001,13 @@ input:focus.ant-input {
|
|
|
1007
1001
|
border-color: #fff;
|
|
1008
1002
|
content: '';
|
|
1009
1003
|
}
|
|
1010
|
-
.shy-strength-meter-bar[data-v-
|
|
1004
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before {
|
|
1011
1005
|
left: 20%;
|
|
1012
1006
|
}
|
|
1013
|
-
.shy-strength-meter-bar[data-v-
|
|
1007
|
+
.shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
1014
1008
|
right: 20%;
|
|
1015
1009
|
}
|
|
1016
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
1010
|
+
.shy-strength-meter-bar--fill[data-v-678d40fd] {
|
|
1017
1011
|
position: absolute;
|
|
1018
1012
|
width: 0;
|
|
1019
1013
|
height: inherit;
|
|
@@ -1021,32 +1015,32 @@ input:focus.ant-input {
|
|
|
1021
1015
|
border-radius: inherit;
|
|
1022
1016
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
1023
1017
|
}
|
|
1024
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
1018
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
|
|
1025
1019
|
width: 20%;
|
|
1026
1020
|
background-color: #e74242;
|
|
1027
1021
|
}
|
|
1028
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
1022
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
|
|
1029
1023
|
width: 40%;
|
|
1030
1024
|
background-color: #ED6F6F;
|
|
1031
1025
|
}
|
|
1032
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
1026
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
|
|
1033
1027
|
width: 60%;
|
|
1034
1028
|
background-color: #EFBD47;
|
|
1035
1029
|
}
|
|
1036
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
1030
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
|
|
1037
1031
|
width: 80%;
|
|
1038
1032
|
background-color: rgba(85, 209, 135, 0.5);
|
|
1039
1033
|
}
|
|
1040
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
1034
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
|
|
1041
1035
|
width: 100%;
|
|
1042
1036
|
background-color: #55D187;
|
|
1043
|
-
}.shy-svg-icon[data-v-
|
|
1037
|
+
}.shy-svg-icon[data-v-905fa4a6] {
|
|
1044
1038
|
display: inline-block;
|
|
1045
1039
|
overflow: hidden;
|
|
1046
1040
|
vertical-align: -0.15em;
|
|
1047
1041
|
fill: currentcolor;
|
|
1048
1042
|
}
|
|
1049
|
-
.svg-icon-spin[data-v-
|
|
1043
|
+
.svg-icon-spin[data-v-905fa4a6] {
|
|
1050
1044
|
animation: loadingCircle 1s infinite linear;
|
|
1051
1045
|
}.app-iconify {
|
|
1052
1046
|
display: inline-block;
|
|
@@ -1060,29 +1054,29 @@ span.iconify {
|
|
|
1060
1054
|
min-height: 1em;
|
|
1061
1055
|
background-color: #5551;
|
|
1062
1056
|
border-radius: 100%;
|
|
1063
|
-
}.shy-basic-arrow[data-v-
|
|
1057
|
+
}.shy-basic-arrow[data-v-fea26917] {
|
|
1064
1058
|
display: inline-block;
|
|
1065
1059
|
cursor: pointer;
|
|
1066
1060
|
transform: rotate(0deg);
|
|
1067
1061
|
transition: all 0.3s ease 0.1s;
|
|
1068
1062
|
transform-origin: center center;
|
|
1069
1063
|
}
|
|
1070
|
-
.shy-basic-arrow--active[data-v-
|
|
1064
|
+
.shy-basic-arrow--active[data-v-fea26917] {
|
|
1071
1065
|
transform: rotate(90deg);
|
|
1072
1066
|
}
|
|
1073
|
-
.shy-basic-arrow.inset[data-v-
|
|
1067
|
+
.shy-basic-arrow.inset[data-v-fea26917] {
|
|
1074
1068
|
line-height: 0px;
|
|
1075
1069
|
}
|
|
1076
|
-
.shy-basic-arrow.up[data-v-
|
|
1070
|
+
.shy-basic-arrow.up[data-v-fea26917] {
|
|
1077
1071
|
transform: rotate(-90deg);
|
|
1078
1072
|
}
|
|
1079
|
-
.shy-basic-arrow.down[data-v-
|
|
1073
|
+
.shy-basic-arrow.down[data-v-fea26917] {
|
|
1080
1074
|
transform: rotate(90deg);
|
|
1081
1075
|
}
|
|
1082
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1076
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
|
|
1083
1077
|
transform: rotate(90deg);
|
|
1084
1078
|
}
|
|
1085
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1079
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
|
|
1086
1080
|
transform: rotate(-90deg);
|
|
1087
1081
|
}.shy-basic-help {
|
|
1088
1082
|
display: inline-block;
|
|
@@ -1096,7 +1090,7 @@ span.iconify {
|
|
|
1096
1090
|
}
|
|
1097
1091
|
.shy-basic-help__wrap p {
|
|
1098
1092
|
margin-bottom: 0;
|
|
1099
|
-
}.shy-basic-title[data-v-
|
|
1093
|
+
}.shy-basic-title[data-v-df3764dc] {
|
|
1100
1094
|
position: relative;
|
|
1101
1095
|
display: flex;
|
|
1102
1096
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1109,7 +1103,7 @@ span.iconify {
|
|
|
1109
1103
|
justify-content: space-between;
|
|
1110
1104
|
align-items: center;
|
|
1111
1105
|
}
|
|
1112
|
-
.shy-basic-title-show-span[data-v-
|
|
1106
|
+
.shy-basic-title-show-span[data-v-df3764dc]::before {
|
|
1113
1107
|
content: '';
|
|
1114
1108
|
position: absolute;
|
|
1115
1109
|
width: 2px;
|
|
@@ -1120,17 +1114,17 @@ span.iconify {
|
|
|
1120
1114
|
top: 50%;
|
|
1121
1115
|
transform: translateY(-50%);
|
|
1122
1116
|
}
|
|
1123
|
-
.shy-basic-title-help[data-v-
|
|
1117
|
+
.shy-basic-title-help[data-v-df3764dc] {
|
|
1124
1118
|
margin-left: 10px;
|
|
1125
1119
|
}
|
|
1126
|
-
.shy-basic-title-expand[data-v-
|
|
1120
|
+
.shy-basic-title-expand[data-v-df3764dc] {
|
|
1127
1121
|
cursor: pointer;
|
|
1128
1122
|
font-size: 14px;
|
|
1129
1123
|
display: flex;
|
|
1130
1124
|
align-items: center;
|
|
1131
1125
|
color: var(--primary-5);
|
|
1132
1126
|
}
|
|
1133
|
-
.shy-basic-title-expand-icon[data-v-
|
|
1127
|
+
.shy-basic-title-expand-icon[data-v-df3764dc] {
|
|
1134
1128
|
margin-right: 3px;
|
|
1135
1129
|
}.shy-collapse-container {
|
|
1136
1130
|
background-color: #ffffff;
|
|
@@ -1254,40 +1248,40 @@ span.iconify {
|
|
|
1254
1248
|
.shy-tinymce-container textarea {
|
|
1255
1249
|
z-index: -1;
|
|
1256
1250
|
visibility: hidden;
|
|
1257
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1251
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1258
1252
|
width: 30px;
|
|
1259
1253
|
height: 30px;
|
|
1260
1254
|
font-size: 30px;
|
|
1261
1255
|
cursor: pointer;
|
|
1262
1256
|
display: flex;
|
|
1263
1257
|
}
|
|
1264
|
-
.table-children[data-v-
|
|
1258
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1265
1259
|
margin-bottom: 0 !important;
|
|
1266
1260
|
}
|
|
1267
|
-
.table-children-required[data-v-
|
|
1261
|
+
.table-children-required[data-v-95018c58] {
|
|
1268
1262
|
color: #ff4d4f;
|
|
1269
1263
|
margin-right: 4px;
|
|
1270
1264
|
}
|
|
1271
|
-
.table-children[data-v-
|
|
1265
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1272
1266
|
padding: 8px !important;
|
|
1273
1267
|
}
|
|
1274
|
-
.table-children[data-v-
|
|
1268
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1275
1269
|
display: none;
|
|
1276
1270
|
}
|
|
1277
|
-
.table-children-delete-wrapper[data-v-
|
|
1271
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1278
1272
|
display: flex;
|
|
1279
1273
|
height: 100%;
|
|
1280
1274
|
justify-content: center;
|
|
1281
1275
|
}
|
|
1282
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1276
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1283
1277
|
display: flex;
|
|
1284
1278
|
justify-content: center;
|
|
1285
1279
|
align-items: center;
|
|
1286
1280
|
}
|
|
1287
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1281
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1288
1282
|
display: none;
|
|
1289
1283
|
}
|
|
1290
|
-
.table-children-delete-item[data-v-
|
|
1284
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1291
1285
|
background-color: red;
|
|
1292
1286
|
border-radius: 50%;
|
|
1293
1287
|
width: 30px;
|
|
@@ -1296,7 +1290,7 @@ span.iconify {
|
|
|
1296
1290
|
display: none;
|
|
1297
1291
|
cursor: pointer;
|
|
1298
1292
|
}
|
|
1299
|
-
.table-children-delete-index[data-v-
|
|
1293
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1300
1294
|
user-select: none;
|
|
1301
1295
|
display: inline-block;
|
|
1302
1296
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1631,7 +1625,7 @@ span.iconify {
|
|
|
1631
1625
|
}
|
|
1632
1626
|
.shy-basic-help__wrap p {
|
|
1633
1627
|
margin-bottom: 0;
|
|
1634
|
-
}[data-v-
|
|
1628
|
+
}[data-v-fdc837af]:root {
|
|
1635
1629
|
--primary-1: #dafbe1;
|
|
1636
1630
|
--primary-2: #aceebb;
|
|
1637
1631
|
--primary-3: #6fdd8b;
|
|
@@ -1732,7 +1726,7 @@ span.iconify {
|
|
|
1732
1726
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1733
1727
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1734
1728
|
}
|
|
1735
|
-
.shy-basic-title[data-v-
|
|
1729
|
+
.shy-basic-title[data-v-fdc837af] {
|
|
1736
1730
|
position: relative;
|
|
1737
1731
|
display: flex;
|
|
1738
1732
|
padding-left: 7px;
|
|
@@ -1743,11 +1737,11 @@ span.iconify {
|
|
|
1743
1737
|
cursor: pointer;
|
|
1744
1738
|
user-select: none;
|
|
1745
1739
|
}
|
|
1746
|
-
.shy-basic-title-normal[data-v-
|
|
1740
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
1747
1741
|
font-size: 14px;
|
|
1748
1742
|
font-weight: 500;
|
|
1749
1743
|
}
|
|
1750
|
-
.shy-basic-title-show-span[data-v-
|
|
1744
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
1751
1745
|
position: absolute;
|
|
1752
1746
|
top: 4px;
|
|
1753
1747
|
left: 0;
|
|
@@ -1757,7 +1751,7 @@ span.iconify {
|
|
|
1757
1751
|
background-color: #006eff;
|
|
1758
1752
|
content: '';
|
|
1759
1753
|
}
|
|
1760
|
-
.shy-basic-title-help[data-v-
|
|
1754
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
1761
1755
|
margin-left: 10px;
|
|
1762
1756
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1763
1757
|
padding: 0;
|
|
@@ -2048,7 +2042,7 @@ span.iconify {
|
|
|
2048
2042
|
}
|
|
2049
2043
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2050
2044
|
padding: 6px 16px;
|
|
2051
|
-
}.shy-search[data-v-
|
|
2045
|
+
}.shy-search[data-v-d8be8a1f] {
|
|
2052
2046
|
position: relative;
|
|
2053
2047
|
display: flex;
|
|
2054
2048
|
align-items: center;
|
|
@@ -2152,7 +2146,7 @@ span.iconify {
|
|
|
2152
2146
|
.shy-tree__action {
|
|
2153
2147
|
margin-left: 4px;
|
|
2154
2148
|
visibility: hidden;
|
|
2155
|
-
}.shy-page-footer[data-v-
|
|
2149
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
2156
2150
|
position: fixed;
|
|
2157
2151
|
right: 0;
|
|
2158
2152
|
bottom: 0;
|
|
@@ -2167,7 +2161,7 @@ span.iconify {
|
|
|
2167
2161
|
line-height: 44px;
|
|
2168
2162
|
border-top: 1px solid #E4E7ED;
|
|
2169
2163
|
}
|
|
2170
|
-
.shy-page-footer__left[data-v-
|
|
2164
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
2171
2165
|
flex: 1 1;
|
|
2172
2166
|
}.shy-page-wrapper {
|
|
2173
2167
|
position: relative;
|
|
@@ -2339,7 +2333,7 @@ span.iconify {
|
|
|
2339
2333
|
}
|
|
2340
2334
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2341
2335
|
height: 220px;
|
|
2342
|
-
}.icon-selected[data-v-
|
|
2336
|
+
}.icon-selected[data-v-f74ee46a] {
|
|
2343
2337
|
color: #498bf8;
|
|
2344
2338
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2345
2339
|
margin-bottom: 0;
|
|
@@ -2409,7 +2403,7 @@ span.iconify {
|
|
|
2409
2403
|
}
|
|
2410
2404
|
.shy-basic-table-header__toolbar > * {
|
|
2411
2405
|
margin-right: 8px;
|
|
2412
|
-
}.shy-basic-table-global-search[data-v-
|
|
2406
|
+
}.shy-basic-table-global-search[data-v-90331d26] {
|
|
2413
2407
|
position: absolute;
|
|
2414
2408
|
top: 40px;
|
|
2415
2409
|
right: 131px;
|
|
@@ -2421,7 +2415,7 @@ span.iconify {
|
|
|
2421
2415
|
border: 1px solid #ebebeb;
|
|
2422
2416
|
padding: 10px;
|
|
2423
2417
|
}
|
|
2424
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2418
|
+
.shy-basic-table-global-search-item-global[data-v-90331d26] {
|
|
2425
2419
|
height: 32px;
|
|
2426
2420
|
line-height: 32px;
|
|
2427
2421
|
font-size: 14px;
|
|
@@ -2432,7 +2426,7 @@ span.iconify {
|
|
|
2432
2426
|
align-items: center;
|
|
2433
2427
|
justify-content: space-between;
|
|
2434
2428
|
}
|
|
2435
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2429
|
+
.shy-basic-table-global-search-item-special[data-v-90331d26] {
|
|
2436
2430
|
height: 32px;
|
|
2437
2431
|
line-height: 32px;
|
|
2438
2432
|
font-size: 14px;
|
|
@@ -2443,10 +2437,10 @@ span.iconify {
|
|
|
2443
2437
|
align-items: center;
|
|
2444
2438
|
justify-content: space-between;
|
|
2445
2439
|
}
|
|
2446
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2440
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
|
|
2447
2441
|
padding: 0 8px;
|
|
2448
2442
|
}
|
|
2449
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2443
|
+
.shy-basic-table-global-search .selected-bg[data-v-90331d26] {
|
|
2450
2444
|
background-color: #ebf1ff;
|
|
2451
2445
|
}.shy-basic-table-img .ant-image {
|
|
2452
2446
|
margin-right: 4px;
|
|
@@ -2457,7 +2451,7 @@ span.iconify {
|
|
|
2457
2451
|
}
|
|
2458
2452
|
.shy-basic-table-img .img-div {
|
|
2459
2453
|
display: inline-grid;
|
|
2460
|
-
}.app-iconify[data-v-
|
|
2454
|
+
}.app-iconify[data-v-7d89a0e9] {
|
|
2461
2455
|
vertical-align: middle;
|
|
2462
2456
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2463
2457
|
width: 100% !important;
|
|
@@ -2602,19 +2596,19 @@ span.iconify {
|
|
|
2602
2596
|
}
|
|
2603
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 {
|
|
2604
2598
|
overflow-y: auto !important;
|
|
2605
|
-
}.wrapper[data-v-
|
|
2599
|
+
}.wrapper[data-v-4dc415ac] {
|
|
2606
2600
|
display: flex;
|
|
2607
2601
|
}
|
|
2608
|
-
.tree[data-v-
|
|
2602
|
+
.tree[data-v-4dc415ac] {
|
|
2609
2603
|
flex: none;
|
|
2610
2604
|
}
|
|
2611
|
-
.table-wrapper[data-v-
|
|
2605
|
+
.table-wrapper[data-v-4dc415ac] {
|
|
2612
2606
|
flex: 1 1 0%;
|
|
2613
2607
|
overflow: hidden;
|
|
2614
|
-
}[data-v-
|
|
2608
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
2615
2609
|
padding: 0;
|
|
2616
2610
|
}
|
|
2617
|
-
.btn-wrapper[data-v-
|
|
2611
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
2618
2612
|
padding: 0 5px;
|
|
2619
2613
|
display: flex;
|
|
2620
2614
|
align-items: center;
|
|
@@ -3055,21 +3049,21 @@ span.iconify {
|
|
|
3055
3049
|
padding-top: 8px;
|
|
3056
3050
|
margin-top: 8px;
|
|
3057
3051
|
border-top: 1px solid #E4E7ED;
|
|
3058
|
-
}.shy-cropper-avatar[data-v-
|
|
3052
|
+
}.shy-cropper-avatar[data-v-31315934] {
|
|
3059
3053
|
display: inline-block;
|
|
3060
3054
|
text-align: center;
|
|
3061
3055
|
}
|
|
3062
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
3056
|
+
.shy-cropper-avatar-image-wrapper[data-v-31315934] {
|
|
3063
3057
|
overflow: hidden;
|
|
3064
3058
|
cursor: pointer;
|
|
3065
3059
|
background: #ffffff;
|
|
3066
3060
|
border: 1px solid #E4E7ED;
|
|
3067
3061
|
border-radius: 50%;
|
|
3068
3062
|
}
|
|
3069
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
3063
|
+
.shy-cropper-avatar-image-wrapper img[data-v-31315934] {
|
|
3070
3064
|
width: 100%;
|
|
3071
3065
|
}
|
|
3072
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3066
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] {
|
|
3073
3067
|
position: absolute;
|
|
3074
3068
|
width: inherit;
|
|
3075
3069
|
height: inherit;
|
|
@@ -3080,15 +3074,15 @@ span.iconify {
|
|
|
3080
3074
|
transition: opacity 0.4s;
|
|
3081
3075
|
cursor: pointer;
|
|
3082
3076
|
}
|
|
3083
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3077
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] svg {
|
|
3084
3078
|
margin: auto;
|
|
3085
3079
|
}
|
|
3086
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3080
|
+
.shy-cropper-avatar-image-mask[data-v-31315934]:hover {
|
|
3087
3081
|
opacity: 40;
|
|
3088
3082
|
}
|
|
3089
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
3083
|
+
.shy-cropper-avatar-upload-btn[data-v-31315934] {
|
|
3090
3084
|
margin: 10px auto;
|
|
3091
|
-
}.full-loading[data-v-
|
|
3085
|
+
}.full-loading[data-v-ee545744] {
|
|
3092
3086
|
position: fixed;
|
|
3093
3087
|
top: 0;
|
|
3094
3088
|
left: 0;
|
|
@@ -3100,16 +3094,16 @@ span.iconify {
|
|
|
3100
3094
|
align-items: center;
|
|
3101
3095
|
background-color: rgba(240, 242, 245, 0.4);
|
|
3102
3096
|
}
|
|
3103
|
-
.full-loading.absolute[data-v-
|
|
3097
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
3104
3098
|
position: absolute;
|
|
3105
3099
|
top: 0;
|
|
3106
3100
|
left: 0;
|
|
3107
3101
|
z-index: 300;
|
|
3108
3102
|
}
|
|
3109
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
3103
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
3110
3104
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3111
3105
|
}
|
|
3112
|
-
.full-loading.dark[data-v-
|
|
3106
|
+
.full-loading.dark[data-v-ee545744] {
|
|
3113
3107
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3114
3108
|
}.shy-basic-table-plus-wrapper {
|
|
3115
3109
|
display: flex;
|
|
@@ -8184,19 +8178,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8184
8178
|
}
|
|
8185
8179
|
.shy-basic-container-footer-cancel-right {
|
|
8186
8180
|
flex-direction: row-reverse;
|
|
8187
|
-
}[data-v-
|
|
8181
|
+
}[data-v-2d2eda80] .ant-descriptions-item-content {
|
|
8188
8182
|
padding: 0 !important;
|
|
8189
8183
|
flex: 1;
|
|
8190
8184
|
height: 100%;
|
|
8191
8185
|
}
|
|
8192
|
-
[data-v-
|
|
8186
|
+
[data-v-2d2eda80] .ant-form-item {
|
|
8193
8187
|
margin: 0;
|
|
8194
8188
|
}
|
|
8195
|
-
[data-v-
|
|
8189
|
+
[data-v-2d2eda80] .ant-form-item-explain {
|
|
8196
8190
|
display: none;
|
|
8197
8191
|
}
|
|
8198
|
-
[data-v-
|
|
8199
|
-
--label-width: var(--
|
|
8192
|
+
[data-v-2d2eda80] .ant-descriptions-item-label {
|
|
8193
|
+
--label-width: var(--989efb00);
|
|
8200
8194
|
justify-content: right;
|
|
8201
8195
|
align-items: center;
|
|
8202
8196
|
width: var(--label-width) !important;
|
|
@@ -8205,59 +8199,59 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8205
8199
|
text-overflow: ellipsis;
|
|
8206
8200
|
color: #b1b1b1;
|
|
8207
8201
|
}
|
|
8208
|
-
[data-v-
|
|
8202
|
+
[data-v-2d2eda80] .ant-descriptions-item-label span {
|
|
8209
8203
|
white-space: nowrap;
|
|
8210
8204
|
overflow: hidden;
|
|
8211
8205
|
text-overflow: ellipsis;
|
|
8212
8206
|
}
|
|
8213
|
-
[data-v-
|
|
8207
|
+
[data-v-2d2eda80] .ant-descriptions-view tbody {
|
|
8214
8208
|
display: block;
|
|
8215
8209
|
}
|
|
8216
|
-
[data-v-
|
|
8210
|
+
[data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
|
|
8217
8211
|
display: flex;
|
|
8218
8212
|
width: 100%;
|
|
8219
8213
|
align-items: center;
|
|
8220
8214
|
gap: 0 10px;
|
|
8221
8215
|
}
|
|
8222
|
-
[data-v-
|
|
8216
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
|
|
8223
8217
|
content: '*';
|
|
8224
8218
|
color: red;
|
|
8225
8219
|
}
|
|
8226
|
-
[data-v-
|
|
8220
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8227
8221
|
content: '*';
|
|
8228
8222
|
color: red;
|
|
8229
8223
|
}
|
|
8230
|
-
[data-v-
|
|
8224
|
+
[data-v-2d2eda80] .ant-descriptions-item-label::after {
|
|
8231
8225
|
content: '';
|
|
8232
8226
|
}
|
|
8233
|
-
[data-v-
|
|
8227
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8234
8228
|
content: '';
|
|
8235
8229
|
}
|
|
8236
|
-
[data-v-
|
|
8230
|
+
[data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8237
8231
|
color: #ff4d4f !important;
|
|
8238
8232
|
}
|
|
8239
|
-
[data-v-
|
|
8233
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8240
8234
|
gap: 0;
|
|
8241
8235
|
}
|
|
8242
|
-
[data-v-
|
|
8236
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8243
8237
|
border: unset !important;
|
|
8244
8238
|
}
|
|
8245
|
-
[data-v-
|
|
8239
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
|
|
8246
8240
|
background-color: unset;
|
|
8247
8241
|
border-right: unset;
|
|
8248
8242
|
}
|
|
8249
|
-
[data-v-
|
|
8243
|
+
[data-v-2d2eda80] .ant-descriptions-item {
|
|
8250
8244
|
flex: 1;
|
|
8251
8245
|
}
|
|
8252
|
-
[data-v-
|
|
8246
|
+
[data-v-2d2eda80] .ant-row.ant-form-item {
|
|
8253
8247
|
width: 100%;
|
|
8254
8248
|
height: 100%;
|
|
8255
8249
|
}
|
|
8256
|
-
.descriptions-item-content[data-v-
|
|
8250
|
+
.descriptions-item-content[data-v-2d2eda80] {
|
|
8257
8251
|
padding: 0 8px;
|
|
8258
8252
|
}.shy-basic-resize-wrapper {
|
|
8259
|
-
--design-width: var(--
|
|
8260
|
-
--design-height: var(--
|
|
8253
|
+
--design-width: var(--0aaa544f);
|
|
8254
|
+
--design-height: var(--30d13bbe);
|
|
8261
8255
|
}
|
|
8262
8256
|
.shy-basic-resize-wrapper-view {
|
|
8263
8257
|
position: absolute;
|
|
@@ -8273,40 +8267,40 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8273
8267
|
overflow: auto;
|
|
8274
8268
|
padding: 0 0;
|
|
8275
8269
|
height: 100%;
|
|
8276
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8270
|
+
}.shy-table-edit-icon-plus[data-v-abb4b35a] {
|
|
8277
8271
|
width: 30px;
|
|
8278
8272
|
height: 30px;
|
|
8279
8273
|
font-size: 30px;
|
|
8280
8274
|
cursor: pointer;
|
|
8281
8275
|
display: flex;
|
|
8282
8276
|
}
|
|
8283
|
-
.table-children[data-v-
|
|
8277
|
+
.table-children[data-v-abb4b35a] .ant-form-item {
|
|
8284
8278
|
margin-bottom: 0 !important;
|
|
8285
8279
|
}
|
|
8286
|
-
.table-children-required[data-v-
|
|
8280
|
+
.table-children-required[data-v-abb4b35a] {
|
|
8287
8281
|
color: #ff4d4f;
|
|
8288
8282
|
margin-right: 4px;
|
|
8289
8283
|
}
|
|
8290
|
-
.table-children[data-v-
|
|
8284
|
+
.table-children[data-v-abb4b35a] .ant-table-cell {
|
|
8291
8285
|
padding: 8px !important;
|
|
8292
8286
|
}
|
|
8293
|
-
.table-children[data-v-
|
|
8287
|
+
.table-children[data-v-abb4b35a] .ant-table-cell .ant-form-item-explain {
|
|
8294
8288
|
display: none;
|
|
8295
8289
|
}
|
|
8296
|
-
.table-children-delete-wrapper[data-v-
|
|
8290
|
+
.table-children-delete-wrapper[data-v-abb4b35a] {
|
|
8297
8291
|
display: flex;
|
|
8298
8292
|
height: 100%;
|
|
8299
8293
|
justify-content: center;
|
|
8300
8294
|
}
|
|
8301
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
8295
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-abb4b35a] {
|
|
8302
8296
|
display: flex;
|
|
8303
8297
|
justify-content: center;
|
|
8304
8298
|
align-items: center;
|
|
8305
8299
|
}
|
|
8306
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
8300
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-abb4b35a] {
|
|
8307
8301
|
display: none;
|
|
8308
8302
|
}
|
|
8309
|
-
.table-children-delete-item[data-v-
|
|
8303
|
+
.table-children-delete-item[data-v-abb4b35a] {
|
|
8310
8304
|
background-color: red;
|
|
8311
8305
|
border-radius: 50%;
|
|
8312
8306
|
width: 30px;
|
|
@@ -8315,7 +8309,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8315
8309
|
display: none;
|
|
8316
8310
|
cursor: pointer;
|
|
8317
8311
|
}
|
|
8318
|
-
.table-children-delete-index[data-v-
|
|
8312
|
+
.table-children-delete-index[data-v-abb4b35a] {
|
|
8319
8313
|
user-select: none;
|
|
8320
8314
|
display: inline-block;
|
|
8321
8315
|
}.shy-ant-form {
|
|
@@ -8440,80 +8434,72 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8440
8434
|
width: 100%;
|
|
8441
8435
|
background-color: var(--gray-3);
|
|
8442
8436
|
}
|
|
8443
|
-
.shy-ant-form-wrapper {
|
|
8444
|
-
--max-width-large: 1224px;
|
|
8445
|
-
--max-width-middle: 864px;
|
|
8446
|
-
--max-width-small: 720px;
|
|
8447
|
-
--min-width--large: 70%;
|
|
8448
|
-
--min-width--middle: 69%;
|
|
8449
|
-
--min-width--small: 68%;
|
|
8450
|
-
}
|
|
8451
8437
|
@media screen and (max-width: 1440px) {
|
|
8452
8438
|
.shy-ant-form-wrapper-col-1 {
|
|
8453
|
-
min-width:
|
|
8454
|
-
max-width:
|
|
8439
|
+
min-width: 46%;
|
|
8440
|
+
max-width: 492px;
|
|
8455
8441
|
}
|
|
8456
8442
|
}
|
|
8457
8443
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8458
8444
|
.shy-ant-form-wrapper-col-1 {
|
|
8459
|
-
min-width:
|
|
8460
|
-
max-width:
|
|
8445
|
+
min-width: 47%;
|
|
8446
|
+
max-width: 588px;
|
|
8461
8447
|
}
|
|
8462
8448
|
}
|
|
8463
8449
|
@media screen and (min-width: 1920px) {
|
|
8464
8450
|
.shy-ant-form-wrapper-col-1 {
|
|
8465
|
-
min-width:
|
|
8466
|
-
max-width:
|
|
8451
|
+
min-width: 48%;
|
|
8452
|
+
max-width: 828px;
|
|
8467
8453
|
}
|
|
8468
8454
|
}
|
|
8469
8455
|
@media screen and (max-width: 1440px) {
|
|
8470
8456
|
.shy-ant-form-wrapper-col-2 {
|
|
8471
|
-
min-width:
|
|
8472
|
-
max-width:
|
|
8457
|
+
min-width: 69%;
|
|
8458
|
+
max-width: 732px;
|
|
8473
8459
|
}
|
|
8474
8460
|
}
|
|
8475
8461
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8476
8462
|
.shy-ant-form-wrapper-col-2 {
|
|
8477
|
-
min-width:
|
|
8478
|
-
max-width:
|
|
8463
|
+
min-width: 70%;
|
|
8464
|
+
max-width: 876px;
|
|
8479
8465
|
}
|
|
8480
8466
|
}
|
|
8481
8467
|
@media screen and (min-width: 1920px) {
|
|
8482
8468
|
.shy-ant-form-wrapper-col-2 {
|
|
8483
|
-
min-width:
|
|
8484
|
-
max-width:
|
|
8469
|
+
min-width: 71%;
|
|
8470
|
+
max-width: 1236px;
|
|
8485
8471
|
}
|
|
8486
8472
|
}
|
|
8487
8473
|
@media screen and (max-width: 1440px) {
|
|
8488
8474
|
.shy-ant-form-wrapper-col-3 {
|
|
8489
|
-
min-width:
|
|
8490
|
-
max-width:
|
|
8475
|
+
min-width: 68%;
|
|
8476
|
+
max-width: 720px;
|
|
8491
8477
|
}
|
|
8492
8478
|
}
|
|
8493
8479
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8494
8480
|
.shy-ant-form-wrapper-col-3 {
|
|
8495
|
-
min-width:
|
|
8496
|
-
max-width:
|
|
8481
|
+
min-width: 69%;
|
|
8482
|
+
max-width: 864px;
|
|
8497
8483
|
}
|
|
8498
8484
|
}
|
|
8499
8485
|
@media screen and (min-width: 1920px) {
|
|
8500
8486
|
.shy-ant-form-wrapper-col-3 {
|
|
8501
|
-
min-width:
|
|
8502
|
-
max-width:
|
|
8487
|
+
min-width: 70%;
|
|
8488
|
+
max-width: 1224px;
|
|
8503
8489
|
}
|
|
8504
|
-
}.wrapper[data-v-
|
|
8490
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
8505
8491
|
display: flex;
|
|
8506
8492
|
}
|
|
8507
|
-
.tree[data-v-
|
|
8493
|
+
.tree[data-v-0ca4fd85] {
|
|
8508
8494
|
flex: none;
|
|
8509
8495
|
}
|
|
8510
|
-
.table-wrapper[data-v-
|
|
8496
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
8511
8497
|
flex: 1 1 0%;
|
|
8512
8498
|
overflow: hidden;
|
|
8513
|
-
}[data-v-
|
|
8499
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
8514
8500
|
padding: 0;
|
|
8515
8501
|
}
|
|
8516
|
-
.btn-wrapper[data-v-
|
|
8502
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
8517
8503
|
padding: 0 5px;
|
|
8518
8504
|
display: flex;
|
|
8519
8505
|
align-items: center;
|
|
@@ -8673,7 +8659,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8673
8659
|
font-size: 20px;
|
|
8674
8660
|
line-height: 24px;
|
|
8675
8661
|
font-weight: 500;
|
|
8676
|
-
}.shy-basic-table-global-search[data-v-
|
|
8662
|
+
}.shy-basic-table-global-search[data-v-b3419d34] {
|
|
8677
8663
|
position: absolute;
|
|
8678
8664
|
top: 80px;
|
|
8679
8665
|
right: 131px;
|
|
@@ -8685,7 +8671,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8685
8671
|
border: 1px solid #ebebeb;
|
|
8686
8672
|
padding: 10px;
|
|
8687
8673
|
}
|
|
8688
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8674
|
+
.shy-basic-table-global-search-item-global[data-v-b3419d34] {
|
|
8689
8675
|
height: 32px;
|
|
8690
8676
|
line-height: 32px;
|
|
8691
8677
|
font-size: 14px;
|
|
@@ -8696,7 +8682,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8696
8682
|
align-items: center;
|
|
8697
8683
|
justify-content: space-between;
|
|
8698
8684
|
}
|
|
8699
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8685
|
+
.shy-basic-table-global-search-item-special[data-v-b3419d34] {
|
|
8700
8686
|
height: 32px;
|
|
8701
8687
|
line-height: 32px;
|
|
8702
8688
|
font-size: 14px;
|
|
@@ -8707,10 +8693,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8707
8693
|
align-items: center;
|
|
8708
8694
|
justify-content: space-between;
|
|
8709
8695
|
}
|
|
8710
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8696
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-b3419d34] {
|
|
8711
8697
|
padding: 0 8px;
|
|
8712
8698
|
}
|
|
8713
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8699
|
+
.shy-basic-table-global-search .selected-bg[data-v-b3419d34] {
|
|
8714
8700
|
background-color: #ebf1ff;
|
|
8715
8701
|
}.shy-basic-table-header-cell__help {
|
|
8716
8702
|
margin-left: 8px;
|
|
@@ -9042,7 +9028,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9042
9028
|
}
|
|
9043
9029
|
.shy-container-footer-cancel-right {
|
|
9044
9030
|
flex-direction: row-reverse;
|
|
9045
|
-
}.process-wrapper[data-v-
|
|
9031
|
+
}.process-wrapper[data-v-0cf797c8] {
|
|
9046
9032
|
position: relative;
|
|
9047
9033
|
display: flex;
|
|
9048
9034
|
flex-direction: column;
|
|
@@ -9058,39 +9044,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9058
9044
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
9059
9045
|
z-index: 100;
|
|
9060
9046
|
}
|
|
9061
|
-
.process-wrapper .process-header[data-v-
|
|
9047
|
+
.process-wrapper .process-header[data-v-0cf797c8] {
|
|
9062
9048
|
font-family: PingFangSC, PingFang SC;
|
|
9063
9049
|
font-weight: 500;
|
|
9064
9050
|
color: #1b1f24;
|
|
9065
9051
|
text-align: left;
|
|
9066
9052
|
font-style: normal;
|
|
9067
9053
|
}
|
|
9068
|
-
.process-wrapper .process-body[data-v-
|
|
9054
|
+
.process-wrapper .process-body[data-v-0cf797c8] {
|
|
9069
9055
|
padding-top: 4px;
|
|
9070
9056
|
padding-left: 10px;
|
|
9071
9057
|
overflow-y: auto;
|
|
9072
9058
|
}
|
|
9073
|
-
.process-wrapper .process-body[data-v-
|
|
9059
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar {
|
|
9074
9060
|
position: absolute;
|
|
9075
9061
|
height: 10px;
|
|
9076
9062
|
width: 10px;
|
|
9077
9063
|
}
|
|
9078
|
-
.process-wrapper .process-body[data-v-
|
|
9064
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb {
|
|
9079
9065
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
9080
9066
|
border: solid 2px transparent;
|
|
9081
9067
|
background-color: transparent;
|
|
9082
9068
|
border-radius: 10px;
|
|
9083
9069
|
}
|
|
9084
|
-
.process-wrapper .process-body[data-v-
|
|
9070
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:hover {
|
|
9085
9071
|
box-shadow: inset 0 0 10px 10px var(--gray-3);
|
|
9086
9072
|
background-color: transparent;
|
|
9087
9073
|
}
|
|
9088
|
-
.process-wrapper .process-body[data-v-
|
|
9074
|
+
.process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-track {
|
|
9089
9075
|
border-radius: 10px;
|
|
9090
9076
|
border: solid 2px transparent;
|
|
9091
9077
|
background: transparent;
|
|
9092
9078
|
}
|
|
9093
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9079
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8] {
|
|
9094
9080
|
font-family: PingFangSC, PingFang SC;
|
|
9095
9081
|
font-weight: 400;
|
|
9096
9082
|
font-size: 12px;
|
|
@@ -9100,21 +9086,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9100
9086
|
font-style: normal;
|
|
9101
9087
|
padding: 2px 0;
|
|
9102
9088
|
}
|
|
9103
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9089
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-child(1) {
|
|
9104
9090
|
padding: 3px 0;
|
|
9105
9091
|
font-size: 14px;
|
|
9106
9092
|
}
|
|
9107
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9093
|
+
.process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-last-child(1) {
|
|
9108
9094
|
font-family: unset;
|
|
9109
9095
|
color: var(--gray-4);
|
|
9110
9096
|
}
|
|
9111
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9097
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8] {
|
|
9112
9098
|
width: 12px;
|
|
9113
9099
|
height: 12px;
|
|
9114
9100
|
border-radius: 12px;
|
|
9115
9101
|
border: 1px solid var(--gray-3);
|
|
9116
9102
|
}
|
|
9117
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9103
|
+
.process-wrapper .process-body .process-dot[data-v-0cf797c8]::before {
|
|
9118
9104
|
content: '';
|
|
9119
9105
|
width: 6px;
|
|
9120
9106
|
height: 6px;
|
|
@@ -9125,9 +9111,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9125
9111
|
left: 50%;
|
|
9126
9112
|
transform: translate(-50%, -50%);
|
|
9127
9113
|
}
|
|
9128
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9114
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8] {
|
|
9129
9115
|
border: 1px solid var(--primary-5);
|
|
9130
9116
|
}
|
|
9131
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9117
|
+
.process-wrapper .process-body .process-dot-last[data-v-0cf797c8]::before {
|
|
9132
9118
|
background: var(--primary-5);
|
|
9133
9119
|
}
|