cnhis-design-vue 3.1.9-beta.3 → 3.1.9-beta.6
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +2 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +6 -17
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +12 -64
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +21 -4
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +21 -4
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +8 -2
- package/es/packages/button-print/src/utils/print.es.min.mjs +179 -179
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +8 -2
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +11 -6
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +9 -3
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +20 -4
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +12 -2
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +22 -7
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +22 -6
- package/es/packages/field-set/index.mjs +2 -2
- package/es/packages/field-set/src/FieldSet.vue.d.ts +5171 -2473
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +11 -319
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +11 -3
- package/es/packages/field-set/src/OldFieldSet.mjs +4 -0
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
- package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +264 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +264 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +21 -17
- package/es/packages/form-render/src/components/cascader.mjs +1 -1
- package/es/packages/form-render/src/components/select.mjs +40 -27
- package/es/packages/form-table/index.d.ts +28 -4
- package/es/packages/form-table/src/FormTable.vue.d.ts +28 -4
- package/es/packages/form-table/src/components/index.d.ts +28 -4
- package/es/packages/form-table/src/components/table-age.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +8 -2
- package/es/packages/form-table/src/components/table-search.vue.d.ts +8 -2
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +2 -0
- package/es/packages/form-table/src/hooks/useDateType.mjs +1 -1
- package/es/packages/form-table/src/hooks/useSearch.mjs +1 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.css +27 -23
- package/es/packages/index.less +2451 -2448
- package/es/packages/info-header/index.d.ts +20 -4
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +29 -13
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +6 -4
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +20 -4
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +10 -5
- package/es/packages/info-header/style/index.css +0 -3
- package/es/packages/info-header/style/index.less +36 -40
- package/es/packages/map/index.d.ts +8 -2
- package/es/packages/map/src/Map.vue.d.ts +8 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +17 -4
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +17 -4
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +9 -2
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +8 -2
- package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +10 -4
- package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +19 -10
- package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.mjs +2 -1
- package/es/packages/scale-view/src/components/formitem/r-radio.mjs +10 -4
- package/es/packages/scale-view/src/components/formitem/r-select.mjs +6 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +7 -7
- package/es/packages/scale-view/src/hooks/scaleview-init.mjs +4 -3
- package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +85 -64
- package/es/packages/scale-view/src/hooks/use-component.d.ts +18 -4
- package/es/packages/scale-view/style/index.css +27 -20
- package/es/packages/scale-view/style/index.less +308 -301
- package/es/packages/select-label/index.d.ts +20 -4
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +10 -2
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +15 -11
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +10 -2
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +8 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +18 -14
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +16 -2
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +8 -2
- package/es/packages/time-line/src/TimeLine.vue.d.ts +8 -2
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +8 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -0
- package/es/src/utils/utilExpand.mjs +46 -46
- package/global.d.ts +8 -8
- package/package.json +5 -3
- package/yarn-error.log +103 -8659
- package/es/packages/field-set/src/Index.mjs +0 -4
- package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +0 -25
- package/es/packages/field-set/src/index2.mjs +0 -4
|
@@ -254,7 +254,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
254
254
|
readonly default: true;
|
|
255
255
|
};
|
|
256
256
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
257
|
-
readonly nativeFocusBehavior:
|
|
257
|
+
readonly nativeFocusBehavior: {
|
|
258
|
+
readonly type: BooleanConstructor;
|
|
259
|
+
readonly default: boolean;
|
|
260
|
+
};
|
|
258
261
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
259
262
|
heightTiny: string;
|
|
260
263
|
heightSmall: string;
|
|
@@ -319,7 +322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
319
322
|
textColorFocusPrimary: string;
|
|
320
323
|
textColorDisabledPrimary: string;
|
|
321
324
|
textColorTextPrimary: string;
|
|
322
|
-
textColorTextHoverPrimary: string;
|
|
325
|
+
textColorTextHoverPrimary: string;
|
|
323
326
|
textColorTextPressedPrimary: string;
|
|
324
327
|
textColorTextFocusPrimary: string;
|
|
325
328
|
textColorTextDisabledPrimary: string;
|
|
@@ -968,7 +971,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
968
971
|
readonly default: true;
|
|
969
972
|
};
|
|
970
973
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
971
|
-
readonly nativeFocusBehavior:
|
|
974
|
+
readonly nativeFocusBehavior: {
|
|
975
|
+
readonly type: BooleanConstructor;
|
|
976
|
+
readonly default: boolean;
|
|
977
|
+
};
|
|
972
978
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
973
979
|
heightTiny: string;
|
|
974
980
|
heightSmall: string;
|
|
@@ -2132,7 +2138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2132
2138
|
'--n-box-shadow-focus-warning': string;
|
|
2133
2139
|
'--n-border-warning': string;
|
|
2134
2140
|
'--n-border-focus-warning': string;
|
|
2135
|
-
'--n-border-hover-warning': string;
|
|
2141
|
+
'--n-border-hover-warning': string; /** 提交映射 */
|
|
2136
2142
|
'--n-loading-color-warning': string;
|
|
2137
2143
|
'--n-caret-color-error': string;
|
|
2138
2144
|
'--n-color-focus-error': string;
|
|
@@ -2155,9 +2161,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2155
2161
|
onRender: (() => void) | undefined;
|
|
2156
2162
|
isCompositing: import("vue").Ref<boolean>;
|
|
2157
2163
|
blur: () => void;
|
|
2158
|
-
focus: () => void;
|
|
2159
|
-
* 拼接key
|
|
2160
|
-
*/
|
|
2164
|
+
focus: () => void;
|
|
2161
2165
|
select: () => void;
|
|
2162
2166
|
activate: () => void;
|
|
2163
2167
|
deactivate: () => void;
|
|
@@ -2560,7 +2564,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2560
2564
|
sizeMedium: string;
|
|
2561
2565
|
sizeLarge: string;
|
|
2562
2566
|
sizeHuge: string;
|
|
2563
|
-
color: string;
|
|
2567
|
+
color: string; /** --- 默认值 --- */
|
|
2564
2568
|
opacitySpinning: string;
|
|
2565
2569
|
}, any>>>;
|
|
2566
2570
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
|
|
@@ -2621,7 +2625,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2621
2625
|
default: boolean;
|
|
2622
2626
|
};
|
|
2623
2627
|
'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
|
|
2624
|
-
onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
|
|
2628
|
+
onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
|
|
2625
2629
|
privateInsideTable: BooleanConstructor;
|
|
2626
2630
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
|
|
2627
2631
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
|
|
@@ -2679,9 +2683,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2679
2683
|
textColorDisabled: string;
|
|
2680
2684
|
sizeSmall: string;
|
|
2681
2685
|
sizeMedium: string;
|
|
2682
|
-
sizeLarge: string;
|
|
2683
|
-
* 初始化 请求已选的数据
|
|
2684
|
-
*/
|
|
2686
|
+
sizeLarge: string;
|
|
2685
2687
|
labelPadding: string;
|
|
2686
2688
|
}, any>>>;
|
|
2687
2689
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
|
|
@@ -2792,7 +2794,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2792
2794
|
tableColorHover: string;
|
|
2793
2795
|
tableColorStriped: string;
|
|
2794
2796
|
pressedColor: string;
|
|
2795
|
-
opacityDisabled: string;
|
|
2797
|
+
opacityDisabled: string; /**
|
|
2798
|
+
* 过滤默认值的右边展示
|
|
2799
|
+
*/
|
|
2796
2800
|
inputColorDisabled: string;
|
|
2797
2801
|
buttonColor2: string;
|
|
2798
2802
|
buttonColor2Hover: string;
|
|
@@ -3302,7 +3306,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3302
3306
|
sizeMedium: string;
|
|
3303
3307
|
sizeLarge: string;
|
|
3304
3308
|
sizeHuge: string;
|
|
3305
|
-
color: string;
|
|
3309
|
+
color: string; /** --- 默认值 --- */
|
|
3306
3310
|
opacitySpinning: string;
|
|
3307
3311
|
}, any>>>;
|
|
3308
3312
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
|
|
@@ -353,7 +353,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
353
353
|
if (node.children) {
|
|
354
354
|
generateDataList(node.children, dataList);
|
|
355
355
|
} else {
|
|
356
|
-
dataList.push({
|
|
356
|
+
!node.disabled && dataList.push({
|
|
357
357
|
parentId: getParentId(node),
|
|
358
358
|
...node
|
|
359
359
|
});
|
|
@@ -508,6 +508,8 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
508
508
|
state.expandedKeys = [];
|
|
509
509
|
if (!state.title) {
|
|
510
510
|
state.treeData.main = JSON.parse(JSON.stringify(props.data));
|
|
511
|
+
generateDataList(state.treeData.main, state.dataList.main);
|
|
512
|
+
isAllCheck();
|
|
511
513
|
return;
|
|
512
514
|
}
|
|
513
515
|
let copyData = JSON.parse(JSON.stringify(props.data));
|
|
@@ -523,6 +525,18 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
523
525
|
}) || [];
|
|
524
526
|
state.dataList.main = [];
|
|
525
527
|
generateDataList(state.treeData.main, state.dataList.main);
|
|
528
|
+
const currentKeys = state.checkedKeys.main.slice();
|
|
529
|
+
state.checkedKeys.main = [];
|
|
530
|
+
const setCheckedKeys = (data) => {
|
|
531
|
+
if (!(data == null ? void 0 : data.length))
|
|
532
|
+
return;
|
|
533
|
+
data.forEach((item) => {
|
|
534
|
+
var _a;
|
|
535
|
+
currentKeys.includes(item.key) && !item.disabled && state.checkedKeys.main.push(item.key);
|
|
536
|
+
((_a = item.children) == null ? void 0 : _a.length) && setCheckedKeys(item.children);
|
|
537
|
+
});
|
|
538
|
+
};
|
|
539
|
+
setCheckedKeys(state.treeData.main);
|
|
526
540
|
};
|
|
527
541
|
const onExpand = (expandedKeys) => {
|
|
528
542
|
state.expandedKeys = expandedKeys;
|
|
@@ -549,7 +563,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
549
563
|
let n = 0;
|
|
550
564
|
tree.forEach((item) => {
|
|
551
565
|
var _a;
|
|
552
|
-
if (!((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length)) {
|
|
566
|
+
if (!((_a = item == null ? void 0 : item.children) == null ? void 0 : _a.length) && !item.disabled) {
|
|
553
567
|
n++;
|
|
554
568
|
} else {
|
|
555
569
|
n += getAllKeys(item.children);
|
|
@@ -1,229 +1,229 @@
|
|
|
1
|
-
@primary-color: #5585f5;
|
|
2
|
-
.people-tree {
|
|
3
|
-
display: flex;
|
|
4
|
-
|
|
5
|
-
.people-tree-item {
|
|
6
|
-
width: 50%;
|
|
7
|
-
padding: 22px 12px 0;
|
|
8
|
-
max-height: 376px;
|
|
9
|
-
height: 376px;
|
|
10
|
-
overflow-y: auto;
|
|
11
|
-
|
|
12
|
-
&.people-tree-left {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&:first-child {
|
|
18
|
-
border-right: 1px solid #e8e8e8;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.tag-item {
|
|
22
|
-
&.isRoot {
|
|
23
|
-
background: rgba(@primary-color, 0.08);
|
|
24
|
-
border: 1px solid rgba(@primary-color, 0.5);
|
|
25
|
-
color: @primary-color;
|
|
26
|
-
|
|
27
|
-
.tag-close {
|
|
28
|
-
color: @primary-color;
|
|
29
|
-
|
|
30
|
-
&:hover {
|
|
31
|
-
color: rgba(@primary-color, 0.6);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
box-sizing: border-box;
|
|
38
|
-
color: #212121;
|
|
39
|
-
font-size: 14px;
|
|
40
|
-
list-style: none;
|
|
41
|
-
display: inline-flex;
|
|
42
|
-
align-items: center;
|
|
43
|
-
height: 24px;
|
|
44
|
-
line-height: 24px;
|
|
45
|
-
margin-right: 8px;
|
|
46
|
-
margin-bottom: 4px;
|
|
47
|
-
padding: 0 6px;
|
|
48
|
-
white-space: nowrap;
|
|
49
|
-
background: rgba(#d5d5d5, 0.2);
|
|
50
|
-
border: 1px solid rgba(#000000, 0.14);
|
|
51
|
-
border-radius: 4px;
|
|
52
|
-
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
53
|
-
|
|
54
|
-
.tag-close {
|
|
55
|
-
&:hover {
|
|
56
|
-
color: rgba(@primary-color, 0.6);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&:active {
|
|
60
|
-
color: #fff;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
display: inline-block;
|
|
64
|
-
font-size: 14px;
|
|
65
|
-
margin-left: 3px;
|
|
66
|
-
color: #969696;
|
|
67
|
-
font-weight: 700;
|
|
68
|
-
cursor: pointer;
|
|
69
|
-
transition: all 0.3s;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.no-data-tips {
|
|
74
|
-
height: 200px;
|
|
75
|
-
width: 100%;
|
|
76
|
-
display: flex;
|
|
77
|
-
justify-content: center;
|
|
78
|
-
align-items: center;
|
|
79
|
-
font-size: 16px;
|
|
80
|
-
font-weight: 700;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.c-title {
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
86
|
-
font-weight: 400;
|
|
87
|
-
color: #212121;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.c-sub-title {
|
|
91
|
-
font-size: 12px;
|
|
92
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
93
|
-
color: #4e4e4e;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.p-title {
|
|
97
|
-
font-size: 14px;
|
|
98
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
99
|
-
font-weight: 500;
|
|
100
|
-
color: #212121;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&.tags-box {
|
|
104
|
-
display: flex;
|
|
105
|
-
flex-wrap: wrap;
|
|
106
|
-
justify-content: flex-start;
|
|
107
|
-
align-items: flex-start;
|
|
108
|
-
align-content: flex-start;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.df {
|
|
114
|
-
display: flex;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.search-input-icon {
|
|
118
|
-
color: rgba(0, 0, 0, 0.4);
|
|
119
|
-
margin-bottom: -2px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.main-tree-container {
|
|
123
|
-
overflow-y: auto;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.df {
|
|
127
|
-
display: flex;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.search-tree-wrap {
|
|
131
|
-
.search-tree-item {
|
|
132
|
-
display: flex;
|
|
133
|
-
align-items: center;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.name-wrap {
|
|
137
|
-
width: 48px;
|
|
138
|
-
height: 48px;
|
|
139
|
-
background: #7d88b5;
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
justify-content: center;
|
|
143
|
-
border-radius: 50%;
|
|
144
|
-
margin-right: 13px;
|
|
145
|
-
|
|
146
|
-
.name {
|
|
147
|
-
font-size: 16px;
|
|
148
|
-
color: #ffffff;
|
|
149
|
-
margin-bottom: 0;
|
|
150
|
-
line-height: 16px;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.info-wrap {
|
|
155
|
-
overflow: hidden;
|
|
156
|
-
text-overflow: ellipsis;
|
|
157
|
-
white-space: nowrap;
|
|
158
|
-
display: flex;
|
|
159
|
-
flex-direction: column;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.info-wrap-top {
|
|
163
|
-
align-items: flex-end;
|
|
164
|
-
margin: 0;
|
|
165
|
-
margin-bottom: 1px;
|
|
166
|
-
overflow: hidden;
|
|
167
|
-
text-overflow: ellipsis;
|
|
168
|
-
white-space: nowrap;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.info-wrap-title {
|
|
172
|
-
margin-bottom: 0;
|
|
173
|
-
font-size: 16px;
|
|
174
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
175
|
-
font-weight: 400;
|
|
176
|
-
color: #4e4e4e;
|
|
177
|
-
line-height: 16px;
|
|
178
|
-
|
|
179
|
-
.c-title {
|
|
180
|
-
font-size: 14px;
|
|
181
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
182
|
-
font-weight: 400;
|
|
183
|
-
color: #212121;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.c-sub-title {
|
|
187
|
-
font-size: 12px;
|
|
188
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
189
|
-
color: #4e4e4e;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.info-wrap-desc {
|
|
194
|
-
margin-left: 10px;
|
|
195
|
-
margin-bottom: 0;
|
|
196
|
-
font-size: 12px;
|
|
197
|
-
line-height: 17px;
|
|
198
|
-
color: #aeaeae;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.info-wrap-position {
|
|
202
|
-
margin-bottom: 0;
|
|
203
|
-
font-size: 12px;
|
|
204
|
-
color: #7d88b5;
|
|
205
|
-
line-height: 17px;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.load-more-btn-wrap {
|
|
210
|
-
display: flex;
|
|
211
|
-
justify-content: center;
|
|
212
|
-
height: 35px;
|
|
213
|
-
line-height: 35px;
|
|
214
|
-
cursor: pointer;
|
|
215
|
-
padding-top: 10px;
|
|
216
|
-
box-sizing: border-box;
|
|
217
|
-
|
|
218
|
-
.search-input-icon {
|
|
219
|
-
font-size: 16px;
|
|
220
|
-
color: rgba(0, 0, 0, 0.4);
|
|
221
|
-
margin-right: 14px;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.load-more-btn {
|
|
225
|
-
font-size: 12px;
|
|
226
|
-
color: #747c8e;
|
|
227
|
-
line-height: 12px;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
1
|
+
@primary-color: #5585f5;
|
|
2
|
+
.people-tree {
|
|
3
|
+
display: flex;
|
|
4
|
+
|
|
5
|
+
.people-tree-item {
|
|
6
|
+
width: 50%;
|
|
7
|
+
padding: 22px 12px 0;
|
|
8
|
+
max-height: 376px;
|
|
9
|
+
height: 376px;
|
|
10
|
+
overflow-y: auto;
|
|
11
|
+
|
|
12
|
+
&.people-tree-left {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&:first-child {
|
|
18
|
+
border-right: 1px solid #e8e8e8;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.tag-item {
|
|
22
|
+
&.isRoot {
|
|
23
|
+
background: rgba(@primary-color, 0.08);
|
|
24
|
+
border: 1px solid rgba(@primary-color, 0.5);
|
|
25
|
+
color: @primary-color;
|
|
26
|
+
|
|
27
|
+
.tag-close {
|
|
28
|
+
color: @primary-color;
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
color: rgba(@primary-color, 0.6);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
color: #212121;
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
list-style: none;
|
|
41
|
+
display: inline-flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
height: 24px;
|
|
44
|
+
line-height: 24px;
|
|
45
|
+
margin-right: 8px;
|
|
46
|
+
margin-bottom: 4px;
|
|
47
|
+
padding: 0 6px;
|
|
48
|
+
white-space: nowrap;
|
|
49
|
+
background: rgba(#d5d5d5, 0.2);
|
|
50
|
+
border: 1px solid rgba(#000000, 0.14);
|
|
51
|
+
border-radius: 4px;
|
|
52
|
+
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
53
|
+
|
|
54
|
+
.tag-close {
|
|
55
|
+
&:hover {
|
|
56
|
+
color: rgba(@primary-color, 0.6);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&:active {
|
|
60
|
+
color: #fff;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
display: inline-block;
|
|
64
|
+
font-size: 14px;
|
|
65
|
+
margin-left: 3px;
|
|
66
|
+
color: #969696;
|
|
67
|
+
font-weight: 700;
|
|
68
|
+
cursor: pointer;
|
|
69
|
+
transition: all 0.3s;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.no-data-tips {
|
|
74
|
+
height: 200px;
|
|
75
|
+
width: 100%;
|
|
76
|
+
display: flex;
|
|
77
|
+
justify-content: center;
|
|
78
|
+
align-items: center;
|
|
79
|
+
font-size: 16px;
|
|
80
|
+
font-weight: 700;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.c-title {
|
|
84
|
+
font-size: 14px;
|
|
85
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
86
|
+
font-weight: 400;
|
|
87
|
+
color: #212121;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.c-sub-title {
|
|
91
|
+
font-size: 12px;
|
|
92
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
93
|
+
color: #4e4e4e;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.p-title {
|
|
97
|
+
font-size: 14px;
|
|
98
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
99
|
+
font-weight: 500;
|
|
100
|
+
color: #212121;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&.tags-box {
|
|
104
|
+
display: flex;
|
|
105
|
+
flex-wrap: wrap;
|
|
106
|
+
justify-content: flex-start;
|
|
107
|
+
align-items: flex-start;
|
|
108
|
+
align-content: flex-start;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.df {
|
|
114
|
+
display: flex;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.search-input-icon {
|
|
118
|
+
color: rgba(0, 0, 0, 0.4);
|
|
119
|
+
margin-bottom: -2px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.main-tree-container {
|
|
123
|
+
overflow-y: auto;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.df {
|
|
127
|
+
display: flex;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.search-tree-wrap {
|
|
131
|
+
.search-tree-item {
|
|
132
|
+
display: flex;
|
|
133
|
+
align-items: center;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.name-wrap {
|
|
137
|
+
width: 48px;
|
|
138
|
+
height: 48px;
|
|
139
|
+
background: #7d88b5;
|
|
140
|
+
display: flex;
|
|
141
|
+
align-items: center;
|
|
142
|
+
justify-content: center;
|
|
143
|
+
border-radius: 50%;
|
|
144
|
+
margin-right: 13px;
|
|
145
|
+
|
|
146
|
+
.name {
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
color: #ffffff;
|
|
149
|
+
margin-bottom: 0;
|
|
150
|
+
line-height: 16px;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.info-wrap {
|
|
155
|
+
overflow: hidden;
|
|
156
|
+
text-overflow: ellipsis;
|
|
157
|
+
white-space: nowrap;
|
|
158
|
+
display: flex;
|
|
159
|
+
flex-direction: column;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.info-wrap-top {
|
|
163
|
+
align-items: flex-end;
|
|
164
|
+
margin: 0;
|
|
165
|
+
margin-bottom: 1px;
|
|
166
|
+
overflow: hidden;
|
|
167
|
+
text-overflow: ellipsis;
|
|
168
|
+
white-space: nowrap;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.info-wrap-title {
|
|
172
|
+
margin-bottom: 0;
|
|
173
|
+
font-size: 16px;
|
|
174
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
175
|
+
font-weight: 400;
|
|
176
|
+
color: #4e4e4e;
|
|
177
|
+
line-height: 16px;
|
|
178
|
+
|
|
179
|
+
.c-title {
|
|
180
|
+
font-size: 14px;
|
|
181
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
182
|
+
font-weight: 400;
|
|
183
|
+
color: #212121;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.c-sub-title {
|
|
187
|
+
font-size: 12px;
|
|
188
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
189
|
+
color: #4e4e4e;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.info-wrap-desc {
|
|
194
|
+
margin-left: 10px;
|
|
195
|
+
margin-bottom: 0;
|
|
196
|
+
font-size: 12px;
|
|
197
|
+
line-height: 17px;
|
|
198
|
+
color: #aeaeae;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.info-wrap-position {
|
|
202
|
+
margin-bottom: 0;
|
|
203
|
+
font-size: 12px;
|
|
204
|
+
color: #7d88b5;
|
|
205
|
+
line-height: 17px;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.load-more-btn-wrap {
|
|
210
|
+
display: flex;
|
|
211
|
+
justify-content: center;
|
|
212
|
+
height: 35px;
|
|
213
|
+
line-height: 35px;
|
|
214
|
+
cursor: pointer;
|
|
215
|
+
padding-top: 10px;
|
|
216
|
+
box-sizing: border-box;
|
|
217
|
+
|
|
218
|
+
.search-input-icon {
|
|
219
|
+
font-size: 16px;
|
|
220
|
+
color: rgba(0, 0, 0, 0.4);
|
|
221
|
+
margin-right: 14px;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.load-more-btn {
|
|
225
|
+
font-size: 12px;
|
|
226
|
+
color: #747c8e;
|
|
227
|
+
line-height: 12px;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
@@ -281,7 +281,10 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
281
281
|
readonly default: true;
|
|
282
282
|
};
|
|
283
283
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
284
|
-
readonly nativeFocusBehavior:
|
|
284
|
+
readonly nativeFocusBehavior: {
|
|
285
|
+
readonly type: BooleanConstructor;
|
|
286
|
+
readonly default: boolean;
|
|
287
|
+
};
|
|
285
288
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
286
289
|
heightTiny: string;
|
|
287
290
|
heightSmall: string;
|
|
@@ -995,7 +998,10 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
995
998
|
readonly default: true;
|
|
996
999
|
};
|
|
997
1000
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
998
|
-
readonly nativeFocusBehavior:
|
|
1001
|
+
readonly nativeFocusBehavior: {
|
|
1002
|
+
readonly type: BooleanConstructor;
|
|
1003
|
+
readonly default: boolean;
|
|
1004
|
+
};
|
|
999
1005
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1000
1006
|
heightTiny: string;
|
|
1001
1007
|
heightSmall: string;
|
|
@@ -284,7 +284,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
284
|
readonly default: true;
|
|
285
285
|
};
|
|
286
286
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
287
|
-
readonly nativeFocusBehavior:
|
|
287
|
+
readonly nativeFocusBehavior: {
|
|
288
|
+
readonly type: BooleanConstructor;
|
|
289
|
+
readonly default: boolean;
|
|
290
|
+
};
|
|
288
291
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
289
292
|
heightTiny: string;
|
|
290
293
|
heightSmall: string;
|
|
@@ -998,7 +1001,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
998
1001
|
readonly default: true;
|
|
999
1002
|
};
|
|
1000
1003
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1001
|
-
readonly nativeFocusBehavior:
|
|
1004
|
+
readonly nativeFocusBehavior: {
|
|
1005
|
+
readonly type: BooleanConstructor;
|
|
1006
|
+
readonly default: boolean;
|
|
1007
|
+
};
|
|
1002
1008
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1003
1009
|
heightTiny: string;
|
|
1004
1010
|
heightSmall: string;
|