3h1-ui 3.0.0-next.83 → 3.0.0-next.85
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 +32 -32
- package/es/style.css +59 -59
- package/lib/index.js +32 -32
- package/package.json +3 -3
- package/lib/style.css +0 -8927
package/es/index.js
CHANGED
|
@@ -5943,8 +5943,8 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
|
5943
5943
|
};
|
|
5944
5944
|
}
|
|
5945
5945
|
});
|
|
5946
|
-
const
|
|
5947
|
-
const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-
|
|
5946
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_6f614f48_lang = "";
|
|
5947
|
+
const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-6f614f48"]]);
|
|
5948
5948
|
const props$b = {
|
|
5949
5949
|
prefixCls: { type: String },
|
|
5950
5950
|
helpMessage: {
|
|
@@ -9539,8 +9539,8 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
9539
9539
|
};
|
|
9540
9540
|
}
|
|
9541
9541
|
});
|
|
9542
|
-
const
|
|
9543
|
-
const Table$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-
|
|
9542
|
+
const Table_vue_vue_type_style_index_0_scoped_95018c58_lang = "";
|
|
9543
|
+
const Table$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-95018c58"]]);
|
|
9544
9544
|
const modal = "";
|
|
9545
9545
|
const modalProps = {
|
|
9546
9546
|
visible: { type: Boolean },
|
|
@@ -10590,8 +10590,8 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
10590
10590
|
};
|
|
10591
10591
|
}
|
|
10592
10592
|
});
|
|
10593
|
-
const
|
|
10594
|
-
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-
|
|
10593
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_1b6517cc_lang = "";
|
|
10594
|
+
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-1b6517cc"]]);
|
|
10595
10595
|
const _sfc_main$1h = defineComponent({
|
|
10596
10596
|
name: "BasicModalHeader",
|
|
10597
10597
|
components: { BasicTitle },
|
|
@@ -14458,8 +14458,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
14458
14458
|
};
|
|
14459
14459
|
}
|
|
14460
14460
|
});
|
|
14461
|
-
const
|
|
14462
|
-
const TreeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-
|
|
14461
|
+
const TreeHeader_vue_vue_type_style_index_0_scoped_fd31ab3e_lang = "";
|
|
14462
|
+
const TreeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-fd31ab3e"]]);
|
|
14463
14463
|
process.env.NODE_ENV !== "production" ? Object.freeze({}) : {};
|
|
14464
14464
|
process.env.NODE_ENV !== "production" ? Object.freeze([]) : [];
|
|
14465
14465
|
const isString$1 = (val) => typeof val === "string";
|
|
@@ -17185,7 +17185,7 @@ const styles = `.vue-colorful {
|
|
|
17185
17185
|
border-color: transparent;
|
|
17186
17186
|
border-bottom: 12px solid #000;
|
|
17187
17187
|
border-radius: 8px 8px 0 0;
|
|
17188
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
|
|
17188
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
17189
17189
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
17190
17190
|
}
|
|
17191
17191
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -17206,15 +17206,15 @@ const styles = `.vue-colorful {
|
|
|
17206
17206
|
height: 24px;
|
|
17207
17207
|
}
|
|
17208
17208
|
.vue-colorful__hue {
|
|
17209
|
-
background: linear-gradient(
|
|
17210
|
-
to right
|
|
17211
|
-
#f00 0
|
|
17212
|
-
#ff0 17
|
|
17213
|
-
#0f0 33
|
|
17214
|
-
#0ff 50
|
|
17215
|
-
#00f 67
|
|
17216
|
-
#f0f 83
|
|
17217
|
-
#f00 100
|
|
17209
|
+
background: linear-gradient(
|
|
17210
|
+
to right,
|
|
17211
|
+
#f00 0%,
|
|
17212
|
+
#ff0 17%,
|
|
17213
|
+
#0f0 33%,
|
|
17214
|
+
#0ff 50%,
|
|
17215
|
+
#00f 67%,
|
|
17216
|
+
#f0f 83%,
|
|
17217
|
+
#f00 100%
|
|
17218
17218
|
);
|
|
17219
17219
|
}
|
|
17220
17220
|
.vue-colorful__last-control {
|
|
@@ -23791,8 +23791,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
23791
23791
|
};
|
|
23792
23792
|
}
|
|
23793
23793
|
});
|
|
23794
|
-
const
|
|
23795
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-
|
|
23794
|
+
const Table_vue_vue_type_style_index_0_scoped_08f6f4a1_lang = "";
|
|
23795
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-08f6f4a1"]]);
|
|
23796
23796
|
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
23797
23797
|
__name: "DeptTree",
|
|
23798
23798
|
props: {
|
|
@@ -27887,8 +27887,8 @@ const _sfc_main$D = defineComponent({
|
|
|
27887
27887
|
};
|
|
27888
27888
|
}
|
|
27889
27889
|
});
|
|
27890
|
-
const
|
|
27891
|
-
const _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
27890
|
+
const TableGlobalSearch_vue_vue_type_style_index_0_scoped_c66f26d7_lang = "";
|
|
27891
|
+
const _withScopeId$1 = (n) => (pushScopeId("data-v-c66f26d7"), n = n(), popScopeId(), n);
|
|
27892
27892
|
const _hoisted_1$l = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", null, "搜索全部", -1));
|
|
27893
27893
|
const _hoisted_2$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", null, "搜索特定字段", -1));
|
|
27894
27894
|
const _hoisted_3$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", null, null, -1));
|
|
@@ -27946,7 +27946,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27946
27946
|
])
|
|
27947
27947
|
], 4);
|
|
27948
27948
|
}
|
|
27949
|
-
const TableGlobalSearch$1 = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
27949
|
+
const TableGlobalSearch$1 = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$m], ["__scopeId", "data-v-c66f26d7"]]);
|
|
27950
27950
|
const _sfc_main$C = defineComponent({
|
|
27951
27951
|
components: {
|
|
27952
27952
|
TableAdvancedSearch: TableAdvancedSearch$1,
|
|
@@ -28801,8 +28801,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
28801
28801
|
};
|
|
28802
28802
|
}
|
|
28803
28803
|
});
|
|
28804
|
-
const
|
|
28805
|
-
const Modal$1 = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-
|
|
28804
|
+
const Modal_vue_vue_type_style_index_0_scoped_0ca4fd85_lang = "";
|
|
28805
|
+
const Modal$1 = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-0ca4fd85"]]);
|
|
28806
28806
|
const _hoisted_1$h = { class: "api-modal-select" };
|
|
28807
28807
|
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
28808
28808
|
__name: "ApiModalSelect",
|
|
@@ -28950,8 +28950,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
28950
28950
|
};
|
|
28951
28951
|
}
|
|
28952
28952
|
});
|
|
28953
|
-
const
|
|
28954
|
-
const ApiModalSelect$1 = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
28953
|
+
const ApiModalSelect_vue_vue_type_style_index_0_scoped_45845a8d_lang = "";
|
|
28954
|
+
const ApiModalSelect$1 = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-45845a8d"]]);
|
|
28955
28955
|
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
28956
28956
|
__name: "FormWrapper",
|
|
28957
28957
|
props: {
|
|
@@ -31911,8 +31911,8 @@ const _sfc_main$t = defineComponent({
|
|
|
31911
31911
|
};
|
|
31912
31912
|
}
|
|
31913
31913
|
});
|
|
31914
|
-
const
|
|
31915
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
31914
|
+
const TableGlobalSearch_vue_vue_type_style_index_0_scoped_e87e82dc_lang = "";
|
|
31915
|
+
const _withScopeId = (n) => (pushScopeId("data-v-e87e82dc"), n = n(), popScopeId(), n);
|
|
31916
31916
|
const _hoisted_1$f = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", null, "搜索全部", -1));
|
|
31917
31917
|
const _hoisted_2$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", null, "搜索特定字段", -1));
|
|
31918
31918
|
const _hoisted_3$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", null, null, -1));
|
|
@@ -31970,7 +31970,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31970
31970
|
])
|
|
31971
31971
|
], 4);
|
|
31972
31972
|
}
|
|
31973
|
-
const TableGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$h], ["__scopeId", "data-v-
|
|
31973
|
+
const TableGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$h], ["__scopeId", "data-v-e87e82dc"]]);
|
|
31974
31974
|
const _sfc_main$s = defineComponent({
|
|
31975
31975
|
name: "EditTableHeaderIcon",
|
|
31976
31976
|
components: { FormOutlined: FormOutlined$1 },
|
|
@@ -40226,8 +40226,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40226
40226
|
};
|
|
40227
40227
|
}
|
|
40228
40228
|
});
|
|
40229
|
-
const
|
|
40230
|
-
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
40229
|
+
const Process_vue_vue_type_style_index_0_scoped_f372ea87_lang = "";
|
|
40230
|
+
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f372ea87"]]);
|
|
40231
40231
|
export {
|
|
40232
40232
|
_sfc_main$J as AdvancedSearch,
|
|
40233
40233
|
ApiCascader$1 as ApiCascader,
|
package/es/style.css
CHANGED
|
@@ -1055,7 +1055,7 @@ span.iconify {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
.shy-basic-help__wrap p {
|
|
1057
1057
|
margin-bottom: 0;
|
|
1058
|
-
}.shy-basic-title[data-v-
|
|
1058
|
+
}.shy-basic-title[data-v-6f614f48] {
|
|
1059
1059
|
position: relative;
|
|
1060
1060
|
display: flex;
|
|
1061
1061
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1068,7 +1068,7 @@ span.iconify {
|
|
|
1068
1068
|
align-items: center;
|
|
1069
1069
|
gap: 8px;
|
|
1070
1070
|
}
|
|
1071
|
-
.shy-basic-title-show-span[data-v-
|
|
1071
|
+
.shy-basic-title-show-span[data-v-6f614f48]::before {
|
|
1072
1072
|
content: '';
|
|
1073
1073
|
position: absolute;
|
|
1074
1074
|
width: 2px;
|
|
@@ -1079,7 +1079,7 @@ span.iconify {
|
|
|
1079
1079
|
top: 50%;
|
|
1080
1080
|
transform: translateY(-50%);
|
|
1081
1081
|
}
|
|
1082
|
-
.shy-basic-title-help[data-v-
|
|
1082
|
+
.shy-basic-title-help[data-v-6f614f48] {
|
|
1083
1083
|
margin-left: 10px;
|
|
1084
1084
|
}.shy-collapse-container-arrow {
|
|
1085
1085
|
font-size: 14px !important;
|
|
@@ -1210,40 +1210,40 @@ span.iconify {
|
|
|
1210
1210
|
.shy-tinymce-container textarea {
|
|
1211
1211
|
z-index: -1;
|
|
1212
1212
|
visibility: hidden;
|
|
1213
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1213
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1214
1214
|
width: 30px;
|
|
1215
1215
|
height: 30px;
|
|
1216
1216
|
font-size: 30px;
|
|
1217
1217
|
cursor: pointer;
|
|
1218
1218
|
display: flex;
|
|
1219
1219
|
}
|
|
1220
|
-
.table-children[data-v-
|
|
1220
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1221
1221
|
margin-bottom: 0 !important;
|
|
1222
1222
|
}
|
|
1223
|
-
.table-children-required[data-v-
|
|
1223
|
+
.table-children-required[data-v-95018c58] {
|
|
1224
1224
|
color: #ff4d4f;
|
|
1225
1225
|
margin-right: 4px;
|
|
1226
1226
|
}
|
|
1227
|
-
.table-children[data-v-
|
|
1227
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1228
1228
|
padding: 8px !important;
|
|
1229
1229
|
}
|
|
1230
|
-
.table-children[data-v-
|
|
1230
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1231
1231
|
display: none;
|
|
1232
1232
|
}
|
|
1233
|
-
.table-children-delete-wrapper[data-v-
|
|
1233
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1234
1234
|
display: flex;
|
|
1235
1235
|
height: 100%;
|
|
1236
1236
|
justify-content: center;
|
|
1237
1237
|
}
|
|
1238
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1238
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1239
1239
|
display: flex;
|
|
1240
1240
|
justify-content: center;
|
|
1241
1241
|
align-items: center;
|
|
1242
1242
|
}
|
|
1243
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1243
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1244
1244
|
display: none;
|
|
1245
1245
|
}
|
|
1246
|
-
.table-children-delete-item[data-v-
|
|
1246
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1247
1247
|
background-color: red;
|
|
1248
1248
|
border-radius: 50%;
|
|
1249
1249
|
width: 30px;
|
|
@@ -1252,7 +1252,7 @@ span.iconify {
|
|
|
1252
1252
|
display: none;
|
|
1253
1253
|
cursor: pointer;
|
|
1254
1254
|
}
|
|
1255
|
-
.table-children-delete-index[data-v-
|
|
1255
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1256
1256
|
user-select: none;
|
|
1257
1257
|
display: inline-block;
|
|
1258
1258
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1430,7 +1430,7 @@ html[data-theme='light'] {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
.shy-basic-help__wrap p {
|
|
1432
1432
|
margin-bottom: 0;
|
|
1433
|
-
}[data-v-
|
|
1433
|
+
}[data-v-1b6517cc]:root {
|
|
1434
1434
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1435
1435
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1436
1436
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1442,17 +1442,17 @@ html[data-theme='light'] {
|
|
|
1442
1442
|
--light: #fff;
|
|
1443
1443
|
--dark: #141414;
|
|
1444
1444
|
}
|
|
1445
|
-
html[data-theme='dark'][data-v-
|
|
1445
|
+
html[data-theme='dark'][data-v-1b6517cc] {
|
|
1446
1446
|
--theme: var(--dark);
|
|
1447
1447
|
--text-color: var(--light);
|
|
1448
1448
|
color-scheme: dark;
|
|
1449
1449
|
}
|
|
1450
|
-
html[data-theme='light'][data-v-
|
|
1450
|
+
html[data-theme='light'][data-v-1b6517cc] {
|
|
1451
1451
|
--theme: var(--light);
|
|
1452
1452
|
--text-color: var(--dark);
|
|
1453
1453
|
color-scheme: light;
|
|
1454
1454
|
}
|
|
1455
|
-
.shy-basic-title[data-v-
|
|
1455
|
+
.shy-basic-title[data-v-1b6517cc] {
|
|
1456
1456
|
position: relative;
|
|
1457
1457
|
display: flex;
|
|
1458
1458
|
font-size: 16px;
|
|
@@ -1462,11 +1462,11 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1462
1462
|
cursor: pointer;
|
|
1463
1463
|
user-select: none;
|
|
1464
1464
|
}
|
|
1465
|
-
.shy-basic-title-normal[data-v-
|
|
1465
|
+
.shy-basic-title-normal[data-v-1b6517cc] {
|
|
1466
1466
|
font-size: 14px;
|
|
1467
1467
|
font-weight: 500;
|
|
1468
1468
|
}
|
|
1469
|
-
.shy-basic-title-show-span[data-v-
|
|
1469
|
+
.shy-basic-title-show-span[data-v-1b6517cc]::before {
|
|
1470
1470
|
position: absolute;
|
|
1471
1471
|
top: 4px;
|
|
1472
1472
|
left: 0;
|
|
@@ -1476,7 +1476,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1476
1476
|
background-color: #006eff;
|
|
1477
1477
|
content: '';
|
|
1478
1478
|
}
|
|
1479
|
-
.shy-basic-title-help[data-v-
|
|
1479
|
+
.shy-basic-title-help[data-v-1b6517cc] {
|
|
1480
1480
|
margin-left: 10px;
|
|
1481
1481
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1482
1482
|
padding: 0;
|
|
@@ -1768,7 +1768,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1768
1768
|
}
|
|
1769
1769
|
.table-children-err-popover .ant-popover-inner-content {
|
|
1770
1770
|
padding: 6px 16px;
|
|
1771
|
-
}.shy-search[data-v-
|
|
1771
|
+
}.shy-search[data-v-fd31ab3e] {
|
|
1772
1772
|
position: relative;
|
|
1773
1773
|
display: flex;
|
|
1774
1774
|
align-items: center;
|
|
@@ -2088,30 +2088,30 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2088
2088
|
min-width: var(--min-width--large);
|
|
2089
2089
|
max-width: var(--max-width-large);
|
|
2090
2090
|
}
|
|
2091
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
2091
|
+
}.shy-table-edit-icon-plus[data-v-08f6f4a1] {
|
|
2092
2092
|
width: 30px;
|
|
2093
2093
|
height: 30px;
|
|
2094
2094
|
font-size: 30px;
|
|
2095
2095
|
cursor: pointer;
|
|
2096
2096
|
display: flex;
|
|
2097
2097
|
}
|
|
2098
|
-
.table-children[data-v-
|
|
2098
|
+
.table-children[data-v-08f6f4a1] .ant-form-item {
|
|
2099
2099
|
margin-bottom: 0 !important;
|
|
2100
2100
|
}
|
|
2101
|
-
.table-children[data-v-
|
|
2101
|
+
.table-children[data-v-08f6f4a1] {
|
|
2102
2102
|
width: 100%;
|
|
2103
2103
|
}
|
|
2104
|
-
.table-children-required[data-v-
|
|
2104
|
+
.table-children-required[data-v-08f6f4a1] {
|
|
2105
2105
|
color: #ff4d4f;
|
|
2106
2106
|
margin-right: 4px;
|
|
2107
2107
|
}
|
|
2108
|
-
.table-children[data-v-
|
|
2108
|
+
.table-children[data-v-08f6f4a1] .ant-table-cell {
|
|
2109
2109
|
padding: 8px !important;
|
|
2110
2110
|
}
|
|
2111
|
-
.table-children[data-v-
|
|
2111
|
+
.table-children[data-v-08f6f4a1] .ant-table-cell .ant-form-item-explain {
|
|
2112
2112
|
display: none;
|
|
2113
2113
|
}
|
|
2114
|
-
.table-children-add-btn[data-v-
|
|
2114
|
+
.table-children-add-btn[data-v-08f6f4a1] {
|
|
2115
2115
|
display: flex;
|
|
2116
2116
|
align-items: center;
|
|
2117
2117
|
padding-inline: 8px;
|
|
@@ -2121,7 +2121,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2121
2121
|
border-bottom-left-radius: 4px;
|
|
2122
2122
|
border-bottom-right-radius: 4px;
|
|
2123
2123
|
}
|
|
2124
|
-
.table-children-add-btn[data-v-
|
|
2124
|
+
.table-children-add-btn[data-v-08f6f4a1] .ant-btn {
|
|
2125
2125
|
width: 100%;
|
|
2126
2126
|
}.shy-page-footer[data-v-b4695833] {
|
|
2127
2127
|
position: fixed;
|
|
@@ -2380,7 +2380,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
.shy-basic-table-header__toolbar > * {
|
|
2382
2382
|
margin-right: 8px;
|
|
2383
|
-
}.shy-basic-table-global-search[data-v-
|
|
2383
|
+
}.shy-basic-table-global-search[data-v-c66f26d7] {
|
|
2384
2384
|
position: absolute;
|
|
2385
2385
|
top: 40px;
|
|
2386
2386
|
right: 131px;
|
|
@@ -2392,7 +2392,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2392
2392
|
border: 1px solid #ebebeb;
|
|
2393
2393
|
padding: 10px;
|
|
2394
2394
|
}
|
|
2395
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2395
|
+
.shy-basic-table-global-search-item-global[data-v-c66f26d7] {
|
|
2396
2396
|
height: 32px;
|
|
2397
2397
|
line-height: 32px;
|
|
2398
2398
|
font-size: 14px;
|
|
@@ -2403,7 +2403,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2403
2403
|
align-items: center;
|
|
2404
2404
|
justify-content: space-between;
|
|
2405
2405
|
}
|
|
2406
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2406
|
+
.shy-basic-table-global-search-item-special[data-v-c66f26d7] {
|
|
2407
2407
|
height: 32px;
|
|
2408
2408
|
line-height: 32px;
|
|
2409
2409
|
font-size: 14px;
|
|
@@ -2414,10 +2414,10 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2414
2414
|
align-items: center;
|
|
2415
2415
|
justify-content: space-between;
|
|
2416
2416
|
}
|
|
2417
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2417
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-c66f26d7] {
|
|
2418
2418
|
padding: 0 8px;
|
|
2419
2419
|
}
|
|
2420
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2420
|
+
.shy-basic-table-global-search .selected-bg[data-v-c66f26d7] {
|
|
2421
2421
|
background-color: #ebf1ff;
|
|
2422
2422
|
}.shy-basic-table-img .ant-image {
|
|
2423
2423
|
margin-right: 4px;
|
|
@@ -2573,19 +2573,19 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2573
2573
|
}
|
|
2574
2574
|
.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 {
|
|
2575
2575
|
overflow-y: auto !important;
|
|
2576
|
-
}.wrapper[data-v-
|
|
2576
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
2577
2577
|
display: flex;
|
|
2578
2578
|
}
|
|
2579
|
-
.tree[data-v-
|
|
2579
|
+
.tree[data-v-0ca4fd85] {
|
|
2580
2580
|
flex: none;
|
|
2581
2581
|
}
|
|
2582
|
-
.table-wrapper[data-v-
|
|
2582
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
2583
2583
|
flex: 1 1 0%;
|
|
2584
2584
|
overflow: hidden;
|
|
2585
|
-
}[data-v-
|
|
2585
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
2586
2586
|
padding: 0;
|
|
2587
2587
|
}
|
|
2588
|
-
.btn-wrapper[data-v-
|
|
2588
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
2589
2589
|
padding: 0 5px;
|
|
2590
2590
|
display: flex;
|
|
2591
2591
|
align-items: center;
|
|
@@ -2745,7 +2745,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2745
2745
|
font-size: 20px;
|
|
2746
2746
|
line-height: 24px;
|
|
2747
2747
|
font-weight: 500;
|
|
2748
|
-
}.shy-basic-table-global-search[data-v-
|
|
2748
|
+
}.shy-basic-table-global-search[data-v-e87e82dc] {
|
|
2749
2749
|
position: absolute;
|
|
2750
2750
|
top: 80px;
|
|
2751
2751
|
right: 131px;
|
|
@@ -2757,7 +2757,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2757
2757
|
border: 1px solid #ebebeb;
|
|
2758
2758
|
padding: 10px;
|
|
2759
2759
|
}
|
|
2760
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2760
|
+
.shy-basic-table-global-search-item-global[data-v-e87e82dc] {
|
|
2761
2761
|
height: 32px;
|
|
2762
2762
|
line-height: 32px;
|
|
2763
2763
|
font-size: 14px;
|
|
@@ -2768,7 +2768,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2768
2768
|
align-items: center;
|
|
2769
2769
|
justify-content: space-between;
|
|
2770
2770
|
}
|
|
2771
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2771
|
+
.shy-basic-table-global-search-item-special[data-v-e87e82dc] {
|
|
2772
2772
|
height: 32px;
|
|
2773
2773
|
line-height: 32px;
|
|
2774
2774
|
font-size: 14px;
|
|
@@ -2779,10 +2779,10 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2779
2779
|
align-items: center;
|
|
2780
2780
|
justify-content: space-between;
|
|
2781
2781
|
}
|
|
2782
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2782
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-e87e82dc] {
|
|
2783
2783
|
padding: 0 8px;
|
|
2784
2784
|
}
|
|
2785
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2785
|
+
.shy-basic-table-global-search .selected-bg[data-v-e87e82dc] {
|
|
2786
2786
|
background-color: #ebf1ff;
|
|
2787
2787
|
}.shy-basic-table-header-cell__help {
|
|
2788
2788
|
margin-left: 8px;
|
|
@@ -8798,7 +8798,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8798
8798
|
font-family: PingFangSC, PingFang SC;
|
|
8799
8799
|
font-weight: 500;
|
|
8800
8800
|
font-size: 20px;
|
|
8801
|
-
color:
|
|
8801
|
+
color: var(--text-color);
|
|
8802
8802
|
line-height: 24px;
|
|
8803
8803
|
font-style: normal;
|
|
8804
8804
|
}
|
|
@@ -8836,7 +8836,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8836
8836
|
}
|
|
8837
8837
|
.shy-container-footer-cancel-right {
|
|
8838
8838
|
flex-direction: row-reverse;
|
|
8839
|
-
}.process-wrapper[data-v-
|
|
8839
|
+
}.process-wrapper[data-v-f372ea87] {
|
|
8840
8840
|
position: relative;
|
|
8841
8841
|
display: flex;
|
|
8842
8842
|
flex-direction: column;
|
|
@@ -8852,39 +8852,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8852
8852
|
box-shadow: var(--shadow-2);
|
|
8853
8853
|
z-index: 100;
|
|
8854
8854
|
}
|
|
8855
|
-
.process-wrapper .process-header[data-v-
|
|
8855
|
+
.process-wrapper .process-header[data-v-f372ea87] {
|
|
8856
8856
|
font-family: PingFangSC, PingFang SC;
|
|
8857
8857
|
font-weight: 500;
|
|
8858
8858
|
color: var(--text-color);
|
|
8859
8859
|
text-align: left;
|
|
8860
8860
|
font-style: normal;
|
|
8861
8861
|
}
|
|
8862
|
-
.process-wrapper .process-body[data-v-
|
|
8862
|
+
.process-wrapper .process-body[data-v-f372ea87] {
|
|
8863
8863
|
padding-top: 4px;
|
|
8864
8864
|
padding-left: 10px;
|
|
8865
8865
|
overflow-y: auto;
|
|
8866
8866
|
}
|
|
8867
|
-
.process-wrapper .process-body[data-v-
|
|
8867
|
+
.process-wrapper .process-body[data-v-f372ea87]::-webkit-scrollbar {
|
|
8868
8868
|
position: absolute;
|
|
8869
8869
|
height: 10px;
|
|
8870
8870
|
width: 10px;
|
|
8871
8871
|
}
|
|
8872
|
-
.process-wrapper .process-body[data-v-
|
|
8872
|
+
.process-wrapper .process-body[data-v-f372ea87]::-webkit-scrollbar-thumb {
|
|
8873
8873
|
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
8874
8874
|
border: solid 2px transparent;
|
|
8875
8875
|
background-color: transparent;
|
|
8876
8876
|
border-radius: 10px;
|
|
8877
8877
|
}
|
|
8878
|
-
.process-wrapper .process-body[data-v-
|
|
8878
|
+
.process-wrapper .process-body[data-v-f372ea87]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-f372ea87]::-webkit-scrollbar-thumb:hover {
|
|
8879
8879
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
8880
8880
|
background-color: transparent;
|
|
8881
8881
|
}
|
|
8882
|
-
.process-wrapper .process-body[data-v-
|
|
8882
|
+
.process-wrapper .process-body[data-v-f372ea87]::-webkit-scrollbar-track {
|
|
8883
8883
|
border-radius: 10px;
|
|
8884
8884
|
border: solid 2px transparent;
|
|
8885
8885
|
background: transparent;
|
|
8886
8886
|
}
|
|
8887
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
8887
|
+
.process-wrapper .process-body .process-item[data-v-f372ea87] {
|
|
8888
8888
|
font-family: PingFangSC, PingFang SC;
|
|
8889
8889
|
font-weight: 400;
|
|
8890
8890
|
font-size: 12px;
|
|
@@ -8894,21 +8894,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8894
8894
|
font-style: normal;
|
|
8895
8895
|
padding: 2px 0;
|
|
8896
8896
|
}
|
|
8897
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
8897
|
+
.process-wrapper .process-body .process-item[data-v-f372ea87]:nth-child(1) {
|
|
8898
8898
|
padding: 3px 0;
|
|
8899
8899
|
font-size: 14px;
|
|
8900
8900
|
}
|
|
8901
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
8901
|
+
.process-wrapper .process-body .process-item[data-v-f372ea87]:nth-last-child(1) {
|
|
8902
8902
|
font-family: unset;
|
|
8903
8903
|
color: var(--gray-4);
|
|
8904
8904
|
}
|
|
8905
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
8905
|
+
.process-wrapper .process-body .process-dot[data-v-f372ea87] {
|
|
8906
8906
|
width: 12px;
|
|
8907
8907
|
height: 12px;
|
|
8908
8908
|
border-radius: 12px;
|
|
8909
8909
|
border: 1px solid var(--gray-2);
|
|
8910
8910
|
}
|
|
8911
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
8911
|
+
.process-wrapper .process-body .process-dot[data-v-f372ea87]::before {
|
|
8912
8912
|
content: '';
|
|
8913
8913
|
width: 6px;
|
|
8914
8914
|
height: 6px;
|
|
@@ -8919,9 +8919,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8919
8919
|
left: 50%;
|
|
8920
8920
|
transform: translate(-50%, -50%);
|
|
8921
8921
|
}
|
|
8922
|
-
.process-wrapper .process-body .process-dot-first[data-v-
|
|
8922
|
+
.process-wrapper .process-body .process-dot-first[data-v-f372ea87] {
|
|
8923
8923
|
border: 1px solid var(--primary-5);
|
|
8924
8924
|
}
|
|
8925
|
-
.process-wrapper .process-body .process-dot-first[data-v-
|
|
8925
|
+
.process-wrapper .process-body .process-dot-first[data-v-f372ea87]::before {
|
|
8926
8926
|
background: var(--primary-5);
|
|
8927
8927
|
}
|