@hb-hellotech/hb-ui 1.3.10 → 1.3.11-beta.2

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.
Files changed (34) hide show
  1. package/dist/components/business_comp/unlist_page_comp/hb_card/index.d.ts +3 -0
  2. package/dist/components/business_comp/unlist_page_comp/hb_card/index.d.ts.map +1 -0
  3. package/dist/components/business_comp/unlist_page_comp/hb_card/src/HbLibCard.vue.d.ts +44 -0
  4. package/dist/components/business_comp/unlist_page_comp/hb_card/src/HbLibCard.vue.d.ts.map +1 -0
  5. package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts +3 -0
  6. package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts.map +1 -0
  7. package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/index.d.ts +3 -0
  8. package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/index.d.ts.map +1 -0
  9. package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.vue.d.ts +40 -0
  10. package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.vue.d.ts.map +1 -0
  11. package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/index.d.ts +3 -0
  12. package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/index.d.ts.map +1 -0
  13. package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/src/HbLibAnchor.vue.d.ts +42 -0
  14. package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/src/HbLibAnchor.vue.d.ts.map +1 -0
  15. package/dist/components/business_comp/unlist_page_comp/hb_modal/index.d.ts +3 -0
  16. package/dist/components/business_comp/unlist_page_comp/hb_modal/index.d.ts.map +1 -0
  17. package/dist/components/business_comp/unlist_page_comp/hb_modal/src/HbLibModal.vue.d.ts +102 -0
  18. package/dist/components/business_comp/unlist_page_comp/hb_modal/src/HbLibModal.vue.d.ts.map +1 -0
  19. package/dist/components/business_comp/unlist_page_comp/hb_page_header/index.d.ts +3 -0
  20. package/dist/components/business_comp/unlist_page_comp/hb_page_header/index.d.ts.map +1 -0
  21. package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts +3 -0
  22. package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts.map +1 -0
  23. package/dist/components/business_comp/unlist_page_comp/index.d.ts +9 -0
  24. package/dist/components/business_comp/unlist_page_comp/index.d.ts.map +1 -0
  25. package/dist/components/business_comp/unlist_page_comp/utils.d.ts +2 -0
  26. package/dist/components/business_comp/unlist_page_comp/utils.d.ts.map +1 -0
  27. package/dist/components/func_comp/hb_func_comp_drag/src/index.vue.d.ts +1 -1
  28. package/dist/components/index.d.ts.map +1 -1
  29. package/dist/hb_component_lib.css +1 -1
  30. package/dist/hb_component_lib.js +2097 -1531
  31. package/dist/hb_component_lib.umd.cjs +1 -1
  32. package/dist/index.d.ts +27 -0
  33. package/dist/index.d.ts.map +1 -1
  34. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAGA,wBAAsC"}
@@ -0,0 +1,44 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ cardTitle: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ isForm: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ isModal: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ layout: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ }>, {
19
+ props: any;
20
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ cardTitle: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ isForm: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ isModal: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ layout: {
34
+ type: NumberConstructor;
35
+ default: number;
36
+ };
37
+ }>> & Readonly<{}>, {
38
+ cardTitle: string;
39
+ isForm: boolean;
40
+ isModal: boolean;
41
+ layout: number;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
+ export default _sfc_main;
44
+ //# sourceMappingURL=HbLibCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbLibCard.vue.d.ts","sourceRoot":"","sources":["HbLibCard.vue.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAqCb,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAA2C"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAA2C"}
@@ -0,0 +1,40 @@
1
+ import type { PropType } from 'vue';
2
+ export interface FooterButton {
3
+ key: string;
4
+ label: string;
5
+ type?: 'primary' | 'default' | 'dashed' | 'link' | 'text';
6
+ danger?: boolean;
7
+ loading?: boolean;
8
+ disabled?: boolean;
9
+ onClick: () => void;
10
+ }
11
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
+ /** 按钮列表 */
13
+ buttons: {
14
+ type: PropType<FooterButton[]>;
15
+ default: () => never[];
16
+ };
17
+ /** 滚动容器(window / 指定配置的容器) */
18
+ getContainer: {
19
+ type: PropType<() => HTMLElement | Window>;
20
+ default: () => HTMLElement | (Window & typeof globalThis);
21
+ };
22
+ }>, {
23
+ props: any;
24
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ /** 按钮列表 */
26
+ buttons: {
27
+ type: PropType<FooterButton[]>;
28
+ default: () => never[];
29
+ };
30
+ /** 滚动容器(window / 指定配置的容器) */
31
+ getContainer: {
32
+ type: PropType<() => HTMLElement | Window>;
33
+ default: () => HTMLElement | (Window & typeof globalThis);
34
+ };
35
+ }>> & Readonly<{}>, {
36
+ getContainer: () => HTMLElement | Window;
37
+ buttons: FooterButton[];
38
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
39
+ export default _sfc_main;
40
+ //# sourceMappingURL=HbLibFooterBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbLibFooterBar.vue.d.ts","sourceRoot":"","sources":["HbLibFooterBar.vue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAGD,QAAA,MAAM,SAAS;IAKb,WAAW;;;;;IAKX,6BAA6B;;6BAEM,WAAW,GAAG,MAAM;;;;;;IAPvD,WAAW;;;;;IAKX,6BAA6B;;6BAEM,WAAW,GAAG,MAAM;;;;wBAApB,WAAW,GAAG,MAAM;;4EA2BvD,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAAwC"}
@@ -0,0 +1,42 @@
1
+ interface AnchorItem {
2
+ title: string;
3
+ target: string;
4
+ visible?: boolean | (() => boolean);
5
+ }
6
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ anchors: {
8
+ type: ArrayConstructor;
9
+ required: true;
10
+ };
11
+ offsetTop: {
12
+ type: NumberConstructor;
13
+ required: false;
14
+ };
15
+ containerSelector: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ };
19
+ }>, {
20
+ props: any;
21
+ activeTarget: import("vue").Ref<string, string>;
22
+ offsetTop: any;
23
+ visibleAnchors: import("vue").ComputedRef<any>;
24
+ getContainer: () => HTMLElement | Window;
25
+ scrollTo: (item: AnchorItem) => void;
26
+ handleScroll: () => void;
27
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ anchors: {
29
+ type: ArrayConstructor;
30
+ required: true;
31
+ };
32
+ offsetTop: {
33
+ type: NumberConstructor;
34
+ required: false;
35
+ };
36
+ containerSelector: {
37
+ type: StringConstructor;
38
+ required: false;
39
+ };
40
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ export default _sfc_main;
42
+ //# sourceMappingURL=HbLibAnchor.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbLibAnchor.vue.d.ts","sourceRoot":"","sources":["HbLibAnchor.vue.ts"],"names":[],"mappings":"AAEA,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,CAAC,MAAM,OAAO,CAAC,CAAC;CACrC;AAGD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;wBAsBU,WAAW,GAAG,MAAM;qBAOrB,UAAU;;;;;;;;;;;;;;;iGAmEhC,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAAuC"}
@@ -0,0 +1,102 @@
1
+ import { CSSProperties } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ title: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ modalStyle: {
12
+ type: ObjectConstructor;
13
+ default: () => {};
14
+ };
15
+ bodyStyle: {
16
+ type: ObjectConstructor;
17
+ default: () => {};
18
+ };
19
+ wrapStyle: {
20
+ type: ObjectConstructor;
21
+ default: () => {};
22
+ };
23
+ }>, {
24
+ emits: (event: "ok" | "cancel", ...args: any[]) => void;
25
+ props: any;
26
+ visible: import("vue").Ref<boolean, boolean>;
27
+ spinning: import("vue").Ref<boolean, boolean>;
28
+ modalTitleRef: import("vue").Ref<HTMLElement, HTMLElement>;
29
+ currentModalStyle: import("vue").ComputedRef<{
30
+ top: string;
31
+ }>;
32
+ currentWrapStyle: import("vue").ComputedRef<{
33
+ overflow: string;
34
+ }>;
35
+ currentBodyStyle: import("vue").ComputedRef<{
36
+ maxHeight: string;
37
+ overflowY: string;
38
+ padding: string;
39
+ }>;
40
+ x: import("vue").Ref<number, number>;
41
+ y: import("vue").Ref<number, number>;
42
+ isDragging: import("vue").ComputedRef<boolean>;
43
+ startX: import("vue").Ref<number, number>;
44
+ startY: import("vue").Ref<number, number>;
45
+ startedDrag: import("vue").Ref<boolean, boolean>;
46
+ transformX: import("vue").Ref<number, number>;
47
+ transformY: import("vue").Ref<number, number>;
48
+ preTransformX: import("vue").Ref<number, number>;
49
+ preTransformY: import("vue").Ref<number, number>;
50
+ dragRect: import("vue").Ref<{
51
+ left: number;
52
+ right: number;
53
+ top: number;
54
+ bottom: number;
55
+ }, {
56
+ left: number;
57
+ right: number;
58
+ top: number;
59
+ bottom: number;
60
+ } | {
61
+ left: number;
62
+ right: number;
63
+ top: number;
64
+ bottom: number;
65
+ }>;
66
+ resetPositionTimer: any;
67
+ transformStyle: import("vue").ComputedRef<CSSProperties>;
68
+ handleCancel: () => void;
69
+ handleOk: () => void;
70
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel")[], "ok" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
71
+ type: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ title: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ modalStyle: {
80
+ type: ObjectConstructor;
81
+ default: () => {};
82
+ };
83
+ bodyStyle: {
84
+ type: ObjectConstructor;
85
+ default: () => {};
86
+ };
87
+ wrapStyle: {
88
+ type: ObjectConstructor;
89
+ default: () => {};
90
+ };
91
+ }>> & Readonly<{
92
+ onCancel?: ((...args: any[]) => any) | undefined;
93
+ onOk?: ((...args: any[]) => any) | undefined;
94
+ }>, {
95
+ type: string;
96
+ title: string;
97
+ modalStyle: Record<string, any>;
98
+ bodyStyle: Record<string, any>;
99
+ wrapStyle: Record<string, any>;
100
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
101
+ export default _sfc_main;
102
+ //# sourceMappingURL=HbLibModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbLibModal.vue.d.ts","sourceRoot":"","sources":["HbLibModal.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,aAAa,EAAmC,MAAM,KAAK,CAAC;AAGpF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAoJb,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAA4C"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAA6C"}
@@ -0,0 +1,9 @@
1
+ import HbLibCard from './hb_card';
2
+ import HbLibAnchor from './hb_hover_anchor';
3
+ import HbLibDetailBox from './hb_detail_box';
4
+ import HbLibFooterBar from './hb_footer_bar';
5
+ import HbLibModal from './hb_modal';
6
+ import HbLibUnDetailBox from './hb_undetail_box';
7
+ import HbLibPageHeader from './hb_page_header';
8
+ export { HbLibCard, HbLibAnchor, HbLibDetailBox, HbLibFooterBar, HbLibModal, HbLibUnDetailBox, HbLibPageHeader };
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,gBAAgB,MAAM,mBAAmB,CAAC;AACjD,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const withInstall: (comp: any) => any;
2
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,SAAU,GAAG,QAKpC,CAAC"}
@@ -169,8 +169,8 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
169
169
  onHandleDragAdd?: ((...args: any[]) => any) | undefined;
170
170
  onHandleDragRemove?: ((...args: any[]) => any) | undefined;
171
171
  }>, {
172
- readonly filter: string;
173
172
  readonly sort: boolean;
173
+ readonly filter: string;
174
174
  readonly childrenType: import("./type").ChildrenType;
175
175
  readonly dragClass: string;
176
176
  readonly ghostClass: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAQ7B,QAAA,IAAI,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAMxC,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAQ7B,QAAA,IAAI,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAOxC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- [data-v-93f23c9d]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-sfcm[data-v-93f23c9d] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-93f23c9d]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-93f23c9d]{margin-right:var(--hb-space);padding-left:var(--hb-space);color:#080808;font-size:16px;font-weight:500;position:relative}.hb-sfcm__title__tip[data-v-93f23c9d]:before{content:"";width:6px;height:14px;background:var(--hb-theme-color);position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:var(--hb-border-radius)}.hb-sfcm__show__tag[data-v-93f23c9d]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-93f23c9d]{float:left;margin-right:var(--hb-space);padding:2px 9px;background:var(--hb-theme-color);color:#fff;border:1px solid var(--hb-theme-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:move;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.hb-sfcm__show__tag__item.is-linked[data-v-93f23c9d]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-93f23c9d]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-93f23c9d]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-93f23c9d]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-93f23c9d]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-93f23c9d]{position:relative;float:left;margin-right:var(--hb-space);padding:2px 9px;color:#9ca3af;border:1px solid var(--hb-border-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:pointer;-webkit-user-select:none;user-select:none}.hb-sfcm__unshow__tag__item.is-linked[data-v-93f23c9d]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-93f23c9d]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-93f23c9d]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-93f23c9d]{position:absolute;width:100%;height:100%;top:0;left:0;background:#1a1818;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:var(--hb-border-radius)}.hb-sfcm__unshow__tag__empty[data-v-93f23c9d]{text-align:center;color:var(--hb-border-color)}[data-v-17f7cfcc]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.isNeedFooterCss[data-v-17f7cfcc]{flex-direction:column}.hb-form[data-v-17f7cfcc] .ant-form-item{margin-bottom:var(--hb-form-space)}.hb-form .hb-form__footer[data-v-17f7cfcc]{display:flex;justify-content:space-between;margin-top:-15px}.hb-lib-form--container[data-v-17f7cfcc]{overflow:hidden;margin:6px}.hide[data-v-17f7cfcc]{height:0}.hb-form__form-item-col[data-v-17f7cfcc]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-17f7cfcc]{display:flex;align-items:center;margin-bottom:10px}.form-collapse-enter-active,.form-collapse-leave-active{transition:height .2s ease;overflow:hidden}.form-collapse-enter-from,.form-collapse-leave-to{height:0}.hb-lib-form-svg{margin-right:13px;cursor:pointer;display:flex;align-items:center}.hb-lib-form-svg .icon{width:18px;height:20px}.hb-form-item-ui .ant-form-item.hb-lib-form-item-border--unneed{border:none!important}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll{height:auto!important}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll .ant-select-selection-overflow{flex-wrap:wrap;max-width:373px}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll .ant-form-item-control-input-content{max-width:373px}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll .ant-select-show-arrow{height:var(--hb-f-item-height)!important}.hb-form__footer__right{display:flex;align-items:center;justify-content:space-between;min-width:206px}.ant-row[sublabel] .ant-form-item-label label,.ant-row[sublabellanguage] .ant-form-item-label label{display:none!important}[data-v-c7cd0710]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-act-item[data-v-c7cd0710]{margin-right:var(--hb-space)}[data-v-de62f20a]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-btns-box[data-v-de62f20a]{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:5px 5px 0;margin-top:5px;border-radius:6px 6px 0 0}.hb-lib-list-btns-box .hb-lib-list-btns-right[data-v-de62f20a]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-de62f20a]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-de62f20a]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-de62f20a]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-de62f20a]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-de62f20a]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-de62f20a]{display:flex;align-items:center}.flex-between[data-v-87177371]{display:flex;justify-content:space-between;align-items:center}.flex-center[data-v-87177371]{display:flex;align-items:center}.hb-lib-selector-wrapper[data-v-87177371]{position:relative}.hb-lib-selector-wrapper .ant-input[data-v-87177371]{cursor:pointer}.has-prefix[data-v-87177371]:before{content:attr(data-prefix);position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#262626;font-size:14px;white-space:nowrap;pointer-events:none;z-index:1}.has-prefix[data-v-87177371] .ant-select-selector{padding-left:calc(12px + var(--prefix-width, 0px))}.has-prefix[data-v-87177371] .ant-select-selection-placeholder{padding-left:var(--prefix-width, 0px)}.hb-lib-selector-dropdown[data-v-87177371]{padding:8px;min-width:200px}.hb-lib-selector-search[data-v-87177371]{margin-bottom:8px}.hb-lib-selector-list[data-v-87177371]{max-height:200px;overflow-y:auto}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar{width:6px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hb-lib-selector-option[data-v-87177371]{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;gap:8px}.hb-lib-selector-option[data-v-87177371]:hover{background-color:#f5f5f5}.hb-lib-selector-option.selected[data-v-87177371]{background-color:#e6f7ff}.hb-lib-option-content[data-v-87177371]{flex:1}.hb-lib-option-label[data-v-87177371]{font-weight:500;color:#262626}.hb-lib-selector-empty[data-v-87177371]{text-align:center;color:#bfbfbf;padding:20px 0;font-size:14px}.hb-lib-selector-footer[data-v-87177371]{border-top:1px solid #f0f0f0;padding-top:8px;margin-top:8px;display:flex;justify-content:space-between;align-items:center}.hb-lib-footer-buttons[data-v-87177371]{display:flex;gap:8px}.selector-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.selector-tag .tag-label[data-v-87177371]{font-weight:500}.selector-tag .tag-description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.rotate-180[data-v-87177371]{transform:rotate(180deg)}.transition-transform[data-v-87177371]{transition:transform .2s}.hb-lib-search-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.hb-lib-search-tag__description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.hb-lib-multipleSelectModal-modal .ant-table-filter-trigger{font-size:18px!important}.hb-lib-multipleSelectModal-modal .ant-input-group-addon{border:none!important;cursor:pointer}.hb-lib-multipleSelectModal-modal .ant-modal-body{padding:calc(var(--hb-space) / 2)}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-column-title{color:#000;font-weight:bolder;font-size:18px}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-cell{color:#000;font-weight:bolder;font-size:18px;padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-row .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-form-item-filter-modal-search{padding:8px}.hb-lib-form-item-filter-modal-search-input{width:188px;margin-bottom:8px;display:block}.hb-lib-form-item-filter-modal-buttons{display:flex;justify-content:space-between;margin-top:10px}.hb-lib-table-act-box[data-v-2e9541c9]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.hb-lib-table-act-box .hb-lib-table-main-action[data-v-2e9541c9],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-2e9541c9]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-2e9541c9]{display:inline-flex;align-items:center}.hb-lib-table-confirm-modal-content[data-v-2e9541c9]{font-size:16px}.hb-lib-table-act-box .ant-divider-vertical{margin:0}.ant-dropdown-menu-title-content>a:hover{color:var(--hb-theme-color)!important}.hb-lib-list-table[data-v-4a8b9aaa]{background:#fff;padding:0 5px;border-radius:0 0 6px 6px}.hb-lib-list-table[data-v-4a8b9aaa] .copy-text-eyevue.ab{position:relative!important;right:0!important;top:0!important}.hb-lib-list-table-act[data-v-4a8b9aaa]{display:flex;justify-content:space-between;align-items:center}.nowrap-table[data-v-4a8b9aaa] .ant-table-tbody>.ant-table-row>td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:var(--hb-lib-table-td-height)!important;box-sizing:content-box}[data-v-07a63550]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.ant-alert[data-v-07a63550]{box-sizing:border-box;margin:0;color:#000000a6;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:var(--hb-border-radius);border:1px solid #ffb27a;background-color:#fff2e6}.ant-alert .com-alert[data-v-07a63550]{display:flex;justify-content:space-between;width:100%;align-items:center}.ant-alert .com-alert a[data-v-07a63550]{color:#ff5000}.select-all-container[data-v-07a63550]{padding:8px 0}.hb-lib-table-setting-box[data-v-07a63550]{display:flex}.hb-lib-table-set-drag[data-v-07a63550]{max-height:300px;overflow-y:auto}.hb-lib-table-drag-item[data-v-07a63550]{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #f0f0f0;margin-bottom:4px;background-color:#fff;border-radius:var(--hb-border-radius);width:280px}.hb-lib-table-drag-item[data-v-07a63550]:hover{background-color:#f5f5f5}.hb-lib-table-drag-item .drag-handle[data-v-07a63550]{cursor:move;color:#999;padding:4px;-webkit-user-select:none;user-select:none}.ghost[data-v-07a63550]{opacity:.5;background:#c8ebfb}.table-setting-checkbox-group[data-v-07a63550]{display:flex;flex-wrap:wrap}.table-setting-checkbox-group[data-v-07a63550] .ant-checkbox-group-item{margin-right:0;width:33.33%}.hb-lib-table-set-btn-group[data-v-07a63550]{margin-top:10px;display:flex;justify-content:end;align-items:center;border-top:1px solid #f0f0f0;padding-top:8px}.drag-hide[data-v-07a63550]{visibility:hidden}.hb-lib-table-drag-item-act-btn[data-v-07a63550]{display:inline-block;cursor:pointer;width:14px;height:20px}.hb-lib-table-drag-item-act-btn .icon[data-v-07a63550]{width:100%;height:100%}.hb-lib-table-col-set[data-v-07a63550]{display:inline-block;cursor:pointer;width:22px;height:23px}.hb-lib-table-col-set .icon[data-v-07a63550]{width:100%;height:100%}.hb-lib-table-drag-item-act[data-v-07a63550]{display:flex;align-items:center;width:40px;justify-content:space-between}.column_setting_popover{width:auto!important}.hb_lib_form_tooltip_select[data-v-b04f5675]{width:100%}.hb_lib_form_tooltip_select__option[data-v-b04f5675]{display:inline-flex;align-items:center;gap:4px}.hb_lib_form_tooltip_select__option.is-ellipsis[data-v-b04f5675]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb_lib_form_tooltip_select__dropdown .ant-select-item-option-content{display:flex;align-items:center;gap:4px}.hb_import_btn[data-v-d61501db]{text-align:center;margin:0}.hb-lib-copy-text-eyevue[data-v-2b6710a1]{cursor:pointer;font-size:20px;display:inline-flex;justify-content:center;align-items:center;width:17px;height:17px;margin-left:8px}.hb-lib-copy-text-eyevue svg[data-v-2b6710a1]{width:13px;height:14px}.drag-slot-wrapper[data-v-15b227f5]{cursor:move;padding:8px;background-color:#f9f9f9;border:1px solid #eee;margin-bottom:10px}[data-v-cf0b0a0d]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.activted[data-v-cf0b0a0d]{color:var(--hb-theme-color)}.ant-dropdown-link[data-v-cf0b0a0d]{cursor:pointer}.log_remark[data-v-1eb2950e]{width:85%}:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-container{background:#fff}.hb-lib-list-page-container .hb_list_page_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.hb-lib-list-page-container .hb_list_page_button:not(:last-child){margin-right:var(--hb-space)}.hb-lib-list-page-container .hb_list_page_button .buttonText{line-height:var(--hb-list-button-height)!important}.hb-lib-list-page-container .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0}.list-page-box{padding:5px 0 0}.list-page-box .ant-table-row .ant-table-cell,.list-page-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.list-page-box .ant-input-search-button{border:none!important}.list-page-box .ant-tabs-top>.ant-tabs-nav{margin-bottom:calc(var(--hb-space) / 2)!important}.list-page-box .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:calc(var(--hb-space) / 2) 0!important}.list-page-box .ant-table-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:var(--hb-border-radius)}.list-page-box .ant-table-bordered.ant-table-fixed-header .ant-table-body{height:var(--hb-list-table-height)!important;max-height:none!important}.hb-lib-list-page-act-box{background:#fff;display:flex;justify-content:space-between;box-shadow:0 4px 3px #f0f0f0cf;padding:calc(var(--hb-space) / 2) var(--hb-space)}.hb-lib-list-page-act{display:flex;align-items:center}.hb-lib-list-page-act .hb-lib-list-page-act-svg{display:inline-block;width:18px;height:18px;cursor:pointer}.hb-lib-list-page-act .hb-lib-list-page-act-svg:not(:last-child){margin-right:calc(var(--hb-space) / 2)}.hb-lib-list-page-act .hb-lib-list-page-act-svg .icon{width:100%;height:100%}.hb-lib-list-page-breadcrumb{font-size:var(--hb-text-font-size);color:#3e3e3e;display:flex;align-items:center}.hb-lib-list-page-form-box{display:flex;justify-content:space-between;background:#fff;border-radius:8px}.hb-form-item-ui{flex:1}.hb-form-item-ui .ant-form-item{border:1px solid #d1d5dbb3!important;border-radius:var(--hb-border-radius)!important;margin-bottom:var(--hb-form-space)!important;margin-right:var(--hb-form-space)!important;height:var(--hb-f-item-height);min-width:250px!important}.hb-form-item-ui .ant-input{border:none!important;border-radius:var(--hb-border-radius)!important;padding:4px var(--hb-space) 4px 0px!important}.hb-form-item-ui .ant-input:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-number{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-number:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-form-item-label>label{padding:0 0 0 var(--hb-form-space)}.hb-form-item-ui .ant-select-selector{border:none!important;border-radius:var(--hb-border-radius)!important;padding:0px var(--hb-form-space) 0px var(--hb-form-space)!important;outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-selector:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-focused{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper{height:var(--hb-f-item-content-height)!important;border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-affix-wrapper:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-picker,.hb-form-item-ui .ant-picker-range{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-picker-focused{box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper:focus,.hb-form-item-ui .ant-input-affix-wrapper-focused{box-shadow:none!important}.hb-form-item-ui .ant-form-item-control-input-content{display:flex}.hb-form-item-ui .ant-select-selection-item{display:flex;align-items:center}.hb-form-item-ui .ant-select-selection-placeholder{padding-left:var(--hb-form-space)!important}.hb-form-item-ui .ant-select-selection-overflow{flex-wrap:nowrap;overflow:hidden}.hb-form-item-ui .ant-input-group-addon{border:none!important}body{overflow-x:hidden}.btn_pd{padding-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card{margin-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card-head{min-height:var(--hb-card-head)!important}.hb-lib-detail-box .ant-card-head .ant-card-head-title{padding:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-card-body{padding:var(--hb-space)!important}.hb-lib-detail-box .ant-table-row .ant-table-cell,.hb-lib-detail-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-detail-box .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-descriptions-row,.hb-lib-detail-box .ant-descriptions-item{padding-bottom:calc(var(--hb-space) / 2)!important}
1
+ [data-v-93f23c9d]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-sfcm[data-v-93f23c9d] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-93f23c9d]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-93f23c9d]{margin-right:var(--hb-space);padding-left:var(--hb-space);color:#080808;font-size:16px;font-weight:500;position:relative}.hb-sfcm__title__tip[data-v-93f23c9d]:before{content:"";width:6px;height:14px;background:var(--hb-theme-color);position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:var(--hb-border-radius)}.hb-sfcm__show__tag[data-v-93f23c9d]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-93f23c9d]{float:left;margin-right:var(--hb-space);padding:2px 9px;background:var(--hb-theme-color);color:#fff;border:1px solid var(--hb-theme-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:move;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.hb-sfcm__show__tag__item.is-linked[data-v-93f23c9d]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-93f23c9d]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-93f23c9d]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-93f23c9d]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-93f23c9d]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-93f23c9d]{position:relative;float:left;margin-right:var(--hb-space);padding:2px 9px;color:#9ca3af;border:1px solid var(--hb-border-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:pointer;-webkit-user-select:none;user-select:none}.hb-sfcm__unshow__tag__item.is-linked[data-v-93f23c9d]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-93f23c9d]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-93f23c9d]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-93f23c9d]{position:absolute;width:100%;height:100%;top:0;left:0;background:#1a1818;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:var(--hb-border-radius)}.hb-sfcm__unshow__tag__empty[data-v-93f23c9d]{text-align:center;color:var(--hb-border-color)}[data-v-17f7cfcc]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.isNeedFooterCss[data-v-17f7cfcc]{flex-direction:column}.hb-form[data-v-17f7cfcc] .ant-form-item{margin-bottom:var(--hb-form-space)}.hb-form .hb-form__footer[data-v-17f7cfcc]{display:flex;justify-content:space-between;margin-top:-15px}.hb-lib-form--container[data-v-17f7cfcc]{overflow:hidden;margin:6px}.hide[data-v-17f7cfcc]{height:0}.hb-form__form-item-col[data-v-17f7cfcc]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-17f7cfcc]{display:flex;align-items:center;margin-bottom:10px}.form-collapse-enter-active,.form-collapse-leave-active{transition:height .2s ease;overflow:hidden}.form-collapse-enter-from,.form-collapse-leave-to{height:0}.hb-lib-form-svg{margin-right:13px;cursor:pointer;display:flex;align-items:center}.hb-lib-form-svg .icon{width:18px;height:20px}.hb-form-item-ui .ant-form-item.hb-lib-form-item-border--unneed{border:none!important}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll{height:auto!important}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll .ant-select-selection-overflow{flex-wrap:wrap;max-width:373px}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll .ant-form-item-control-input-content{max-width:373px}.hb-form-item-ui .ant-form-item.hb_lib_form_item--needShowAll .ant-select-show-arrow{height:var(--hb-f-item-height)!important}.hb-form__footer__right{display:flex;align-items:center;justify-content:space-between;min-width:206px}.ant-row[sublabel] .ant-form-item-label label,.ant-row[sublabellanguage] .ant-form-item-label label{display:none!important}[data-v-c7cd0710]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-act-item[data-v-c7cd0710]{margin-right:var(--hb-space)}[data-v-de62f20a]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-btns-box[data-v-de62f20a]{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:5px 5px 0;margin-top:5px;border-radius:6px 6px 0 0}.hb-lib-list-btns-box .hb-lib-list-btns-right[data-v-de62f20a]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-de62f20a]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-de62f20a]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-de62f20a]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-de62f20a]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-de62f20a]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-de62f20a]{display:flex;align-items:center}.flex-between[data-v-87177371]{display:flex;justify-content:space-between;align-items:center}.flex-center[data-v-87177371]{display:flex;align-items:center}.hb-lib-selector-wrapper[data-v-87177371]{position:relative}.hb-lib-selector-wrapper .ant-input[data-v-87177371]{cursor:pointer}.has-prefix[data-v-87177371]:before{content:attr(data-prefix);position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#262626;font-size:14px;white-space:nowrap;pointer-events:none;z-index:1}.has-prefix[data-v-87177371] .ant-select-selector{padding-left:calc(12px + var(--prefix-width, 0px))}.has-prefix[data-v-87177371] .ant-select-selection-placeholder{padding-left:var(--prefix-width, 0px)}.hb-lib-selector-dropdown[data-v-87177371]{padding:8px;min-width:200px}.hb-lib-selector-search[data-v-87177371]{margin-bottom:8px}.hb-lib-selector-list[data-v-87177371]{max-height:200px;overflow-y:auto}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar{width:6px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hb-lib-selector-option[data-v-87177371]{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;gap:8px}.hb-lib-selector-option[data-v-87177371]:hover{background-color:#f5f5f5}.hb-lib-selector-option.selected[data-v-87177371]{background-color:#e6f7ff}.hb-lib-option-content[data-v-87177371]{flex:1}.hb-lib-option-label[data-v-87177371]{font-weight:500;color:#262626}.hb-lib-selector-empty[data-v-87177371]{text-align:center;color:#bfbfbf;padding:20px 0;font-size:14px}.hb-lib-selector-footer[data-v-87177371]{border-top:1px solid #f0f0f0;padding-top:8px;margin-top:8px;display:flex;justify-content:space-between;align-items:center}.hb-lib-footer-buttons[data-v-87177371]{display:flex;gap:8px}.selector-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.selector-tag .tag-label[data-v-87177371]{font-weight:500}.selector-tag .tag-description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.rotate-180[data-v-87177371]{transform:rotate(180deg)}.transition-transform[data-v-87177371]{transition:transform .2s}.hb-lib-search-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.hb-lib-search-tag__description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.hb-lib-multipleSelectModal-modal .ant-table-filter-trigger{font-size:18px!important}.hb-lib-multipleSelectModal-modal .ant-input-group-addon{border:none!important;cursor:pointer}.hb-lib-multipleSelectModal-modal .ant-modal-body{padding:calc(var(--hb-space) / 2)}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-column-title{color:#000;font-weight:bolder;font-size:18px}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-cell{color:#000;font-weight:bolder;font-size:18px;padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-row .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-form-item-filter-modal-search{padding:8px}.hb-lib-form-item-filter-modal-search-input{width:188px;margin-bottom:8px;display:block}.hb-lib-form-item-filter-modal-buttons{display:flex;justify-content:space-between;margin-top:10px}.hb-lib-table-act-box[data-v-2e9541c9]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.hb-lib-table-act-box .hb-lib-table-main-action[data-v-2e9541c9],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-2e9541c9]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-2e9541c9]{display:inline-flex;align-items:center}.hb-lib-table-confirm-modal-content[data-v-2e9541c9]{font-size:16px}.hb-lib-table-act-box .ant-divider-vertical{margin:0}.ant-dropdown-menu-title-content>a:hover{color:var(--hb-theme-color)!important}.hb-lib-list-table[data-v-4a8b9aaa]{background:#fff;padding:0 5px;border-radius:0 0 6px 6px}.hb-lib-list-table[data-v-4a8b9aaa] .copy-text-eyevue.ab{position:relative!important;right:0!important;top:0!important}.hb-lib-list-table-act[data-v-4a8b9aaa]{display:flex;justify-content:space-between;align-items:center}.nowrap-table[data-v-4a8b9aaa] .ant-table-tbody>.ant-table-row>td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:var(--hb-lib-table-td-height)!important;box-sizing:content-box}[data-v-07a63550]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.ant-alert[data-v-07a63550]{box-sizing:border-box;margin:0;color:#000000a6;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:var(--hb-border-radius);border:1px solid #ffb27a;background-color:#fff2e6}.ant-alert .com-alert[data-v-07a63550]{display:flex;justify-content:space-between;width:100%;align-items:center}.ant-alert .com-alert a[data-v-07a63550]{color:#ff5000}.select-all-container[data-v-07a63550]{padding:8px 0}.hb-lib-table-setting-box[data-v-07a63550]{display:flex}.hb-lib-table-set-drag[data-v-07a63550]{max-height:300px;overflow-y:auto}.hb-lib-table-drag-item[data-v-07a63550]{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #f0f0f0;margin-bottom:4px;background-color:#fff;border-radius:var(--hb-border-radius);width:280px}.hb-lib-table-drag-item[data-v-07a63550]:hover{background-color:#f5f5f5}.hb-lib-table-drag-item .drag-handle[data-v-07a63550]{cursor:move;color:#999;padding:4px;-webkit-user-select:none;user-select:none}.ghost[data-v-07a63550]{opacity:.5;background:#c8ebfb}.table-setting-checkbox-group[data-v-07a63550]{display:flex;flex-wrap:wrap}.table-setting-checkbox-group[data-v-07a63550] .ant-checkbox-group-item{margin-right:0;width:33.33%}.hb-lib-table-set-btn-group[data-v-07a63550]{margin-top:10px;display:flex;justify-content:end;align-items:center;border-top:1px solid #f0f0f0;padding-top:8px}.drag-hide[data-v-07a63550]{visibility:hidden}.hb-lib-table-drag-item-act-btn[data-v-07a63550]{display:inline-block;cursor:pointer;width:14px;height:20px}.hb-lib-table-drag-item-act-btn .icon[data-v-07a63550]{width:100%;height:100%}.hb-lib-table-col-set[data-v-07a63550]{display:inline-block;cursor:pointer;width:22px;height:23px}.hb-lib-table-col-set .icon[data-v-07a63550]{width:100%;height:100%}.hb-lib-table-drag-item-act[data-v-07a63550]{display:flex;align-items:center;width:40px;justify-content:space-between}.column_setting_popover{width:auto!important}.hb_lib_form_tooltip_select[data-v-b04f5675]{width:100%}.hb_lib_form_tooltip_select__option[data-v-b04f5675]{display:inline-flex;align-items:center;gap:4px}.hb_lib_form_tooltip_select__option.is-ellipsis[data-v-b04f5675]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb_lib_form_tooltip_select__dropdown .ant-select-item-option-content{display:flex;align-items:center;gap:4px}.hb_import_btn[data-v-d61501db]{text-align:center;margin:0}.hb-lib-copy-text-eyevue[data-v-2b6710a1]{cursor:pointer;font-size:20px;display:inline-flex;justify-content:center;align-items:center;width:17px;height:17px;margin-left:8px}.hb-lib-copy-text-eyevue svg[data-v-2b6710a1]{width:13px;height:14px}.drag-slot-wrapper[data-v-15b227f5]{cursor:move;padding:8px;background-color:#f9f9f9;border:1px solid #eee;margin-bottom:10px}[data-v-cf0b0a0d]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.activted[data-v-cf0b0a0d]{color:var(--hb-theme-color)}.ant-dropdown-link[data-v-cf0b0a0d]{cursor:pointer}.log_remark[data-v-1eb2950e]{width:85%}.__module-card[data-v-9a4f8a3a]{margin-bottom:6px}.modal__module-card[data-v-9a4f8a3a]{margin-bottom:0}.hb_card[data-v-9a4f8a3a]{border:none;box-shadow:var(--box-shadow-base);border-radius:4px;border:1px solid #f3f4f6;background-color:#fff;overflow:hidden;color:#1f2837;-webkit-transition:.3s;transition:.3s}.hb_card_header[data-v-9a4f8a3a]{padding:6px;box-sizing:border-box}.hb_fix[data-v-9a4f8a3a]{display:flex;justify-content:space-between;align-items:center}.hb_fix .hb_card_header-title[data-v-9a4f8a3a]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_fix .hb_card_header-title[data-v-9a4f8a3a]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_card_body[data-v-9a4f8a3a]{padding:0 6px}.hb_card_form[data-v-9a4f8a3a]{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px}.hb_card_form[data-v-9a4f8a3a] .ant-form-item{width:100%!important;margin-bottom:5px;margin-right:0}.hb_card_form[data-v-9a4f8a3a] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_form[data-v-9a4f8a3a] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_form[data-v-9a4f8a3a] .ant-form-item-label{padding:0 0 2px!important}.hb_card_form .col_2[data-v-9a4f8a3a]{grid-column:span 2}.hb_card_form .col_3[data-v-9a4f8a3a]{grid-column:span 3}.hb_card_form .col_4[data-v-9a4f8a3a]{grid-column:span 4}@media screen and (max-width:1600px){.hb_card_form[data-v-9a4f8a3a]{grid-template-columns:repeat(3,1fr)}.hb_card_form .col_2[data-v-9a4f8a3a]{grid-column:span 2}.hb_card_form .col_3[data-v-9a4f8a3a],.hb_card_form .col_4[data-v-9a4f8a3a]{grid-column:span 3}}.hb_card_form[data-v-9a4f8a3a] .ant-form-item-label>label:after{margin-right:5px;content:""}.hb_card_flex_form[data-v-9a4f8a3a]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_card_flex_form[data-v-9a4f8a3a] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_flex_form[data-v-9a4f8a3a] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_flex_form[data-v-9a4f8a3a] .ant-form-item-label>label:after{margin:0 8px}.hb_card_flex_form[data-v-9a4f8a3a] .ant-form-item{width:48%!important}.hb_card_flex_form.l3c[data-v-9a4f8a3a] .ant-form-item{width:30%!important}.hb_card_flex_form.l3c .col_2[data-v-9a4f8a3a] .ant-form-item{width:65%!important}.hb_card_flex_form.l4c[data-v-9a4f8a3a] .ant-form-item{width:23%!important}.hb_card_flex_form.l4c .col_2[data-v-9a4f8a3a]{width:48.7%!important}.hb_card_flex_form.l4c .col_3[data-v-9a4f8a3a]{width:74.4%!important}.hb_card_flex_form .col_all[data-v-9a4f8a3a]{width:100%!important}.anchors[data-v-d51548d8]{position:fixed;right:0;transform:translate(calc(100% - 31px));padding:8px 24px 8px 12px;box-shadow:0 10px 15px -3 #00000014,0 4px 6px -2 #0000000a;border-radius:4px 0 0 4px;border:1px solid #e5e7eb;border-right:none;background-color:#fff;transition:all .2s ease-in-out;z-index:9999}.anchors[data-v-d51548d8]:hover{transform:translate(0)}.anchors .anchor-item[data-v-d51548d8]{padding:8px 0;display:flex;text-align:left;cursor:pointer}.anchors .anchor-item .step[data-v-d51548d8]{width:20px;padding-top:4px;position:relative}.anchors .anchor-item .step .line[data-v-d51548d8]{position:absolute;width:2px;left:4px;height:44px;background-color:#ebeef5}.anchors .anchor-item .step .circle[data-v-d51548d8]{position:absolute;z-index:2;width:10px;height:10px;border-radius:50%;border:2px solid #d5dae5;background-color:#fff;box-sizing:border-box;transition:all .3s ease}.anchors .anchor-item .step .circle[data-v-d51548d8]:after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease}.anchors .anchor-item .title[data-v-d51548d8]{height:18px;line-height:18px;color:#374151;transition:color .3s ease;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anchors .anchor-item.isActive .circle[data-v-d51548d8]{border-color:var(--hb-theme-color);background-color:var(--hb-theme-color)}.anchors .anchor-item.isActive .circle[data-v-d51548d8]:after{transform:translate(-50%,-50%) scale(1)}.anchors .anchor-item.isActive .title[data-v-d51548d8]{color:var(--hb-theme-color)}.anchors .anchor-item:last-child .step .line[data-v-d51548d8]{width:0}.hb_detail_top_wrapper_sticky[data-v-bdd5cded]{position:sticky;top:0;background:#fff;margin-bottom:5px;padding:5px;z-index:1000;transition:all .3s ease}.hb_detail_top_act_sticky[data-v-bdd5cded]{opacity:0;position:fixed;background:#fff;top:112px;z-index:0;left:160px;right:0;padding:10px 16px;box-shadow:0 2px 8px #00000026}.hb_detail_top_act_sticky.can_show[data-v-bdd5cded]{z-index:88888;opacity:1}.hb_detail_wrapper[data-v-bdd5cded]{position:relative;background:#f1f2f5;width:100%;height:100%;box-sizing:border-box;overflow:hidden;padding-bottom:60px}.hb_detail_wrapper[data-v-bdd5cded] .ant-form-item-label>label{font-size:13px;color:#374151}.hb_detail_wrapper[data-v-bdd5cded] .anchorStyle{position:fixed;right:-76px;top:114px!important;z-index:90000!important;padding:0 15px!important;background:#fff;border:1px;box-shadow:0 0 11px 3px #ccc;border-radius:6px;transition:all .3s ease}.hb_detail_wrapper[data-v-bdd5cded] .anchorStyle:hover{right:0}.hb_detail_wrapper[data-v-bdd5cded] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,.hb_detail_wrapper[data-v-bdd5cded] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}.hb_detail_wrapper[data-v-bdd5cded] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_detail_wrapper[data-v-bdd5cded] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}.hb_detail_wrapper[data-v-bdd5cded] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}.hb_detail_wrapper[data-v-bdd5cded] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_detail_wrapper[data-v-bdd5cded] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_detail_wrapper[data-v-bdd5cded] .ant-empty-normal{margin:0}.hb_detail_wrapper[data-v-bdd5cded] .ant-table-footer{padding:6px 16px}.hb_detail_wrapper .hb_detail_top_wrapper[data-v-bdd5cded]{background:#fff;margin-bottom:10px;padding:10px}.hb_detail_wrapper .hb_detail_all_info[data-v-bdd5cded]{display:flex}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_title[data-v-bdd5cded]{font-size:16px;font-weight:700}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_content[data-v-bdd5cded]{font-size:15px;color:gray}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_content .create_by[data-v-bdd5cded]{margin-right:10px}.hb_detail_wrapper[data-v-bdd5cded] .ant-tabs{background:#fff;padding:0 6px}.hb-back-top-inner[data-v-bdd5cded]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:50%;color:var(--hb-theme-color);font-size:30px;box-shadow:0 0 8px 2px #0000004d}.hb_edit_detail_content_wrapper[data-v-bdd5cded]{height:100%;overflow:auto}.hb_detail_content[data-v-bdd5cded]{min-width:800px;margin:0 auto;box-sizing:border-box}.hb_detail_content .anticon-rollback[data-v-bdd5cded]{color:var(--hb-theme-color)}.ml6[data-v-bdd5cded]{margin-left:6px}.footer-affix-wrapper[data-v-9bcf83f9]{position:fixed;bottom:0;z-index:100;width:100%}.page-footer-bar[data-v-9bcf83f9]{display:flex;justify-content:center;align-items:center;height:56px;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 -2px 8px #0000000f;width:100%}.hb_list_page_button[data-v-9bcf83f9]:not(:last-child){margin-right:var(--hb-space)}.__module-card[data-v-df9ba9ee]{margin-bottom:6px}.modal__module-card[data-v-df9ba9ee]{margin-bottom:0}.hb_card[data-v-df9ba9ee]{border:none;box-shadow:var(--box-shadow-base);border-radius:4px;border:1px solid #f3f4f6;background-color:#fff;overflow:hidden;color:#1f2837;-webkit-transition:.3s;transition:.3s}.hb_card_header[data-v-df9ba9ee]{padding:6px;box-sizing:border-box}.hb_fix[data-v-df9ba9ee]{display:flex;justify-content:space-between;align-items:center}.hb_fix .hb_card_header-title[data-v-df9ba9ee]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_fix .hb_card_header-title[data-v-df9ba9ee]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_card_body[data-v-df9ba9ee]{padding:0 6px}.hb_card_form[data-v-df9ba9ee]{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px}.hb_card_form[data-v-df9ba9ee] .ant-form-item{width:100%!important;margin-bottom:5px;margin-right:0}.hb_card_form[data-v-df9ba9ee] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_form[data-v-df9ba9ee] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_form[data-v-df9ba9ee] .ant-form-item-label{padding:0 0 2px!important}.hb_card_form .col_2[data-v-df9ba9ee]{grid-column:span 2}.hb_card_form .col_3[data-v-df9ba9ee]{grid-column:span 3}.hb_card_form .col_4[data-v-df9ba9ee]{grid-column:span 4}@media screen and (max-width:1600px){.hb_card_form[data-v-df9ba9ee]{grid-template-columns:repeat(3,1fr)}.hb_card_form .col_2[data-v-df9ba9ee]{grid-column:span 2}.hb_card_form .col_3[data-v-df9ba9ee],.hb_card_form .col_4[data-v-df9ba9ee]{grid-column:span 3}}.hb_card_form[data-v-df9ba9ee] .ant-form-item-label>label:after{margin-right:5px;content:""}.hb_card_flex_form[data-v-df9ba9ee]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_card_flex_form[data-v-df9ba9ee] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_flex_form[data-v-df9ba9ee] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_flex_form[data-v-df9ba9ee] .ant-form-item-label>label:after{margin:0 8px}.hb_card_flex_form[data-v-df9ba9ee] .ant-form-item{width:48%!important}.hb_card_flex_form.l3c[data-v-df9ba9ee] .ant-form-item{width:30%!important}.hb_card_flex_form.l3c .col_2[data-v-df9ba9ee] .ant-form-item{width:65%!important}.hb_card_flex_form.l4c[data-v-df9ba9ee] .ant-form-item{width:23%!important}.hb_card_flex_form.l4c .col_2[data-v-df9ba9ee]{width:48.7%!important}.hb_card_flex_form.l4c .col_3[data-v-df9ba9ee]{width:74.4%!important}.hb_card_flex_form .col_all[data-v-df9ba9ee]{width:100%!important}.hb_modal_wrapper .__module-card[data-v-df9ba9ee]{margin-bottom:0!important}.hb_modal_wrapper .hb_card[data-v-df9ba9ee]{border:none!important;box-shadow:var(--box-shadow-base);background-color:#fff;overflow:hidden;color:#1f2837;-webkit-transition:.3s;transition:.3s}.hb_modal_wrapper .hb_card_header[data-v-df9ba9ee]{padding:6px;box-sizing:border-box}.hb_modal_wrapper .hb_fix[data-v-df9ba9ee]{display:flex;justify-content:space-between;align-items:center}.hb_modal_wrapper .hb_fix .hb_card_header-title[data-v-df9ba9ee]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_modal_wrapper .hb_fix .hb_card_header-title[data-v-df9ba9ee]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_modal_wrapper[data-v-df9ba9ee] .ant-form-vertical .ant-form-item-label{padding:0 0 2px}.hb_modal_wrapper .hb_card_body[data-v-df9ba9ee]{padding:0 6px}.hb_modal_wrapper .hb_card_form[data-v-df9ba9ee]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_modal_wrapper .hb_card_form[data-v-df9ba9ee] .ant-form-item{margin-bottom:22px}.hb_modal_wrapper .hb_card_form[data-v-df9ba9ee] .ant-form-item-with-help{margin-bottom:0!important}.hb_modal_wrapper .hb_card_form[data-v-df9ba9ee] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_modal_wrapper .hb_card_form[data-v-df9ba9ee] .ant-form-item-label>label:after{margin:0 8px}.hb_modal_wrapper[data-v-df9ba9ee] .ant-form-item-label>label{font-size:13px;color:#000000ad}.hb_modal_wrapper[data-v-df9ba9ee] .ant-form-item-label>label:not(.ant-form-item-required){margin-left:11px}.hb_modal_wrapper .hb_card_form_sub_title[data-v-df9ba9ee]{font-size:13px;color:#374151bf}.hb_modal_wrapper[data-v-df9ba9ee] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_modal_wrapper[data-v-df9ba9ee] .ant-empty-normal{margin:0}.hb_modal_wrapper[data-v-df9ba9ee] .ant-table-footer{padding:6px 16px}.hb_modal_wrapper .isNotMb[data-v-df9ba9ee]{margin-bottom:0!important}.hb_modal_wrapper .hb_small_button[data-v-df9ba9ee]{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.hb_detail_modal_wrapper .__module-card[data-v-df9ba9ee]{margin-bottom:0!important}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-form-item-label>label:after{margin:0 8px}.hb_detail_modal_wrapper .hb_card_form_sub_title[data-v-df9ba9ee]{font-size:13px;font-weight:700}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-empty-normal{margin:0}.hb_detail_modal_wrapper[data-v-df9ba9ee] .ant-table-footer{padding:6px 16px}.hb_detail_modal_wrapper[data-v-df9ba9ee] .hb_card{border:none}.__detail-content[data-v-4e7004a3]{min-width:800px;margin:0 auto;padding-top:33px;padding-bottom:80px;box-sizing:border-box;background-color:#f0f2f5}.hb-back-top-inner[data-v-4e7004a3]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:50%;color:var(--hb-theme-color);font-size:30px;box-shadow:0 0 8px 2px #0000004d}.hb_edit_detail_content_wrapper[data-v-4e7004a3]{height:100%;overflow:auto}.hb_detail_content[data-v-4e7004a3]{min-width:800px;margin:0 auto;box-sizing:border-box}.hb_detail_content .anticon-rollback[data-v-4e7004a3]{color:var(--hb-theme-color)}[data-v-4e7004a3] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,[data-v-4e7004a3] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}[data-v-4e7004a3] .ant-table-pagination.ant-pagination{margin:6px 0}[data-v-4e7004a3] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}[data-v-4e7004a3] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}[data-v-4e7004a3] .ant-table-tbody>tr>td{padding:6px;font-size:13px}[data-v-4e7004a3] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}[data-v-4e7004a3] .ant-empty-normal{margin:0}[data-v-4e7004a3] .ant-table-footer{padding:6px 16px}.hb_edit_wrapper[data-v-4e7004a3] .ant-form-item-label>label{font-size:13px;color:#374151}.hb_edit_header[data-v-7a06cbd0]{position:fixed;width:100%;z-index:9;justify-content:space-between;box-sizing:border-box;display:flex;height:34px;padding-left:0;background:#fff;align-items:center;box-shadow:0 1px 2px #0000000f,0 1px 3px #0000001a}.hb_edit_header_left[data-v-7a06cbd0]{font-size:14px;font-weight:700;color:#374151}.hb_edit_header_left .anticon-rollback[data-v-7a06cbd0]{color:var(--hb-theme-color)}:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-form-space: 6px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-container{background:#fff}.hb-lib-list-page-container .hb_list_page_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.hb-lib-list-page-container .hb_list_page_button:not(:last-child){margin-right:var(--hb-space)}.hb-lib-list-page-container .hb_list_page_button .buttonText{line-height:var(--hb-list-button-height)!important}.hb-lib-list-page-container .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0}.list-page-box{padding:5px 0 0}.list-page-box .ant-table-row .ant-table-cell,.list-page-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.list-page-box .ant-input-search-button{border:none!important}.list-page-box .ant-tabs-top>.ant-tabs-nav{margin-bottom:calc(var(--hb-space) / 2)!important}.list-page-box .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:calc(var(--hb-space) / 2) 0!important}.list-page-box .ant-table-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:var(--hb-border-radius)}.list-page-box .ant-table-bordered.ant-table-fixed-header .ant-table-body{height:var(--hb-list-table-height)!important;max-height:none!important}.hb-lib-list-page-act-box{background:#fff;display:flex;justify-content:space-between;box-shadow:0 4px 3px #f0f0f0cf;padding:calc(var(--hb-space) / 2) var(--hb-space)}.hb-lib-list-page-act{display:flex;align-items:center}.hb-lib-list-page-act .hb-lib-list-page-act-svg{display:inline-block;width:18px;height:18px;cursor:pointer}.hb-lib-list-page-act .hb-lib-list-page-act-svg:not(:last-child){margin-right:calc(var(--hb-space) / 2)}.hb-lib-list-page-act .hb-lib-list-page-act-svg .icon{width:100%;height:100%}.hb-lib-list-page-breadcrumb{font-size:var(--hb-text-font-size);color:#3e3e3e;display:flex;align-items:center}.hb-lib-list-page-form-box{display:flex;justify-content:space-between;background:#fff;border-radius:8px}.hb-form-item-ui{flex:1}.hb-form-item-ui .ant-form-item{border:1px solid #d1d5dbb3!important;border-radius:var(--hb-border-radius)!important;margin-bottom:var(--hb-form-space)!important;margin-right:var(--hb-form-space)!important;height:var(--hb-f-item-height);min-width:250px!important}.hb-form-item-ui .ant-input{border:none!important;border-radius:var(--hb-border-radius)!important;padding:4px var(--hb-space) 4px 0px!important}.hb-form-item-ui .ant-input:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-number{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-number:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-form-item-label>label{padding:0 0 0 var(--hb-form-space)}.hb-form-item-ui .ant-select-selector{border:none!important;border-radius:var(--hb-border-radius)!important;padding:0px var(--hb-form-space) 0px var(--hb-form-space)!important;outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-selector:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-focused{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper{height:var(--hb-f-item-content-height)!important;border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-affix-wrapper:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-picker,.hb-form-item-ui .ant-picker-range{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-picker-focused{box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper:focus,.hb-form-item-ui .ant-input-affix-wrapper-focused{box-shadow:none!important}.hb-form-item-ui .ant-form-item-control-input-content{display:flex}.hb-form-item-ui .ant-select-selection-item{display:flex;align-items:center}.hb-form-item-ui .ant-select-selection-placeholder{padding-left:var(--hb-form-space)!important}.hb-form-item-ui .ant-select-selection-overflow{flex-wrap:nowrap;overflow:hidden}.hb-form-item-ui .ant-input-group-addon{border:none!important}body{overflow-x:hidden}.btn_pd{padding-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card{margin-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card-head{min-height:var(--hb-card-head)!important}.hb-lib-detail-box .ant-card-head .ant-card-head-title{padding:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-card-body{padding:var(--hb-space)!important}.hb-lib-detail-box .ant-table-row .ant-table-cell,.hb-lib-detail-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-detail-box .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-descriptions-row,.hb-lib-detail-box .ant-descriptions-item{padding-bottom:calc(var(--hb-space) / 2)!important}.isNotMb{margin-bottom:0!important}.hb_small_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}