3h1-ui 3.0.0-next.68 → 3.0.0-next.69
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 +211 -149
- package/es/style.css +132 -116
- package/index.ts +42 -0
- package/lib/index.js +211 -149
- package/package.json +5 -5
package/es/style.css
CHANGED
|
@@ -1016,14 +1016,14 @@ input:focus.ant-input {
|
|
|
1016
1016
|
.ant-btn-dashed.ant-btn-dashed:hover, .ant-btn-dashed.ant-btn-dashed:active, .ant-btn-dashed.ant-btn-dashed:focus {
|
|
1017
1017
|
color: var(--gray-0);
|
|
1018
1018
|
background-color: var(--primary-5);
|
|
1019
|
-
}.shy-strength-meter-bar[data-v-
|
|
1019
|
+
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
1020
1020
|
position: relative;
|
|
1021
1021
|
margin: 10px auto 6px;
|
|
1022
1022
|
height: 6px;
|
|
1023
1023
|
background-color: rgba(0, 0, 0, 0.25);
|
|
1024
1024
|
border-radius: 6px;
|
|
1025
1025
|
}
|
|
1026
|
-
.shy-strength-meter-bar[data-v-
|
|
1026
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::before, .shy-strength-meter-bar[data-v-c8d77eaa]::after {
|
|
1027
1027
|
position: absolute;
|
|
1028
1028
|
z-index: 10;
|
|
1029
1029
|
display: block;
|
|
@@ -1035,13 +1035,13 @@ input:focus.ant-input {
|
|
|
1035
1035
|
border-color: #fff;
|
|
1036
1036
|
content: '';
|
|
1037
1037
|
}
|
|
1038
|
-
.shy-strength-meter-bar[data-v-
|
|
1038
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::before {
|
|
1039
1039
|
left: 20%;
|
|
1040
1040
|
}
|
|
1041
|
-
.shy-strength-meter-bar[data-v-
|
|
1041
|
+
.shy-strength-meter-bar[data-v-c8d77eaa]::after {
|
|
1042
1042
|
right: 20%;
|
|
1043
1043
|
}
|
|
1044
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
1044
|
+
.shy-strength-meter-bar--fill[data-v-c8d77eaa] {
|
|
1045
1045
|
position: absolute;
|
|
1046
1046
|
width: 0;
|
|
1047
1047
|
height: inherit;
|
|
@@ -1049,32 +1049,32 @@ input:focus.ant-input {
|
|
|
1049
1049
|
border-radius: inherit;
|
|
1050
1050
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
1051
1051
|
}
|
|
1052
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
1052
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-c8d77eaa] {
|
|
1053
1053
|
width: 20%;
|
|
1054
1054
|
background-color: #e74242;
|
|
1055
1055
|
}
|
|
1056
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
1056
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-c8d77eaa] {
|
|
1057
1057
|
width: 40%;
|
|
1058
1058
|
background-color: #ED6F6F;
|
|
1059
1059
|
}
|
|
1060
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
1060
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-c8d77eaa] {
|
|
1061
1061
|
width: 60%;
|
|
1062
1062
|
background-color: #EFBD47;
|
|
1063
1063
|
}
|
|
1064
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
1064
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-c8d77eaa] {
|
|
1065
1065
|
width: 80%;
|
|
1066
1066
|
background-color: rgba(85, 209, 135, 0.5);
|
|
1067
1067
|
}
|
|
1068
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
1068
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-c8d77eaa] {
|
|
1069
1069
|
width: 100%;
|
|
1070
1070
|
background-color: #55D187;
|
|
1071
|
-
}.shy-svg-icon[data-v-
|
|
1071
|
+
}.shy-svg-icon[data-v-fa64fe87] {
|
|
1072
1072
|
display: inline-block;
|
|
1073
1073
|
overflow: hidden;
|
|
1074
1074
|
vertical-align: -0.15em;
|
|
1075
1075
|
fill: currentcolor;
|
|
1076
1076
|
}
|
|
1077
|
-
.svg-icon-spin[data-v-
|
|
1077
|
+
.svg-icon-spin[data-v-fa64fe87] {
|
|
1078
1078
|
animation: loadingCircle 1s infinite linear;
|
|
1079
1079
|
}.app-iconify {
|
|
1080
1080
|
display: inline-block;
|
|
@@ -1088,29 +1088,29 @@ span.iconify {
|
|
|
1088
1088
|
min-height: 1em;
|
|
1089
1089
|
background-color: #5551;
|
|
1090
1090
|
border-radius: 100%;
|
|
1091
|
-
}.shy-basic-arrow[data-v-
|
|
1091
|
+
}.shy-basic-arrow[data-v-03d87956] {
|
|
1092
1092
|
display: inline-block;
|
|
1093
1093
|
cursor: pointer;
|
|
1094
1094
|
transform: rotate(0deg);
|
|
1095
1095
|
transition: all 0.3s ease 0.1s;
|
|
1096
1096
|
transform-origin: center center;
|
|
1097
1097
|
}
|
|
1098
|
-
.shy-basic-arrow--active[data-v-
|
|
1098
|
+
.shy-basic-arrow--active[data-v-03d87956] {
|
|
1099
1099
|
transform: rotate(90deg);
|
|
1100
1100
|
}
|
|
1101
|
-
.shy-basic-arrow.inset[data-v-
|
|
1101
|
+
.shy-basic-arrow.inset[data-v-03d87956] {
|
|
1102
1102
|
line-height: 0px;
|
|
1103
1103
|
}
|
|
1104
|
-
.shy-basic-arrow.up[data-v-
|
|
1104
|
+
.shy-basic-arrow.up[data-v-03d87956] {
|
|
1105
1105
|
transform: rotate(-90deg);
|
|
1106
1106
|
}
|
|
1107
|
-
.shy-basic-arrow.down[data-v-
|
|
1107
|
+
.shy-basic-arrow.down[data-v-03d87956] {
|
|
1108
1108
|
transform: rotate(90deg);
|
|
1109
1109
|
}
|
|
1110
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
1110
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-03d87956] {
|
|
1111
1111
|
transform: rotate(90deg);
|
|
1112
1112
|
}
|
|
1113
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
1113
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-03d87956] {
|
|
1114
1114
|
transform: rotate(-90deg);
|
|
1115
1115
|
}.shy-basic-help {
|
|
1116
1116
|
display: inline-block;
|
|
@@ -1124,7 +1124,7 @@ span.iconify {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
.shy-basic-help__wrap p {
|
|
1126
1126
|
margin-bottom: 0;
|
|
1127
|
-
}.shy-basic-title[data-v-
|
|
1127
|
+
}.shy-basic-title[data-v-004c9d3e] {
|
|
1128
1128
|
position: relative;
|
|
1129
1129
|
display: flex;
|
|
1130
1130
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1137,7 +1137,7 @@ span.iconify {
|
|
|
1137
1137
|
align-items: center;
|
|
1138
1138
|
gap: 8px;
|
|
1139
1139
|
}
|
|
1140
|
-
.shy-basic-title-show-span[data-v-
|
|
1140
|
+
.shy-basic-title-show-span[data-v-004c9d3e]::before {
|
|
1141
1141
|
content: '';
|
|
1142
1142
|
position: absolute;
|
|
1143
1143
|
width: 2px;
|
|
@@ -1148,7 +1148,7 @@ span.iconify {
|
|
|
1148
1148
|
top: 50%;
|
|
1149
1149
|
transform: translateY(-50%);
|
|
1150
1150
|
}
|
|
1151
|
-
.shy-basic-title-help[data-v-
|
|
1151
|
+
.shy-basic-title-help[data-v-004c9d3e] {
|
|
1152
1152
|
margin-left: 10px;
|
|
1153
1153
|
}.shy-collapse-container-arrow {
|
|
1154
1154
|
font-size: 14px !important;
|
|
@@ -1279,40 +1279,40 @@ span.iconify {
|
|
|
1279
1279
|
.shy-tinymce-container textarea {
|
|
1280
1280
|
z-index: -1;
|
|
1281
1281
|
visibility: hidden;
|
|
1282
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1282
|
+
}.shy-table-edit-icon-plus[data-v-9232fde4] {
|
|
1283
1283
|
width: 30px;
|
|
1284
1284
|
height: 30px;
|
|
1285
1285
|
font-size: 30px;
|
|
1286
1286
|
cursor: pointer;
|
|
1287
1287
|
display: flex;
|
|
1288
1288
|
}
|
|
1289
|
-
.table-children[data-v-
|
|
1289
|
+
.table-children[data-v-9232fde4] .ant-form-item {
|
|
1290
1290
|
margin-bottom: 0 !important;
|
|
1291
1291
|
}
|
|
1292
|
-
.table-children-required[data-v-
|
|
1292
|
+
.table-children-required[data-v-9232fde4] {
|
|
1293
1293
|
color: #ff4d4f;
|
|
1294
1294
|
margin-right: 4px;
|
|
1295
1295
|
}
|
|
1296
|
-
.table-children[data-v-
|
|
1296
|
+
.table-children[data-v-9232fde4] .ant-table-cell {
|
|
1297
1297
|
padding: 8px !important;
|
|
1298
1298
|
}
|
|
1299
|
-
.table-children[data-v-
|
|
1299
|
+
.table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
|
|
1300
1300
|
display: none;
|
|
1301
1301
|
}
|
|
1302
|
-
.table-children-delete-wrapper[data-v-
|
|
1302
|
+
.table-children-delete-wrapper[data-v-9232fde4] {
|
|
1303
1303
|
display: flex;
|
|
1304
1304
|
height: 100%;
|
|
1305
1305
|
justify-content: center;
|
|
1306
1306
|
}
|
|
1307
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1307
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
|
|
1308
1308
|
display: flex;
|
|
1309
1309
|
justify-content: center;
|
|
1310
1310
|
align-items: center;
|
|
1311
1311
|
}
|
|
1312
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1312
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
|
|
1313
1313
|
display: none;
|
|
1314
1314
|
}
|
|
1315
|
-
.table-children-delete-item[data-v-
|
|
1315
|
+
.table-children-delete-item[data-v-9232fde4] {
|
|
1316
1316
|
background-color: red;
|
|
1317
1317
|
border-radius: 50%;
|
|
1318
1318
|
width: 30px;
|
|
@@ -1321,7 +1321,7 @@ span.iconify {
|
|
|
1321
1321
|
display: none;
|
|
1322
1322
|
cursor: pointer;
|
|
1323
1323
|
}
|
|
1324
|
-
.table-children-delete-index[data-v-
|
|
1324
|
+
.table-children-delete-index[data-v-9232fde4] {
|
|
1325
1325
|
user-select: none;
|
|
1326
1326
|
display: inline-block;
|
|
1327
1327
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1657,7 +1657,7 @@ span.iconify {
|
|
|
1657
1657
|
}
|
|
1658
1658
|
.shy-basic-help__wrap p {
|
|
1659
1659
|
margin-bottom: 0;
|
|
1660
|
-
}[data-v-
|
|
1660
|
+
}[data-v-a48f9d86]:root {
|
|
1661
1661
|
--primary-1: #dafbe1;
|
|
1662
1662
|
--primary-2: #aceebb;
|
|
1663
1663
|
--primary-3: #6fdd8b;
|
|
@@ -1758,7 +1758,7 @@ span.iconify {
|
|
|
1758
1758
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1759
1759
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1760
1760
|
}
|
|
1761
|
-
.shy-basic-title[data-v-
|
|
1761
|
+
.shy-basic-title[data-v-a48f9d86] {
|
|
1762
1762
|
position: relative;
|
|
1763
1763
|
display: flex;
|
|
1764
1764
|
padding-left: 7px;
|
|
@@ -1769,11 +1769,11 @@ span.iconify {
|
|
|
1769
1769
|
cursor: pointer;
|
|
1770
1770
|
user-select: none;
|
|
1771
1771
|
}
|
|
1772
|
-
.shy-basic-title-normal[data-v-
|
|
1772
|
+
.shy-basic-title-normal[data-v-a48f9d86] {
|
|
1773
1773
|
font-size: 14px;
|
|
1774
1774
|
font-weight: 500;
|
|
1775
1775
|
}
|
|
1776
|
-
.shy-basic-title-show-span[data-v-
|
|
1776
|
+
.shy-basic-title-show-span[data-v-a48f9d86]::before {
|
|
1777
1777
|
position: absolute;
|
|
1778
1778
|
top: 4px;
|
|
1779
1779
|
left: 0;
|
|
@@ -1783,7 +1783,7 @@ span.iconify {
|
|
|
1783
1783
|
background-color: #006eff;
|
|
1784
1784
|
content: '';
|
|
1785
1785
|
}
|
|
1786
|
-
.shy-basic-title-help[data-v-
|
|
1786
|
+
.shy-basic-title-help[data-v-a48f9d86] {
|
|
1787
1787
|
margin-left: 10px;
|
|
1788
1788
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1789
1789
|
padding: 0;
|
|
@@ -2075,7 +2075,7 @@ span.iconify {
|
|
|
2075
2075
|
}
|
|
2076
2076
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2077
2077
|
padding: 6px 16px;
|
|
2078
|
-
}.shy-search[data-v-
|
|
2078
|
+
}.shy-search[data-v-8f421346] {
|
|
2079
2079
|
position: relative;
|
|
2080
2080
|
display: flex;
|
|
2081
2081
|
align-items: center;
|
|
@@ -2179,7 +2179,7 @@ span.iconify {
|
|
|
2179
2179
|
.shy-tree__action {
|
|
2180
2180
|
margin-left: 4px;
|
|
2181
2181
|
visibility: hidden;
|
|
2182
|
-
}.shy-page-footer[data-v-
|
|
2182
|
+
}.shy-page-footer[data-v-b4695833] {
|
|
2183
2183
|
position: fixed;
|
|
2184
2184
|
right: 0;
|
|
2185
2185
|
bottom: 0;
|
|
@@ -2194,7 +2194,7 @@ span.iconify {
|
|
|
2194
2194
|
line-height: 44px;
|
|
2195
2195
|
border-top: 1px solid #E4E7ED;
|
|
2196
2196
|
}
|
|
2197
|
-
.shy-page-footer__left[data-v-
|
|
2197
|
+
.shy-page-footer__left[data-v-b4695833] {
|
|
2198
2198
|
flex: 1 1;
|
|
2199
2199
|
}.shy-page-wrapper {
|
|
2200
2200
|
position: relative;
|
|
@@ -2366,7 +2366,7 @@ span.iconify {
|
|
|
2366
2366
|
}
|
|
2367
2367
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
2368
2368
|
height: 220px;
|
|
2369
|
-
}.icon-selected[data-v-
|
|
2369
|
+
}.icon-selected[data-v-c5892da8] {
|
|
2370
2370
|
color: #498bf8;
|
|
2371
2371
|
}.shy-ui-advanced-search .ant-form-item {
|
|
2372
2372
|
margin-bottom: 0;
|
|
@@ -2436,7 +2436,7 @@ span.iconify {
|
|
|
2436
2436
|
}
|
|
2437
2437
|
.shy-basic-table-header__toolbar > * {
|
|
2438
2438
|
margin-right: 8px;
|
|
2439
|
-
}.shy-basic-table-global-search[data-v-
|
|
2439
|
+
}.shy-basic-table-global-search[data-v-5f6e7403] {
|
|
2440
2440
|
position: absolute;
|
|
2441
2441
|
top: 40px;
|
|
2442
2442
|
right: 131px;
|
|
@@ -2448,7 +2448,7 @@ span.iconify {
|
|
|
2448
2448
|
border: 1px solid #ebebeb;
|
|
2449
2449
|
padding: 10px;
|
|
2450
2450
|
}
|
|
2451
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2451
|
+
.shy-basic-table-global-search-item-global[data-v-5f6e7403] {
|
|
2452
2452
|
height: 32px;
|
|
2453
2453
|
line-height: 32px;
|
|
2454
2454
|
font-size: 14px;
|
|
@@ -2459,7 +2459,7 @@ span.iconify {
|
|
|
2459
2459
|
align-items: center;
|
|
2460
2460
|
justify-content: space-between;
|
|
2461
2461
|
}
|
|
2462
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2462
|
+
.shy-basic-table-global-search-item-special[data-v-5f6e7403] {
|
|
2463
2463
|
height: 32px;
|
|
2464
2464
|
line-height: 32px;
|
|
2465
2465
|
font-size: 14px;
|
|
@@ -2470,10 +2470,10 @@ span.iconify {
|
|
|
2470
2470
|
align-items: center;
|
|
2471
2471
|
justify-content: space-between;
|
|
2472
2472
|
}
|
|
2473
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2473
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-5f6e7403] {
|
|
2474
2474
|
padding: 0 8px;
|
|
2475
2475
|
}
|
|
2476
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2476
|
+
.shy-basic-table-global-search .selected-bg[data-v-5f6e7403] {
|
|
2477
2477
|
background-color: #ebf1ff;
|
|
2478
2478
|
}.shy-basic-table-img .ant-image {
|
|
2479
2479
|
margin-right: 4px;
|
|
@@ -2484,7 +2484,7 @@ span.iconify {
|
|
|
2484
2484
|
}
|
|
2485
2485
|
.shy-basic-table-img .img-div {
|
|
2486
2486
|
display: inline-grid;
|
|
2487
|
-
}.app-iconify[data-v-
|
|
2487
|
+
}.app-iconify[data-v-21146269] {
|
|
2488
2488
|
vertical-align: middle;
|
|
2489
2489
|
}.shy-basic-table .ant-table-expanded-row-fixed {
|
|
2490
2490
|
width: 100% !important;
|
|
@@ -2629,19 +2629,19 @@ span.iconify {
|
|
|
2629
2629
|
}
|
|
2630
2630
|
.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 {
|
|
2631
2631
|
overflow-y: auto !important;
|
|
2632
|
-
}.wrapper[data-v-
|
|
2632
|
+
}.wrapper[data-v-24f758b3] {
|
|
2633
2633
|
display: flex;
|
|
2634
2634
|
}
|
|
2635
|
-
.tree[data-v-
|
|
2635
|
+
.tree[data-v-24f758b3] {
|
|
2636
2636
|
flex: none;
|
|
2637
2637
|
}
|
|
2638
|
-
.table-wrapper[data-v-
|
|
2638
|
+
.table-wrapper[data-v-24f758b3] {
|
|
2639
2639
|
flex: 1 1 0%;
|
|
2640
2640
|
overflow: hidden;
|
|
2641
|
-
}[data-v-
|
|
2641
|
+
}[data-v-5427533c] .ant-input-group-addon {
|
|
2642
2642
|
padding: 0;
|
|
2643
2643
|
}
|
|
2644
|
-
.btn-wrapper[data-v-
|
|
2644
|
+
.btn-wrapper[data-v-5427533c] {
|
|
2645
2645
|
padding: 0 5px;
|
|
2646
2646
|
display: flex;
|
|
2647
2647
|
align-items: center;
|
|
@@ -3082,21 +3082,21 @@ span.iconify {
|
|
|
3082
3082
|
padding-top: 8px;
|
|
3083
3083
|
margin-top: 8px;
|
|
3084
3084
|
border-top: 1px solid #E4E7ED;
|
|
3085
|
-
}.shy-cropper-avatar[data-v-
|
|
3085
|
+
}.shy-cropper-avatar[data-v-6ac45907] {
|
|
3086
3086
|
display: inline-block;
|
|
3087
3087
|
text-align: center;
|
|
3088
3088
|
}
|
|
3089
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
3089
|
+
.shy-cropper-avatar-image-wrapper[data-v-6ac45907] {
|
|
3090
3090
|
overflow: hidden;
|
|
3091
3091
|
cursor: pointer;
|
|
3092
3092
|
background: #ffffff;
|
|
3093
3093
|
border: 1px solid #E4E7ED;
|
|
3094
3094
|
border-radius: 50%;
|
|
3095
3095
|
}
|
|
3096
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
3096
|
+
.shy-cropper-avatar-image-wrapper img[data-v-6ac45907] {
|
|
3097
3097
|
width: 100%;
|
|
3098
3098
|
}
|
|
3099
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3099
|
+
.shy-cropper-avatar-image-mask[data-v-6ac45907] {
|
|
3100
3100
|
position: absolute;
|
|
3101
3101
|
width: inherit;
|
|
3102
3102
|
height: inherit;
|
|
@@ -3107,15 +3107,15 @@ span.iconify {
|
|
|
3107
3107
|
transition: opacity 0.4s;
|
|
3108
3108
|
cursor: pointer;
|
|
3109
3109
|
}
|
|
3110
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3110
|
+
.shy-cropper-avatar-image-mask[data-v-6ac45907] svg {
|
|
3111
3111
|
margin: auto;
|
|
3112
3112
|
}
|
|
3113
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
3113
|
+
.shy-cropper-avatar-image-mask[data-v-6ac45907]:hover {
|
|
3114
3114
|
opacity: 40;
|
|
3115
3115
|
}
|
|
3116
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
3116
|
+
.shy-cropper-avatar-upload-btn[data-v-6ac45907] {
|
|
3117
3117
|
margin: 10px auto;
|
|
3118
|
-
}.full-loading[data-v-
|
|
3118
|
+
}.full-loading[data-v-33b23b82] {
|
|
3119
3119
|
position: fixed;
|
|
3120
3120
|
top: 0;
|
|
3121
3121
|
left: 0;
|
|
@@ -3127,16 +3127,16 @@ span.iconify {
|
|
|
3127
3127
|
align-items: center;
|
|
3128
3128
|
background-color: rgba(240, 242, 245, 0.4);
|
|
3129
3129
|
}
|
|
3130
|
-
.full-loading.absolute[data-v-
|
|
3130
|
+
.full-loading.absolute[data-v-33b23b82] {
|
|
3131
3131
|
position: absolute;
|
|
3132
3132
|
top: 0;
|
|
3133
3133
|
left: 0;
|
|
3134
3134
|
z-index: 300;
|
|
3135
3135
|
}
|
|
3136
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
3136
|
+
html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
3137
3137
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3138
3138
|
}
|
|
3139
|
-
.full-loading.dark[data-v-
|
|
3139
|
+
.full-loading.dark[data-v-33b23b82] {
|
|
3140
3140
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3141
3141
|
}.shy-basic-table-plus-wrapper {
|
|
3142
3142
|
display: flex;
|
|
@@ -8211,19 +8211,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8211
8211
|
}
|
|
8212
8212
|
.shy-basic-container-footer-cancel-right {
|
|
8213
8213
|
flex-direction: row-reverse;
|
|
8214
|
-
}[data-v-
|
|
8214
|
+
}[data-v-b1ced086] .ant-descriptions-item-content {
|
|
8215
8215
|
padding: 0 !important;
|
|
8216
8216
|
flex: 1;
|
|
8217
8217
|
height: 100%;
|
|
8218
8218
|
}
|
|
8219
|
-
[data-v-
|
|
8219
|
+
[data-v-b1ced086] .ant-form-item {
|
|
8220
8220
|
margin: 0;
|
|
8221
8221
|
}
|
|
8222
|
-
[data-v-
|
|
8222
|
+
[data-v-b1ced086] .ant-form-item-explain {
|
|
8223
8223
|
display: none;
|
|
8224
8224
|
}
|
|
8225
|
-
[data-v-
|
|
8226
|
-
--label-width: var(--
|
|
8225
|
+
[data-v-b1ced086] .ant-descriptions-item-label {
|
|
8226
|
+
--label-width: var(--7210fae1);
|
|
8227
8227
|
justify-content: right;
|
|
8228
8228
|
align-items: center;
|
|
8229
8229
|
width: var(--label-width) !important;
|
|
@@ -8232,59 +8232,59 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8232
8232
|
text-overflow: ellipsis;
|
|
8233
8233
|
color: #b1b1b1;
|
|
8234
8234
|
}
|
|
8235
|
-
[data-v-
|
|
8235
|
+
[data-v-b1ced086] .ant-descriptions-item-label span {
|
|
8236
8236
|
white-space: nowrap;
|
|
8237
8237
|
overflow: hidden;
|
|
8238
8238
|
text-overflow: ellipsis;
|
|
8239
8239
|
}
|
|
8240
|
-
[data-v-
|
|
8240
|
+
[data-v-b1ced086] .ant-descriptions-view tbody {
|
|
8241
8241
|
display: block;
|
|
8242
8242
|
}
|
|
8243
|
-
[data-v-
|
|
8243
|
+
[data-v-b1ced086] .ant-descriptions-view .ant-descriptions-row {
|
|
8244
8244
|
display: flex;
|
|
8245
8245
|
width: 100%;
|
|
8246
8246
|
align-items: center;
|
|
8247
8247
|
gap: 0 10px;
|
|
8248
8248
|
}
|
|
8249
|
-
[data-v-
|
|
8249
|
+
[data-v-b1ced086] .ant-descriptions-item-label.description-active::before {
|
|
8250
8250
|
content: '*';
|
|
8251
8251
|
color: red;
|
|
8252
8252
|
}
|
|
8253
|
-
[data-v-
|
|
8253
|
+
[data-v-b1ced086] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
8254
8254
|
content: '*';
|
|
8255
8255
|
color: red;
|
|
8256
8256
|
}
|
|
8257
|
-
[data-v-
|
|
8257
|
+
[data-v-b1ced086] .ant-descriptions-item-label::after {
|
|
8258
8258
|
content: '';
|
|
8259
8259
|
}
|
|
8260
|
-
[data-v-
|
|
8260
|
+
[data-v-b1ced086] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
8261
8261
|
content: '';
|
|
8262
8262
|
}
|
|
8263
|
-
[data-v-
|
|
8263
|
+
[data-v-b1ced086] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
8264
8264
|
color: #ff4d4f !important;
|
|
8265
8265
|
}
|
|
8266
|
-
[data-v-
|
|
8266
|
+
[data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
8267
8267
|
gap: 0;
|
|
8268
8268
|
}
|
|
8269
|
-
[data-v-
|
|
8269
|
+
[data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
8270
8270
|
border: unset !important;
|
|
8271
8271
|
}
|
|
8272
|
-
[data-v-
|
|
8272
|
+
[data-v-b1ced086] .ant-descriptions-item-label.description-placeholder {
|
|
8273
8273
|
background-color: unset;
|
|
8274
8274
|
border-right: unset;
|
|
8275
8275
|
}
|
|
8276
|
-
[data-v-
|
|
8276
|
+
[data-v-b1ced086] .ant-descriptions-item {
|
|
8277
8277
|
flex: 1;
|
|
8278
8278
|
}
|
|
8279
|
-
[data-v-
|
|
8279
|
+
[data-v-b1ced086] .ant-row.ant-form-item {
|
|
8280
8280
|
width: 100%;
|
|
8281
8281
|
height: 100%;
|
|
8282
8282
|
}
|
|
8283
|
-
.descriptions-item-content[data-v-
|
|
8283
|
+
.descriptions-item-content[data-v-b1ced086] {
|
|
8284
8284
|
padding: 0 8px;
|
|
8285
8285
|
}.shy-basic-resize-wrapper {
|
|
8286
|
-
--design-width: var(--
|
|
8287
|
-
--design-height: var(--
|
|
8286
|
+
--design-width: var(--1a93f028);
|
|
8287
|
+
--design-height: var(--1e1b1b05);
|
|
8288
8288
|
}
|
|
8289
8289
|
.shy-basic-resize-wrapper-view {
|
|
8290
8290
|
position: absolute;
|
|
@@ -8300,30 +8300,30 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8300
8300
|
overflow: auto;
|
|
8301
8301
|
padding: 0 0;
|
|
8302
8302
|
height: 100%;
|
|
8303
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8303
|
+
}.shy-table-edit-icon-plus[data-v-d3bdc269] {
|
|
8304
8304
|
width: 30px;
|
|
8305
8305
|
height: 30px;
|
|
8306
8306
|
font-size: 30px;
|
|
8307
8307
|
cursor: pointer;
|
|
8308
8308
|
display: flex;
|
|
8309
8309
|
}
|
|
8310
|
-
.table-children[data-v-
|
|
8310
|
+
.table-children[data-v-d3bdc269] .ant-form-item {
|
|
8311
8311
|
margin-bottom: 0 !important;
|
|
8312
8312
|
}
|
|
8313
|
-
.table-children[data-v-
|
|
8313
|
+
.table-children[data-v-d3bdc269] {
|
|
8314
8314
|
width: 100%;
|
|
8315
8315
|
}
|
|
8316
|
-
.table-children-required[data-v-
|
|
8316
|
+
.table-children-required[data-v-d3bdc269] {
|
|
8317
8317
|
color: #ff4d4f;
|
|
8318
8318
|
margin-right: 4px;
|
|
8319
8319
|
}
|
|
8320
|
-
.table-children[data-v-
|
|
8320
|
+
.table-children[data-v-d3bdc269] .ant-table-cell {
|
|
8321
8321
|
padding: 8px !important;
|
|
8322
8322
|
}
|
|
8323
|
-
.table-children[data-v-
|
|
8323
|
+
.table-children[data-v-d3bdc269] .ant-table-cell .ant-form-item-explain {
|
|
8324
8324
|
display: none;
|
|
8325
8325
|
}
|
|
8326
|
-
.table-children-add-btn[data-v-
|
|
8326
|
+
.table-children-add-btn[data-v-d3bdc269] {
|
|
8327
8327
|
display: flex;
|
|
8328
8328
|
align-items: center;
|
|
8329
8329
|
padding-inline: 8px;
|
|
@@ -8333,7 +8333,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8333
8333
|
border-bottom-left-radius: 4px;
|
|
8334
8334
|
border-bottom-right-radius: 4px;
|
|
8335
8335
|
}
|
|
8336
|
-
.table-children-add-btn[data-v-
|
|
8336
|
+
.table-children-add-btn[data-v-d3bdc269] .ant-btn {
|
|
8337
8337
|
width: 100%;
|
|
8338
8338
|
}.shy-ant-form {
|
|
8339
8339
|
display: flex;
|
|
@@ -8518,19 +8518,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8518
8518
|
min-width: var(--min-width--large);
|
|
8519
8519
|
max-width: var(--max-width-large);
|
|
8520
8520
|
}
|
|
8521
|
-
}.wrapper[data-v-
|
|
8521
|
+
}.wrapper[data-v-15e2dcbb] {
|
|
8522
8522
|
display: flex;
|
|
8523
8523
|
}
|
|
8524
|
-
.tree[data-v-
|
|
8524
|
+
.tree[data-v-15e2dcbb] {
|
|
8525
8525
|
flex: none;
|
|
8526
8526
|
}
|
|
8527
|
-
.table-wrapper[data-v-
|
|
8527
|
+
.table-wrapper[data-v-15e2dcbb] {
|
|
8528
8528
|
flex: 1 1 0%;
|
|
8529
8529
|
overflow: hidden;
|
|
8530
|
-
}[data-v-
|
|
8530
|
+
}[data-v-5019fbdf] .ant-input-group-addon {
|
|
8531
8531
|
padding: 0;
|
|
8532
8532
|
}
|
|
8533
|
-
.btn-wrapper[data-v-
|
|
8533
|
+
.btn-wrapper[data-v-5019fbdf] {
|
|
8534
8534
|
padding: 0 5px;
|
|
8535
8535
|
display: flex;
|
|
8536
8536
|
align-items: center;
|
|
@@ -8690,7 +8690,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8690
8690
|
font-size: 20px;
|
|
8691
8691
|
line-height: 24px;
|
|
8692
8692
|
font-weight: 500;
|
|
8693
|
-
}.shy-basic-table-global-search[data-v-
|
|
8693
|
+
}.shy-basic-table-global-search[data-v-ac81b595] {
|
|
8694
8694
|
position: absolute;
|
|
8695
8695
|
top: 80px;
|
|
8696
8696
|
right: 131px;
|
|
@@ -8702,7 +8702,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8702
8702
|
border: 1px solid #ebebeb;
|
|
8703
8703
|
padding: 10px;
|
|
8704
8704
|
}
|
|
8705
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8705
|
+
.shy-basic-table-global-search-item-global[data-v-ac81b595] {
|
|
8706
8706
|
height: 32px;
|
|
8707
8707
|
line-height: 32px;
|
|
8708
8708
|
font-size: 14px;
|
|
@@ -8713,7 +8713,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8713
8713
|
align-items: center;
|
|
8714
8714
|
justify-content: space-between;
|
|
8715
8715
|
}
|
|
8716
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8716
|
+
.shy-basic-table-global-search-item-special[data-v-ac81b595] {
|
|
8717
8717
|
height: 32px;
|
|
8718
8718
|
line-height: 32px;
|
|
8719
8719
|
font-size: 14px;
|
|
@@ -8724,10 +8724,10 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8724
8724
|
align-items: center;
|
|
8725
8725
|
justify-content: space-between;
|
|
8726
8726
|
}
|
|
8727
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8727
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-ac81b595] {
|
|
8728
8728
|
padding: 0 8px;
|
|
8729
8729
|
}
|
|
8730
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8730
|
+
.shy-basic-table-global-search .selected-bg[data-v-ac81b595] {
|
|
8731
8731
|
background-color: #ebf1ff;
|
|
8732
8732
|
}.shy-basic-table-header-cell__help {
|
|
8733
8733
|
margin-left: 8px;
|
|
@@ -8803,6 +8803,22 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8803
8803
|
padding-left: 0;
|
|
8804
8804
|
padding-right: 20px;
|
|
8805
8805
|
}
|
|
8806
|
+
.shy-ant-table-column-tag {
|
|
8807
|
+
display: flex;
|
|
8808
|
+
gap: 8px;
|
|
8809
|
+
align-items: center;
|
|
8810
|
+
}
|
|
8811
|
+
.shy-ant-table-column-tag-pointer {
|
|
8812
|
+
min-width: 6px;
|
|
8813
|
+
max-width: 6px;
|
|
8814
|
+
min-height: 6px;
|
|
8815
|
+
max-height: 6px;
|
|
8816
|
+
border-radius: 6px;
|
|
8817
|
+
background-color: var(--pointer-color);
|
|
8818
|
+
}
|
|
8819
|
+
.shy-ant-table-column-tag-label {
|
|
8820
|
+
color: var(--pointer-color);
|
|
8821
|
+
}
|
|
8806
8822
|
.shy-ant-table--inset .ant-table-wrapper {
|
|
8807
8823
|
padding: 0;
|
|
8808
8824
|
}
|
|
@@ -9014,7 +9030,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
9014
9030
|
}
|
|
9015
9031
|
.shy-container-footer-cancel-right {
|
|
9016
9032
|
flex-direction: row-reverse;
|
|
9017
|
-
}.process-wrapper[data-v-
|
|
9033
|
+
}.process-wrapper[data-v-5c48c981] {
|
|
9018
9034
|
position: relative;
|
|
9019
9035
|
display: flex;
|
|
9020
9036
|
flex-direction: column;
|
|
@@ -9030,39 +9046,39 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
9030
9046
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
9031
9047
|
z-index: 100;
|
|
9032
9048
|
}
|
|
9033
|
-
.process-wrapper .process-header[data-v-
|
|
9049
|
+
.process-wrapper .process-header[data-v-5c48c981] {
|
|
9034
9050
|
font-family: PingFangSC, PingFang SC;
|
|
9035
9051
|
font-weight: 500;
|
|
9036
9052
|
color: #1b1f24;
|
|
9037
9053
|
text-align: left;
|
|
9038
9054
|
font-style: normal;
|
|
9039
9055
|
}
|
|
9040
|
-
.process-wrapper .process-body[data-v-
|
|
9056
|
+
.process-wrapper .process-body[data-v-5c48c981] {
|
|
9041
9057
|
padding-top: 4px;
|
|
9042
9058
|
padding-left: 10px;
|
|
9043
9059
|
overflow-y: auto;
|
|
9044
9060
|
}
|
|
9045
|
-
.process-wrapper .process-body[data-v-
|
|
9061
|
+
.process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar {
|
|
9046
9062
|
position: absolute;
|
|
9047
9063
|
height: 10px;
|
|
9048
9064
|
width: 10px;
|
|
9049
9065
|
}
|
|
9050
|
-
.process-wrapper .process-body[data-v-
|
|
9066
|
+
.process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-thumb {
|
|
9051
9067
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
9052
9068
|
border: solid 2px transparent;
|
|
9053
9069
|
background-color: transparent;
|
|
9054
9070
|
border-radius: 10px;
|
|
9055
9071
|
}
|
|
9056
|
-
.process-wrapper .process-body[data-v-
|
|
9072
|
+
.process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-thumb:hover {
|
|
9057
9073
|
box-shadow: inset 0 0 10px 10px var(--gray-3);
|
|
9058
9074
|
background-color: transparent;
|
|
9059
9075
|
}
|
|
9060
|
-
.process-wrapper .process-body[data-v-
|
|
9076
|
+
.process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-track {
|
|
9061
9077
|
border-radius: 10px;
|
|
9062
9078
|
border: solid 2px transparent;
|
|
9063
9079
|
background: transparent;
|
|
9064
9080
|
}
|
|
9065
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9081
|
+
.process-wrapper .process-body .process-item[data-v-5c48c981] {
|
|
9066
9082
|
font-family: PingFangSC, PingFang SC;
|
|
9067
9083
|
font-weight: 400;
|
|
9068
9084
|
font-size: 12px;
|
|
@@ -9072,21 +9088,21 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
9072
9088
|
font-style: normal;
|
|
9073
9089
|
padding: 2px 0;
|
|
9074
9090
|
}
|
|
9075
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9091
|
+
.process-wrapper .process-body .process-item[data-v-5c48c981]:nth-child(1) {
|
|
9076
9092
|
padding: 3px 0;
|
|
9077
9093
|
font-size: 14px;
|
|
9078
9094
|
}
|
|
9079
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9095
|
+
.process-wrapper .process-body .process-item[data-v-5c48c981]:nth-last-child(1) {
|
|
9080
9096
|
font-family: unset;
|
|
9081
9097
|
color: var(--gray-4);
|
|
9082
9098
|
}
|
|
9083
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9099
|
+
.process-wrapper .process-body .process-dot[data-v-5c48c981] {
|
|
9084
9100
|
width: 12px;
|
|
9085
9101
|
height: 12px;
|
|
9086
9102
|
border-radius: 12px;
|
|
9087
9103
|
border: 1px solid var(--gray-3);
|
|
9088
9104
|
}
|
|
9089
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9105
|
+
.process-wrapper .process-body .process-dot[data-v-5c48c981]::before {
|
|
9090
9106
|
content: '';
|
|
9091
9107
|
width: 6px;
|
|
9092
9108
|
height: 6px;
|
|
@@ -9097,9 +9113,9 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
9097
9113
|
left: 50%;
|
|
9098
9114
|
transform: translate(-50%, -50%);
|
|
9099
9115
|
}
|
|
9100
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9116
|
+
.process-wrapper .process-body .process-dot-last[data-v-5c48c981] {
|
|
9101
9117
|
border: 1px solid var(--primary-5);
|
|
9102
9118
|
}
|
|
9103
|
-
.process-wrapper .process-body .process-dot-last[data-v-
|
|
9119
|
+
.process-wrapper .process-body .process-dot-last[data-v-5c48c981]::before {
|
|
9104
9120
|
background: var(--primary-5);
|
|
9105
9121
|
}
|