@hb-hellotech/hb-ui 2.2.0 → 2.2.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 (42) hide show
  1. package/dist/App.d.ts.map +1 -1
  2. package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts +3 -3
  3. package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.d.ts +1 -1
  4. package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/type.d.ts +2 -2
  5. package/dist/components/business_comp/list_page_comp/index.d.ts.map +1 -1
  6. package/dist/components/business_comp/unlist_page_comp/index.d.ts +1 -1
  7. package/dist/components/business_comp/unlist_page_comp/index.d.ts.map +1 -1
  8. package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts.map +1 -1
  9. package/dist/components/func_comp/hb_func_file_preview/index.d.ts +0 -1
  10. package/dist/components/func_comp/hb_func_file_preview/index.d.ts.map +1 -1
  11. package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts.map +1 -1
  12. package/dist/components/func_comp/hb_func_file_preview_safe/index.d.ts +43 -0
  13. package/dist/components/func_comp/hb_func_file_preview_safe/index.d.ts.map +1 -0
  14. package/dist/components/func_comp/hb_func_file_preview_safe/src/file_preview.d.ts +44 -0
  15. package/dist/components/func_comp/hb_func_file_preview_safe/src/file_preview.d.ts.map +1 -0
  16. package/dist/components/func_comp/hb_func_file_preview_safe/src/type.d.ts +4 -0
  17. package/dist/components/func_comp/hb_func_file_preview_safe/src/type.d.ts.map +1 -0
  18. package/dist/components/func_comp/index.d.ts +1 -1
  19. package/dist/components/func_comp/index.d.ts.map +1 -1
  20. package/dist/components/hooks/index.d.ts +6 -0
  21. package/dist/components/hooks/index.d.ts.map +1 -0
  22. package/dist/components/hooks/useFilePreview.d.ts +1 -1
  23. package/dist/components/hooks/useFilePreview.d.ts.map +1 -1
  24. package/dist/components/utils/triggerBrowserDownload.d.ts +5 -0
  25. package/dist/components/utils/triggerBrowserDownload.d.ts.map +1 -1
  26. package/dist/components/utils/util.d.ts +24 -0
  27. package/dist/components/utils/util.d.ts.map +1 -1
  28. package/dist/demo/HbFileViewSafe.d.ts +4 -0
  29. package/dist/demo/HbFileViewSafe.d.ts.map +1 -0
  30. package/dist/hb_component_lib.css +1 -1
  31. package/dist/hb_component_lib.js +2331 -2113
  32. package/dist/hb_component_lib.umd.cjs +3 -1
  33. package/dist/index.d.ts +1 -0
  34. package/dist/index.d.ts.map +1 -1
  35. package/hooks/useFilePreview.ts +183 -0
  36. package/hooks/useListFormItem.ts +27 -27
  37. package/hooks/useModalDrag.ts +65 -59
  38. package/package.json +87 -81
  39. package/dist/components/func_comp/hb_func_file_preview/src/type.d.ts +0 -10
  40. package/dist/components/func_comp/hb_func_file_preview/src/type.d.ts.map +0 -1
  41. package/dist/components/func_comp/hb_func_file_preview/src/util.d.ts +0 -17
  42. package/dist/components/func_comp/hb_func_file_preview/src/util.d.ts.map +0 -1
package/dist/App.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;AA4VA,wBAMG"}
1
+ {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;AA6UA,wBAMG"}
@@ -4,7 +4,7 @@ import { ListPageContainerProps_Intf } from '.';
4
4
  export * from './src/type';
5
5
  declare const HbListPageBox: WithInstall<{
6
6
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ListPageContainerProps_Intf> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
7
- tabelData: any[];
7
+ tableData: any[];
8
8
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
9
9
  PageContainerRef: HTMLElement;
10
10
  }, HTMLElement, ComponentProvideOptions, {
@@ -15,13 +15,13 @@ declare const HbListPageBox: WithInstall<{
15
15
  M: {};
16
16
  Defaults: {};
17
17
  }, Readonly< ListPageContainerProps_Intf> & Readonly<{}>, {}, {}, {}, {}, {
18
- tabelData: any[];
18
+ tableData: any[];
19
19
  }>;
20
20
  __isFragment?: never;
21
21
  __isTeleport?: never;
22
22
  __isSuspense?: never;
23
23
  } & ComponentOptionsBase<Readonly< ListPageContainerProps_Intf> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
24
- tabelData: any[];
24
+ tableData: any[];
25
25
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
26
26
  $slots: {
27
27
  header?(_: {}): any;
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
13
13
  };
14
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
15
  declare const __VLS_component: DefineComponent<ListPageContainerProps_Intf, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ListPageContainerProps_Intf> & Readonly<{}>, {
16
- tabelData: any[];
16
+ tableData: any[];
17
17
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
18
18
  PageContainerRef: HTMLElement;
19
19
  }, HTMLElement>;
@@ -4,7 +4,7 @@ export declare const ListPageContainerProps: {
4
4
  readonly type: NumberConstructor;
5
5
  readonly default: 400;
6
6
  };
7
- readonly tabelData: {
7
+ readonly tableData: {
8
8
  readonly type: ArrayConstructor;
9
9
  readonly default: () => never[];
10
10
  };
@@ -23,7 +23,7 @@ export declare const ListPageContainerProps: {
23
23
  };
24
24
  export interface ListPageContainerProps_Intf {
25
25
  tableHeight?: number;
26
- tabelData?: any[];
26
+ tableData?: any[];
27
27
  offsetBottom?: number;
28
28
  minHeight?: number;
29
29
  timeOut?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/business_comp/list_page_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,6BAA6B,CAAC;AAChE,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAC3D,OAAO,iBAAiB,MAAM,yBAAyB,CAAC;AACxD,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAE1D,OAAO,EACL,UAAU,IAAI,aAAa,EAC3B,aAAa,IAAI,gBAAgB,EACjC,aAAa,IAAI,gBAAgB,EACjC,mBAAmB,IAAI,sBAAsB,EAC7C,iBAAiB,IAAI,oBAAoB,EACzC,qBAAqB,IAAI,wBAAwB,EACjD,UAAU,IAAI,aAAa,EAC3B,qBAAqB,IAAI,wBAAwB,EACjD,gBAAgB,IAAI,mBAAmB,EACvC,cAAc,GACf,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/business_comp/list_page_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,6BAA6B,CAAC;AAChE,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAC3D,OAAO,iBAAiB,MAAM,yBAAyB,CAAC;AACxD,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAE1D,OAAO,EACH,UAAU,IAAI,aAAa,EAC3B,aAAa,IAAI,gBAAgB,EACjC,aAAa,IAAI,gBAAgB,EACjC,mBAAmB,IAAI,sBAAsB,EAC7C,iBAAiB,IAAI,oBAAoB,EACzC,qBAAqB,IAAI,wBAAwB,EACjD,UAAU,IAAI,aAAa,EAC3B,qBAAqB,IAAI,wBAAwB,EACjD,gBAAgB,IAAI,mBAAmB,EACvC,cAAc,GACjB,CAAC"}
@@ -5,5 +5,5 @@ import { default as HbLibFooterBar } from './hb_footer_bar';
5
5
  import { default as HbLibModal } from './hb_modal';
6
6
  import { default as HbLibUnDetailBox } from './hb_undetail_box';
7
7
  import { default as HbLibPageHeader } from './hb_page_header';
8
- export { HbLibCard, HbLibAnchor, HbLibDetailBox, HbLibFooterBar, HbLibModal, HbLibUnDetailBox, HbLibPageHeader };
8
+ export { HbLibCard, HbLibAnchor, HbLibDetailBox, HbLibFooterBar, HbLibModal, HbLibUnDetailBox, HbLibPageHeader, };
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/business_comp/unlist_page_comp/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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/business_comp/unlist_page_comp/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,EACH,SAAS,EACT,WAAW,EACX,cAAc,EACd,cAAc,EACd,UAAU,EACV,gBAAgB,EAChB,eAAe,GAClB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tree.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_comp_tree/src/tree.vue"],"names":[],"mappings":";AAiHA,OAAO,EAAc,GAAG,EAAa,WAAW,EAAE,MAAM,QAAQ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqKhE,wBAOG"}AA;IACX,GAAG,CAAC,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAGD,MAAM,WAAW,SAAU,SAAQ,QAAQ,CAAC,WAAW,CAAC;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,SAAS,CAAC,EAAE,GAAG,GAAG,IAAI,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,WAAW,CAAA;CACzB;AACD,eAAO,MAAM,UAAU;;uBAGJ,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;uBAwBvB,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;;;CAsBxB,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,gBAAgB,CAAC,OAAO,UAAU,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"tree.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_comp_tree/src/tree.vue"],"names":[],"mappings":";AAiHA,OAAO,EAAc,GAAG,EAAa,WAAW,EAAE,MAAM,QAAQ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqKhE,wBAOG"}
@@ -1,6 +1,5 @@
1
1
  import { WithInstall } from '../../utils/withInstall';
2
2
  import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
3
- export * from './src/type';
4
3
  declare const HbFilePreview: WithInstall<{
5
4
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
6
5
  $emit: (event: "closeModal" | "prevAttachment" | "nextAttachment", ...args: any[]) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_file_preview/index.ts"],"names":[],"mappings":";;AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAE/C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_file_preview/index.ts"],"names":[],"mappings":";;AAGA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAE/C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"file_preview.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_file_preview/src/file_preview.vue"],"names":[],"mappings":";AAkKA;wBA4qCqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAXjC;;;;;;;;;;;;;;;;;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"file_preview.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_file_preview/src/file_preview.vue"],"names":[],"mappings":";AAqSA;wBAu5CqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAXjC;;;;;;;;;;;;;;;;;;;;;;;;;;2OAQG"}
@@ -0,0 +1,43 @@
1
+ import { WithInstall } from '../../utils/withInstall';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const HbFilePreviewSafe: WithInstall<DefineComponent<{
4
+ url: string;
5
+ fileName?: string;
6
+ file?: File | null;
7
+ previewVisible?: boolean;
8
+ showAttachmentNav?: boolean;
9
+ hasPrevAttachment?: boolean;
10
+ hasNextAttachment?: boolean;
11
+ mobile?: boolean;
12
+ fetchInit?: Record<string, any>;
13
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
14
+ closeModal: () => any;
15
+ prevAttachment: () => any;
16
+ nextAttachment: () => any;
17
+ }, string, PublicProps, Readonly<{
18
+ url: string;
19
+ fileName?: string;
20
+ file?: File | null;
21
+ previewVisible?: boolean;
22
+ showAttachmentNav?: boolean;
23
+ hasPrevAttachment?: boolean;
24
+ hasNextAttachment?: boolean;
25
+ mobile?: boolean;
26
+ fetchInit?: Record<string, any>;
27
+ }> & Readonly<{
28
+ onCloseModal?: (() => any) | undefined;
29
+ onPrevAttachment?: (() => any) | undefined;
30
+ onNextAttachment?: (() => any) | undefined;
31
+ }>, {
32
+ url: string;
33
+ file: File | null;
34
+ fileName: string;
35
+ mobile: boolean;
36
+ previewVisible: boolean;
37
+ showAttachmentNav: boolean;
38
+ hasPrevAttachment: boolean;
39
+ hasNextAttachment: boolean;
40
+ fetchInit: Record<string, any>;
41
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>>;
42
+ export default HbFilePreviewSafe;
43
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_file_preview_safe/index.ts"],"names":[],"mappings":";;AAGA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8EAA2B,CAAC;AACnD,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,44 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ /**
4
+ * 文件下载/预览地址(建议同域或已配置 Cookie 的网关)。
5
+ * 须由接口**直接返回**文件二进制(xlsx/pdf 等);若返回 HTML 登录页、JSON 包装或 302 到网页则无法解析。
6
+ * 含嵌套 query(如 `?url=https://...&token=`)时,内层地址请由服务端 `encodeURIComponent`,否则浏览器可能截断参数。
7
+ */
8
+ url: string;
9
+ /** 原始文件名,用于 URL 无扩展名时判断类型 */
10
+ fileName?: string;
11
+ /** 本地 File,仅下载场景使用 */
12
+ file?: File | null;
13
+ previewVisible?: boolean;
14
+ showAttachmentNav?: boolean;
15
+ hasPrevAttachment?: boolean;
16
+ hasNextAttachment?: boolean;
17
+ mobile?: boolean;
18
+ /**
19
+ * 拉取预览二进制时的 fetch 选项(默认携带 Cookie,适合内网鉴权直链)。
20
+ * 若 OSS 跨域未开放 Cookie,可改为 `{ credentials: 'omit' }`。
21
+ */
22
+ fetchInit?: Record<string, any>;
23
+ };
24
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
25
+ closeModal: () => any;
26
+ prevAttachment: () => any;
27
+ nextAttachment: () => any;
28
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
29
+ onCloseModal?: (() => any) | undefined;
30
+ onPrevAttachment?: (() => any) | undefined;
31
+ onNextAttachment?: (() => any) | undefined;
32
+ }>, {
33
+ url: string;
34
+ file: File | null;
35
+ fileName: string;
36
+ mobile: boolean;
37
+ previewVisible: boolean;
38
+ showAttachmentNav: boolean;
39
+ hasPrevAttachment: boolean;
40
+ hasNextAttachment: boolean;
41
+ fetchInit: Record<string, any>;
42
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
+ export default _default;
44
+ //# sourceMappingURL=file_preview.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file_preview.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_file_preview_safe/src/file_preview.vue"],"names":[],"mappings":"AA2nBA,OAAO,mCAAmC,CAAC;AAC3C,OAAO,oCAAoC,CAAC;AAsB5C,KAAK,WAAW,GAAG;IACX;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,sBAAsB;IACtB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACnC,CAAC;;;;;;;;;;SAfO,MAAM;UAIJ,IAAI,GAAG,IAAI;cAFP,MAAM;YAOR,OAAO;oBAJC,OAAO;uBACJ,OAAO;uBACP,OAAO;uBACP,OAAO;eAMf,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;AAqmBvC,wBASG"}
@@ -0,0 +1,4 @@
1
+ /** 内网安全预览分支(由扩展名决定,不依赖浏览器 iframe / 外网 Office Online) */
2
+ export type HbFilePreviewSecureKind_Type = 'pdf' | 'docx' | 'excel' | 'pptx' | 'image' | 'text' | 'unsupported' | 'empty';
3
+ export type HbFilePreviewSecureLoadState_Type = 'idle' | 'loading' | 'ready' | 'error';
4
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_file_preview_safe/src/type.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,MAAM,MAAM,4BAA4B,GAClC,KAAK,GACL,MAAM,GACN,OAAO,GACP,MAAM,GACN,OAAO,GACP,MAAM,GACN,aAAa,GACb,OAAO,CAAC;AAEd,MAAM,MAAM,iCAAiC,GACvC,MAAM,GACN,SAAS,GACT,OAAO,GACP,OAAO,CAAC"}
@@ -4,5 +4,5 @@ import { default as HbLibSort } from './hb_func_comp_sort';
4
4
  import { default as HbUiConfig } from './hb_ui_config';
5
5
  import { default as HbLibLoading } from './hb_func_loading';
6
6
  import { default as HbLibFilePreview } from './hb_func_file_preview';
7
- export { HbLibCopy, HbLibSort, HbDragInstall as HbLibFuncCompDrag, HbUiConfig, HbLibLoading, HbLibFilePreview };
7
+ export { HbLibCopy, HbLibSort, HbDragInstall as HbLibFuncCompDrag, HbUiConfig, HbLibLoading, HbLibFilePreview, };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/func_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAChD,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,YAAY,MAAM,mBAAmB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,wBAAwB,CAAC;AAEtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,IAAI,iBAAiB,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/func_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAChD,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,YAAY,MAAM,mBAAmB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,wBAAwB,CAAC;AAEtD,OAAO,EACH,SAAS,EACT,SAAS,EACT,aAAa,IAAI,iBAAiB,EAClC,UAAU,EACV,YAAY,EACZ,gBAAgB,GACnB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './useFilePreview';
2
+ export { default as useListFormItem } from './useListFormItem';
3
+ export { default as useModalDrag } from './useModalDrag';
4
+ export { default as useCalTableHeight } from './useCalTableHeight';
5
+ export { default as useCalTableWidth } from './useCalTableWidth';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Ref, ComputedRef } from 'vue';
2
- import { HbFileItem_Intf } from '../func_comp/hb_func_file_preview';
2
+ import { HbFileItem_Intf } from '../utils/util';
3
3
  export interface FilePreviewDetail {
4
4
  attachmentInfos: HbFileItem_Intf[];
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"useFilePreview.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useFilePreview.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAiB,KAAK,GAAG,EAAE,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;AAIhE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAEpE,MAAM,WAAW,iBAAiB;IAEhC,eAAe,EAAE,eAAe,EAAE,CAAC;CACpC;AAED,MAAM,WAAW,oBAAoB;IACnC,kBAAkB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC9B,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,yBAAyB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,oBAAoB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC3C,aAAa,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrE,cAAc,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IAClD,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzE,kCAAkC;IAClC,6BAA6B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,GAAG,CAAC,iBAAiB,CAAC,GAAG,oBAAoB,CAyItF"}
1
+ {"version":3,"file":"useFilePreview.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useFilePreview.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAiB,KAAK,GAAG,EAAE,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;AAEhE,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,yBAAyB,CAAC;AAGjC,MAAM,WAAW,iBAAiB;IAEhC,eAAe,EAAE,eAAe,EAAE,CAAC;CACpC;AAED,MAAM,WAAW,oBAAoB;IACnC,kBAAkB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC9B,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,yBAAyB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,oBAAoB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC3C,aAAa,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrE,cAAc,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IAClD,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzE,kCAAkC;IAClC,6BAA6B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,GAAG,CAAC,iBAAiB,CAAC,GAAG,oBAAoB,CAyItF"}
@@ -2,5 +2,10 @@
2
2
  * @desc 触发文件下载。优先拉取 Blob 后在本地触发保存,避免 IE/Edge IE 模式下对跨域直链 `a.click()` 新开页签。
3
3
  * @remarks 阿里云 OSS 等跨域地址若未配置带 Cookie 的 CORS,须使用 omit 凭证,否则预检会失败。
4
4
  */
5
+ /**
6
+ * 将含中文、空格等非 ASCII 的路径规范为百分号编码,便于 XHR/fetch/iframe 在各浏览器中一致请求。
7
+ * 网关拼接的预览 URL 若含未编码空格,`new URL` 可能失败,会先尝试把空格替换为 %20 再解析。
8
+ */
9
+ export declare function normalizeHttpUrlForRequest(raw: string): string;
5
10
  export declare function triggerBrowserDownload(url: string, filename: string): Promise<void>;
6
11
  //# sourceMappingURL=triggerBrowserDownload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"triggerBrowserDownload.d.ts","sourceRoot":"","sources":["../../../src/components/utils/triggerBrowserDownload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA6GH,wBAAsB,sBAAsB,CAC1C,GAAG,EAAE,MAAM,EACX,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,IAAI,CAAC,CAUf"}
1
+ {"version":3,"file":"triggerBrowserDownload.d.ts","sourceRoot":"","sources":["../../../src/components/utils/triggerBrowserDownload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAY9D;AA6FD,wBAAsB,sBAAsB,CACxC,GAAG,EAAE,MAAM,EACX,QAAQ,EAAE,MAAM,GACjB,OAAO,CAAC,IAAI,CAAC,CAUf"}
@@ -40,5 +40,29 @@ export declare function isPC(): boolean;
40
40
  export declare function isMobile(): boolean;
41
41
  export type DeviceType = 'pc' | 'mobile';
42
42
  export declare function getDeviceType(): DeviceType;
43
+ export interface HbFileItem_Intf {
44
+ fileName: string;
45
+ previewUrl: string;
46
+ downloadUrl: string;
47
+ attachmentDesc?: string;
48
+ attachmentId?: string;
49
+ uploadDate?: string;
50
+ [key: string]: unknown;
51
+ }
52
+ /** 可从文件名或完整 URL 解析扩展名(忽略 ?# 后参数) */
53
+ export declare const getFileExtensionFromName: (nameOrUrl: string) => string;
54
+ /** 是否为可内嵌预览的图片类型(依据文件名或 URL) */
55
+ export declare const isAttachmentImagePreview: (fileNameOrUrl: string) => boolean;
56
+ /** 供应商附件:仅 PDF 与常见图片支持内嵌预览 */
57
+ export declare const isAttachmentPreviewable: (fileName: string) => boolean;
58
+ export declare const getAttachmentDownloadUrl: <T extends HbFileItem_Intf>(row: T) => string;
59
+ /**
60
+ * @desc 在 `attachmentInfos` 中定位被点击的附件下标。
61
+ * 仅依赖 fileUuid 会在接口缺省、全空或重复时始终命中第一项,需结合列表下标与预览/下载地址兜底。
62
+ */
63
+ export declare const resolveAttachmentIndexInList: <T extends HbFileItem_Intf>(list: T[], item: T, options?: {
64
+ /** 列表 v-for 下标,优先使用 */
65
+ preferredIndex?: number;
66
+ }) => number;
43
67
  export {};
44
68
  //# sourceMappingURL=util.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/components/utils/util.ts"],"names":[],"mappings":"AAAA,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AACpC;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,GAAE,MAAY,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,cAAc,CAAC,EAAE,IAAI;WAGhE,OAAO,WAAW,GAAG,EAAE;;EAiC1D;AAED;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO;;;CAAqC;WAI/D,OAAO,WAAW,GAAG,EAAE;;EA0B1D;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,UAElC;AAYD,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,SAAS,SAAI,EAAE,SAAS,SAAM,EAAE,OAAO,SAAM,EAAE,MAAM,SAAK,EAAE,MAAM,SAAK,GAAG,MAAM,CAsBpI;AAED;;;GAGG;AAEH,4BAA4B;AAC5B,eAAO,MAAM,aAAa,MAAM,CAAC;AAEjC,wBAAgB,IAAI,IAAI,OAAO,CAG9B;AAED,wBAAgB,QAAQ,IAAI,OAAO,CAElC;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,QAAQ,CAAC;AAEzC,wBAAgB,aAAa,IAAI,UAAU,CAE1C"}
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/components/utils/util.ts"],"names":[],"mappings":"AAAA,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AACpC;;;;;;GAMG;AACH,wBAAgB,QAAQ,CACpB,IAAI,EAAE,IAAI,EACV,KAAK,GAAE,MAAY,EACnB,SAAS,CAAC,EAAE,OAAO,EACnB,cAAc,CAAC,EAAE,IAAI;WAIa,OAAO,WAAW,GAAG,EAAE;;EAiC5D;AAED;;;;;;GAMG;AACH,wBAAgB,QAAQ,CACpB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,MAAM,EAChB,OAAO;;;CAAqC;WAKV,OAAO,WAAW,GAAG,EAAE;;EA0B5D;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,UAElC;AAYD,wBAAgB,YAAY,CACxB,KAAK,EAAE,MAAM,GAAG,MAAM,EACtB,SAAS,SAAI,EACb,SAAS,SAAM,EACf,OAAO,SAAM,EACb,MAAM,SAAK,EACX,MAAM,SAAK,GACZ,MAAM,CAsBR;AAED;;;GAGG;AAEH,4BAA4B;AAC5B,eAAO,MAAM,aAAa,MAAM,CAAC;AAEjC,wBAAgB,IAAI,IAAI,OAAO,CAG9B;AAED,wBAAgB,QAAQ,IAAI,OAAO,CAElC;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,QAAQ,CAAC;AAEzC,wBAAgB,aAAa,IAAI,UAAU,CAE1C;AAED,MAAM,WAAW,eAAe;IAE5B,QAAQ,EAAE,MAAM,CAAC;IAEjB,UAAU,EAAE,MAAM,CAAC;IAEnB,WAAW,EAAE,MAAM,CAAC;IAEpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAED,oCAAoC;AACpC,eAAO,MAAM,wBAAwB,GAAI,WAAW,MAAM,KAAG,MAI5D,CAAC;AAYF,gCAAgC;AAChC,eAAO,MAAM,wBAAwB,GAAI,eAAe,MAAM,KAAG,OAEhE,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,uBAAuB,GAAI,UAAU,MAAM,KAAG,OAG1D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,CAAC,SAAS,eAAe,EAC9D,KAAK,CAAC,KACP,MAEF,CAAC;AACF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,GAAI,CAAC,SAAS,eAAe,EAClE,MAAM,CAAC,EAAE,EACT,MAAM,CAAC,EACP,UAAU;IACN,uBAAuB;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B,KACF,MA8CF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
+ export default _default;
4
+ //# sourceMappingURL=HbFileViewSafe.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbFileViewSafe.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbFileViewSafe.vue"],"names":[],"mappings":";;AAuIA,wBAKG"}
@@ -1 +1 @@
1
- [data-v-657502f3]:root{--hb-form-item-margin: 10px;--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-657502f3] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-657502f3]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-657502f3]{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-657502f3]: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-657502f3]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-657502f3]{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-657502f3]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-657502f3]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-657502f3]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-657502f3]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-657502f3]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-657502f3]{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-657502f3]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-657502f3]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-657502f3]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-657502f3]{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-657502f3]{text-align:center;color:var(--hb-border-color)}[data-v-8307bb07]:root{--hb-form-item-margin: 10px;--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-8307bb07]{flex-direction:column}.hb-form[data-v-8307bb07] .ant-form-item{margin-bottom:var(--hb-form-space)}.hb-form .hb-form__footer[data-v-8307bb07]{display:flex;justify-content:space-between;margin-top:-6px}.hb-lib-form--container[data-v-8307bb07]{overflow:hidden;margin:6px}.hide[data-v-8307bb07]{height:0}.hb-form__form-item-col[data-v-8307bb07]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-8307bb07]{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-form-item-margin: 10px;--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-40c1a746]:root{--hb-form-item-margin: 10px;--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-40c1a746]{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-40c1a746]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-40c1a746]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-40c1a746]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-40c1a746]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-40c1a746]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-40c1a746]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-40c1a746]{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-25fd055e]{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-25fd055e],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-25fd055e]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-25fd055e]{display:inline-flex;align-items:center}.hb-lib-table-act-box[data-v-25fd055e] .ant-divider:not(:has(+a)){display:none}.hb-lib-table-confirm-modal-content[data-v-25fd055e]{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-form-item-margin: 10px;--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-13285691]{width:100%}.hb_lib_form_tooltip_select__option[data-v-13285691]{display:inline-flex;align-items:center;gap:4px}.hb_lib_form_tooltip_select__option.is-ellipsis[data-v-13285691]{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-a11cda0f]{text-align:center;margin:0}[data-v-ac23253c]:root{--hb-form-item-margin: 10px;--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}.log_remark[data-v-ac23253c]{width:85%}.hb_lib_log_modal_content[data-v-ac23253c]{padding:var(--hb-space) 0}.__module-card[data-v-4d8c1b1b]{margin-bottom:6px}.modal__module-card[data-v-4d8c1b1b]{margin-bottom:0}.hb_card[data-v-4d8c1b1b]{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;padding-bottom:6px}.hb_card_header[data-v-4d8c1b1b]{padding:6px;box-sizing:border-box}.hb_fix[data-v-4d8c1b1b]{display:flex;justify-content:space-between;align-items:center}.hb_fix .hb_card_header-title[data-v-4d8c1b1b]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_fix .hb_card_header-title[data-v-4d8c1b1b]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_card_body[data-v-4d8c1b1b]{padding:0 6px}.hb_card_form[data-v-4d8c1b1b]{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px}.hb_card_form[data-v-4d8c1b1b] .ant-form-item{width:100%!important;margin-bottom:5px;margin-right:0}.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_2{grid-column:span 2}.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_3{grid-column:span 3}.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_4,.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_all{grid-column:span 4}@media screen and (max-width:1600px){.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_all{grid-column:span 3}}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-label{padding:0 0 2px!important}@media screen and (max-width:1600px){.hb_card_form[data-v-4d8c1b1b]{grid-template-columns:repeat(3,1fr)}.hb_card_form .col_2[data-v-4d8c1b1b]{grid-column:span 2}.hb_card_form .col_3[data-v-4d8c1b1b],.hb_card_form .col_4[data-v-4d8c1b1b]{grid-column:span 3}}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-label>label:after{margin-right:5px;content:""}.hb_card_flex_form[data-v-4d8c1b1b]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item{margin-bottom:var(--hb-card-form-item-mb)}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item-label>label:after{margin:0 8px}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item{width:48%!important}.hb_card_flex_form.l1c[data-v-4d8c1b1b] .ant-form-item{width:100%!important}.hb_card_flex_form.l3c[data-v-4d8c1b1b] .ant-form-item{width:30%!important}.hb_card_flex_form.l3c[data-v-4d8c1b1b] .ant-form-item.col_2{width:65%!important}.hb_card_flex_form.l4c[data-v-4d8c1b1b] .ant-form-item{width:23%!important}.hb_card_flex_form.l4c[data-v-4d8c1b1b] .ant-form-item.col_2{width:48.7%!important}.hb_card_flex_form.l4c[data-v-4d8c1b1b] .ant-form-item.col_3{width:74.4%!important}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item.col_all{width:100%!important}.anchors[data-v-d51548d8]{position:fixed;right:-10px;transform:translate(calc(100% - 31px));padding:8px 24px 8px 5px;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:260px;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-f2c2c397]{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-f2c2c397]{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-f2c2c397]{z-index:88888;opacity:1}.hb_detail_wrapper[data-v-f2c2c397]{position:relative;background:#f1f2f5;width:100%;height:100%;box-sizing:border-box;overflow:hidden;padding-bottom:150px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-content::-webkit-scrollbar-thumb{background:#f3f4f6}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-content::-webkit-scrollbar-thumb:hover{background:#ff5000}.hb_detail_wrapper[data-v-f2c2c397] .ant-form-item-label>label{font-size:13px;color:#374151}.hb_detail_wrapper[data-v-f2c2c397] .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-f2c2c397] .anchorStyle:hover{right:0}.hb_detail_wrapper[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:6px!important;font-size:13px}.hb_detail_wrapper.hb_need_set_desc_label_width[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{width:var(--hb-detail-desc-label-width)}.hb_detail_wrapper.hb_need_set_desc_value_width[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{width:var(--hb-detail-desc-value-width)}.hb_detail_wrapper[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_detail_wrapper[data-v-f2c2c397] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_detail_wrapper[data-v-f2c2c397] .ant-empty-normal{margin:0}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-footer{padding:6px 16px}.hb_detail_wrapper .hb_detail_top_wrapper[data-v-f2c2c397]{background:#fff;margin-bottom:10px;padding:10px}.hb_detail_wrapper .hb_detail_all_info[data-v-f2c2c397]{display:flex}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_title[data-v-f2c2c397]{font-size:16px;font-weight:700}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_content[data-v-f2c2c397]{font-size:15px;color:gray}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_content .create_by[data-v-f2c2c397]{margin-right:10px}.hb_detail_wrapper[data-v-f2c2c397] .ant-tabs{background:#fff;padding:0 6px}.hb-back-top-inner[data-v-f2c2c397]{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-f2c2c397]{height:100%;overflow:auto}.hb_detail_content[data-v-f2c2c397]{min-width:800px;margin:0 auto;box-sizing:border-box}.hb_detail_content .anticon-rollback[data-v-f2c2c397]{color:var(--hb-theme-color)}.ml6[data-v-f2c2c397]{margin-left:6px}.footer-affix-wrapper[data-v-23f13fb5]{left:var(--pageHeaderOrFonterLeft);position:fixed;bottom:0;right:0;z-index:1000000}.page-footer-bar[data-v-23f13fb5]{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%}.page-footer-bar.page_footer_btn_left[data-v-23f13fb5]{justify-content:flex-start;padding-left:var(--hb-space)}.page-footer-bar.page_footer_btn_right[data-v-23f13fb5]{justify-content:flex-end;padding-right:var(--hb-space)}.hb_list_page_button[data-v-23f13fb5]:not(:last-child){margin-right:var(--hb-space)}.__module-card[data-v-866a050a]{margin-bottom:6px}.modal__module-card[data-v-866a050a]{margin-bottom:0}.hb_card[data-v-866a050a]{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;padding-bottom:6px}.hb_card_header[data-v-866a050a]{padding:6px;box-sizing:border-box}.hb_fix[data-v-866a050a]{display:flex;justify-content:space-between;align-items:center}.hb_fix .hb_card_header-title[data-v-866a050a]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_fix .hb_card_header-title[data-v-866a050a]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_card_body[data-v-866a050a]{padding:0 6px}.hb_card_form[data-v-866a050a]{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px}.hb_card_form[data-v-866a050a] .ant-form-item{width:100%!important;margin-bottom:5px;margin-right:0}.hb_card_form[data-v-866a050a] .ant-form-item.col_2{grid-column:span 2}.hb_card_form[data-v-866a050a] .ant-form-item.col_3{grid-column:span 3}.hb_card_form[data-v-866a050a] .ant-form-item.col_4,.hb_card_form[data-v-866a050a] .ant-form-item.col_all{grid-column:span 4}@media screen and (max-width:1600px){.hb_card_form[data-v-866a050a] .ant-form-item.col_all{grid-column:span 3}}.hb_card_form[data-v-866a050a] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_form[data-v-866a050a] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_form[data-v-866a050a] .ant-form-item-label{padding:0 0 2px!important}@media screen and (max-width:1600px){.hb_card_form[data-v-866a050a]{grid-template-columns:repeat(3,1fr)}.hb_card_form .col_2[data-v-866a050a]{grid-column:span 2}.hb_card_form .col_3[data-v-866a050a],.hb_card_form .col_4[data-v-866a050a]{grid-column:span 3}}.hb_card_form[data-v-866a050a] .ant-form-item-label>label:after{margin-right:5px;content:""}.hb_card_flex_form[data-v-866a050a]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_card_flex_form[data-v-866a050a] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_flex_form[data-v-866a050a] .ant-form-item{margin-bottom:var(--hb-card-form-item-mb)}.hb_card_flex_form[data-v-866a050a] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_flex_form[data-v-866a050a] .ant-form-item-label>label:after{margin:0 8px}.hb_card_flex_form[data-v-866a050a] .ant-form-item{width:48%!important}.hb_card_flex_form.l1c[data-v-866a050a] .ant-form-item{width:100%!important}.hb_card_flex_form.l3c[data-v-866a050a] .ant-form-item{width:30%!important}.hb_card_flex_form.l3c[data-v-866a050a] .ant-form-item.col_2{width:65%!important}.hb_card_flex_form.l4c[data-v-866a050a] .ant-form-item{width:23%!important}.hb_card_flex_form.l4c[data-v-866a050a] .ant-form-item.col_2{width:48.7%!important}.hb_card_flex_form.l4c[data-v-866a050a] .ant-form-item.col_3{width:74.4%!important}.hb_card_flex_form[data-v-866a050a] .ant-form-item.col_all{width:100%!important}.hb_modal_wrapper .__module-card[data-v-866a050a]{margin-bottom:0!important}.hb_modal_wrapper[data-v-866a050a] .hb_card{border:none!important;box-shadow:var(--box-shadow-base);background-color:#fff;overflow:hidden;color:#1f2837;-webkit-transition:.3s;transition:.3s}.hb_modal_wrapper[data-v-866a050a] .hb_card_header{padding:6px;box-sizing:border-box}.hb_modal_wrapper[data-v-866a050a] .hb_fix{display:flex;justify-content:space-between;align-items:center}.hb_modal_wrapper[data-v-866a050a] .hb_fix .hb_card_header-title{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_modal_wrapper[data-v-866a050a] .hb_fix .hb_card_header-title:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_modal_wrapper[data-v-866a050a] .ant-form-vertical .ant-form-item-label{padding:0 0 2px}.hb_modal_wrapper[data-v-866a050a] .hb_card_body{padding:0 6px}.hb_modal_wrapper[data-v-866a050a] .ant-form-item-label>label{font-size:13px;color:#000000ad}.hb_modal_wrapper .hb_card_form_sub_title[data-v-866a050a]{font-size:13px;color:#374151bf}.hb_modal_wrapper[data-v-866a050a] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_modal_wrapper[data-v-866a050a] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_modal_wrapper[data-v-866a050a] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_modal_wrapper[data-v-866a050a] .ant-table-content>table>tbody>tr>td{padding:6px;font-size:13px}.hb_modal_wrapper[data-v-866a050a] .ant-empty-normal{margin:0}.hb_modal_wrapper[data-v-866a050a] .ant-table-footer{padding:6px 16px}.hb_detail_modal_wrapper .__module-card[data-v-866a050a]{margin-bottom:0!important}.hb_detail_modal_wrapper[data-v-866a050a] .hb_card_body{padding-top:0}.hb_detail_modal_wrapper[data-v-866a050a] .ant-form-item-label>label:after{margin:0 8px}.hb_detail_modal_wrapper .hb_card_form_sub_title[data-v-866a050a]{font-size:13px;font-weight:700}.hb_detail_modal_wrapper[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:6px!important;font-size:13px}.hb_detail_modal_wrapper.hb_need_set_desc_label_width[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{width:var(--hb-detail-desc-label-width)}.hb_detail_modal_wrapper.hb_need_set_desc_value_width[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{width:var(--hb-detail-desc-value-width)}.hb_detail_modal_wrapper[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-content>table>tbody>tr>td{padding:6px;font-size:13px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-empty-normal{margin:0}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-footer{padding:6px 16px}.hb_detail_modal_wrapper[data-v-866a050a] .hb_card{border:none}.__detail-content[data-v-41f1fc73]{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-41f1fc73]{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-41f1fc73]{height:100%;overflow:auto}.hb_detail_content[data-v-41f1fc73]{min-width:800px;margin:0 auto;box-sizing:border-box}.hb_detail_content .anticon-rollback[data-v-41f1fc73]{color:var(--hb-theme-color)}[data-v-41f1fc73] .ant-table-content::-webkit-scrollbar-thumb{background:#f3f4f6}[data-v-41f1fc73] .ant-table-content::-webkit-scrollbar-thumb:hover{background:#ff5000}[data-v-41f1fc73] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,[data-v-41f1fc73] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}[data-v-41f1fc73] .ant-table-pagination.ant-pagination{margin:6px 0}[data-v-41f1fc73] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}[data-v-41f1fc73] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}[data-v-41f1fc73] .ant-table-tbody>tr>td{padding:6px;font-size:13px}[data-v-41f1fc73] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}[data-v-41f1fc73] .ant-empty-normal{margin:0}[data-v-41f1fc73] .ant-table-footer{padding:6px 16px}.hb_edit_wrapper[data-v-41f1fc73] .ant-form-item-label>label{font-size:13px;color:#374151}.hb_edit_header[data-v-83fcd208]{left:var(--pageHeaderOrFonterLeft);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-83fcd208]{font-size:14px;font-weight:700;color:#374151;height:100%;display:flex;align-items:center;padding-left:10px}.hb_edit_header_left .anticon-rollback[data-v-83fcd208]{color:var(--hb-theme-color)}.hb_edit_header_left .backBtn[data-v-83fcd208]{margin-left:6px;height:100%;display:flex;align-items:center}.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-form-item-margin: 10px;--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}.hb_lib_loading_loading_anima[data-v-22f438b9]{background-color:#f0f0f059;display:flex;justify-content:center;align-items:center;perspective:800px;position:fixed;inset:0}.cube[data-v-22f438b9]{position:relative;width:100px;height:100px;transform-style:preserve-3d;animation:rotate-22f438b9 4s infinite linear}.side[data-v-22f438b9]{position:absolute;width:100px;height:100px;background:#ff5000cc;border:3px solid #fff;opacity:.9;box-shadow:inset 0 0 15px #ffffff80}.front[data-v-22f438b9]{transform:translateZ(50px);background:#ff5000f2}.back[data-v-22f438b9]{transform:rotateY(180deg) translateZ(50px);background:#e64800e6}.right[data-v-22f438b9]{transform:rotateY(90deg) translateZ(50px);background:#ff6626e6}.left[data-v-22f438b9]{transform:rotateY(-90deg) translateZ(50px);background:#ff4000e6}.top[data-v-22f438b9]{transform:rotateX(90deg) translateZ(50px);background:#ff8040e6}.bottom[data-v-22f438b9]{transform:rotateX(-90deg) translateZ(50px);background:#cc4000e6}@keyframes rotate-22f438b9{0%{transform:rotateX(0) rotateY(0) rotate(0)}to{transform:rotateX(360deg) rotateY(360deg) rotate(360deg)}}.hb_lib_loading_load_tips[data-v-22f438b9]{position:absolute;bottom:36%;text-align:center;font-size:16px;color:#666}.file-preview-modal-wrap.ant-modal-wrap .ant-modal-content[data-v-280342d7]{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.file-preview-modal-wrap--mobile.ant-modal-wrap .ant-modal[data-v-280342d7]{width:100%!important;max-width:100vw;top:0;padding-bottom:0;margin:0}.file-preview-modal-wrap--mobile.ant-modal-wrap .ant-modal-content[data-v-280342d7]{border-radius:0;display:flex;flex-direction:column;max-height:100vh}@media screen and (max-width:768px){.file-preview-modal-footer__close[data-v-280342d7]{margin-left:0!important}.file-preview-modal-title[data-v-280342d7]{width:90%}}.file-preview-modal-body--fill[data-v-280342d7]{flex:1;min-height:0;width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.file-preview-modal-title__tip[data-v-280342d7]{font-size:11px;color:red;margin-left:10px}.file-preview-modal-body__iframe[data-v-280342d7]{flex:1;min-height:0;width:100%;align-self:stretch}.file-preview-modal-body--fill[data-v-280342d7]>:not(.file-preview-modal-body__img):not(.no-preview){flex:1;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden;align-self:stretch}.file-preview-modal-body--fill[data-v-280342d7] .vue-office-excel,.file-preview-modal-body--fill[data-v-280342d7] .vue-office-docx,.file-preview-modal-body--fill[data-v-280342d7] div[class*=vue-office]{flex:1;min-height:0!important;height:100%!important;overflow:auto}.file-preview-modal-body__plaintext[data-v-280342d7]{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;overflow:hidden}.file-preview-modal-body__pre[data-v-280342d7]{flex:1;min-height:0;margin:0;padding:12px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:1.3rem;line-height:1.5;color:#000000d9;background:#00000005;border-radius:4px}.file-preview-modal-body__img[data-v-280342d7]{display:block;max-width:100%;max-height:70vh;margin:0 auto;object-fit:contain}.file-preview-modal-body__hint[data-v-280342d7]{margin:8px 0 0;font-size:12px;line-height:1.5;color:#00000073}.no-preview[data-v-280342d7]{padding:24px 16px;text-align:center;color:#00000073}.file-preview-modal-footer[data-v-280342d7]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;width:100%}.file-preview-modal-footer__nav[data-v-280342d7]{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.file-preview-modal-footer--mobile[data-v-280342d7]{flex-direction:column;align-items:stretch;gap:12px}.file-preview-modal-footer--mobile .file-preview-modal-footer__nav[data-v-280342d7]{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.file-preview-modal-footer--mobile .file-preview-modal-footer__nav[data-v-280342d7] .ant-btn{min-height:44px}:root{--hb-form-item-margin: 10px;--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_form_item_mb{margin-bottom:var(--hb-form-item-margin)!important}.hb_small_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.ant-form-item .ant-input-textarea-show-count:after{margin-bottom:-9px}
1
+ [data-v-657502f3]:root{--hb-form-item-margin: 10px;--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-657502f3] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-657502f3]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-657502f3]{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-657502f3]: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-657502f3]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-657502f3]{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-657502f3]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-657502f3]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-657502f3]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-657502f3]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-657502f3]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-657502f3]{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-657502f3]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-657502f3]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-657502f3]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-657502f3]{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-657502f3]{text-align:center;color:var(--hb-border-color)}[data-v-f513ff59]:root{--hb-form-item-margin: 10px;--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-f513ff59]{flex-direction:column}.hb-form[data-v-f513ff59] .ant-form-item{margin-bottom:var(--hb-form-space)}.hb-form .hb-form__footer[data-v-f513ff59]{display:flex;justify-content:space-between;margin-top:-6px}.hb-lib-form--container[data-v-f513ff59]{overflow:hidden;margin:6px}.hide[data-v-f513ff59]{height:0}.hb-form__form-item-col[data-v-f513ff59]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-f513ff59]{display:flex;align-items:center;margin-bottom:10px}.scheme-fontWeight[data-v-f513ff59]{font-weight:600}.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-form-item-margin: 10px;--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-40c1a746]:root{--hb-form-item-margin: 10px;--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-40c1a746]{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-40c1a746]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-40c1a746]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-40c1a746]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-40c1a746]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-40c1a746]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-40c1a746]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-40c1a746]{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-25fd055e]{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-25fd055e],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-25fd055e]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-25fd055e]{display:inline-flex;align-items:center}.hb-lib-table-act-box[data-v-25fd055e] .ant-divider:not(:has(+a)){display:none}.hb-lib-table-confirm-modal-content[data-v-25fd055e]{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-form-item-margin: 10px;--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-13285691]{width:100%}.hb_lib_form_tooltip_select__option[data-v-13285691]{display:inline-flex;align-items:center;gap:4px}.hb_lib_form_tooltip_select__option.is-ellipsis[data-v-13285691]{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-a11cda0f]{text-align:center;margin:0}[data-v-ac23253c]:root{--hb-form-item-margin: 10px;--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}.log_remark[data-v-ac23253c]{width:85%}.hb_lib_log_modal_content[data-v-ac23253c]{padding:var(--hb-space) 0}.__module-card[data-v-4d8c1b1b]{margin-bottom:6px}.modal__module-card[data-v-4d8c1b1b]{margin-bottom:0}.hb_card[data-v-4d8c1b1b]{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;padding-bottom:6px}.hb_card_header[data-v-4d8c1b1b]{padding:6px;box-sizing:border-box}.hb_fix[data-v-4d8c1b1b]{display:flex;justify-content:space-between;align-items:center}.hb_fix .hb_card_header-title[data-v-4d8c1b1b]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_fix .hb_card_header-title[data-v-4d8c1b1b]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_card_body[data-v-4d8c1b1b]{padding:0 6px}.hb_card_form[data-v-4d8c1b1b]{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px}.hb_card_form[data-v-4d8c1b1b] .ant-form-item{width:100%!important;margin-bottom:5px;margin-right:0}.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_2{grid-column:span 2}.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_3{grid-column:span 3}.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_4,.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_all{grid-column:span 4}@media screen and (max-width:1600px){.hb_card_form[data-v-4d8c1b1b] .ant-form-item.col_all{grid-column:span 3}}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-label{padding:0 0 2px!important}@media screen and (max-width:1600px){.hb_card_form[data-v-4d8c1b1b]{grid-template-columns:repeat(3,1fr)}.hb_card_form .col_2[data-v-4d8c1b1b]{grid-column:span 2}.hb_card_form .col_3[data-v-4d8c1b1b],.hb_card_form .col_4[data-v-4d8c1b1b]{grid-column:span 3}}.hb_card_form[data-v-4d8c1b1b] .ant-form-item-label>label:after{margin-right:5px;content:""}.hb_card_flex_form[data-v-4d8c1b1b]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item{margin-bottom:var(--hb-card-form-item-mb)}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item-label>label:after{margin:0 8px}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item{width:48%!important}.hb_card_flex_form.l1c[data-v-4d8c1b1b] .ant-form-item{width:100%!important}.hb_card_flex_form.l3c[data-v-4d8c1b1b] .ant-form-item{width:30%!important}.hb_card_flex_form.l3c[data-v-4d8c1b1b] .ant-form-item.col_2{width:65%!important}.hb_card_flex_form.l4c[data-v-4d8c1b1b] .ant-form-item{width:23%!important}.hb_card_flex_form.l4c[data-v-4d8c1b1b] .ant-form-item.col_2{width:48.7%!important}.hb_card_flex_form.l4c[data-v-4d8c1b1b] .ant-form-item.col_3{width:74.4%!important}.hb_card_flex_form[data-v-4d8c1b1b] .ant-form-item.col_all{width:100%!important}.anchors[data-v-d51548d8]{position:fixed;right:-10px;transform:translate(calc(100% - 31px));padding:8px 24px 8px 5px;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:260px;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-f2c2c397]{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-f2c2c397]{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-f2c2c397]{z-index:88888;opacity:1}.hb_detail_wrapper[data-v-f2c2c397]{position:relative;background:#f1f2f5;width:100%;height:100%;box-sizing:border-box;overflow:hidden;padding-bottom:150px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-content::-webkit-scrollbar-thumb{background:#f3f4f6}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-content::-webkit-scrollbar-thumb:hover{background:#ff5000}.hb_detail_wrapper[data-v-f2c2c397] .ant-form-item-label>label{font-size:13px;color:#374151}.hb_detail_wrapper[data-v-f2c2c397] .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-f2c2c397] .anchorStyle:hover{right:0}.hb_detail_wrapper[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:6px!important;font-size:13px}.hb_detail_wrapper.hb_need_set_desc_label_width[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{width:var(--hb-detail-desc-label-width)}.hb_detail_wrapper.hb_need_set_desc_value_width[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{width:var(--hb-detail-desc-value-width)}.hb_detail_wrapper[data-v-f2c2c397] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_detail_wrapper[data-v-f2c2c397] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_detail_wrapper[data-v-f2c2c397] .ant-empty-normal{margin:0}.hb_detail_wrapper[data-v-f2c2c397] .ant-table-footer{padding:6px 16px}.hb_detail_wrapper .hb_detail_top_wrapper[data-v-f2c2c397]{background:#fff;margin-bottom:10px;padding:10px}.hb_detail_wrapper .hb_detail_all_info[data-v-f2c2c397]{display:flex}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_title[data-v-f2c2c397]{font-size:16px;font-weight:700}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_content[data-v-f2c2c397]{font-size:15px;color:gray}.hb_detail_wrapper .hb_detail_all_info .hb_detail_info_content .create_by[data-v-f2c2c397]{margin-right:10px}.hb_detail_wrapper[data-v-f2c2c397] .ant-tabs{background:#fff;padding:0 6px}.hb-back-top-inner[data-v-f2c2c397]{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-f2c2c397]{height:100%;overflow:auto}.hb_detail_content[data-v-f2c2c397]{min-width:800px;margin:0 auto;box-sizing:border-box}.hb_detail_content .anticon-rollback[data-v-f2c2c397]{color:var(--hb-theme-color)}.ml6[data-v-f2c2c397]{margin-left:6px}.footer-affix-wrapper[data-v-23f13fb5]{left:var(--pageHeaderOrFonterLeft);position:fixed;bottom:0;right:0;z-index:1000000}.page-footer-bar[data-v-23f13fb5]{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%}.page-footer-bar.page_footer_btn_left[data-v-23f13fb5]{justify-content:flex-start;padding-left:var(--hb-space)}.page-footer-bar.page_footer_btn_right[data-v-23f13fb5]{justify-content:flex-end;padding-right:var(--hb-space)}.hb_list_page_button[data-v-23f13fb5]:not(:last-child){margin-right:var(--hb-space)}.__module-card[data-v-866a050a]{margin-bottom:6px}.modal__module-card[data-v-866a050a]{margin-bottom:0}.hb_card[data-v-866a050a]{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;padding-bottom:6px}.hb_card_header[data-v-866a050a]{padding:6px;box-sizing:border-box}.hb_fix[data-v-866a050a]{display:flex;justify-content:space-between;align-items:center}.hb_fix .hb_card_header-title[data-v-866a050a]{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_fix .hb_card_header-title[data-v-866a050a]:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_card_body[data-v-866a050a]{padding:0 6px}.hb_card_form[data-v-866a050a]{display:grid;grid-template-columns:repeat(4,1fr);gap:0 22px}.hb_card_form[data-v-866a050a] .ant-form-item{width:100%!important;margin-bottom:5px;margin-right:0}.hb_card_form[data-v-866a050a] .ant-form-item.col_2{grid-column:span 2}.hb_card_form[data-v-866a050a] .ant-form-item.col_3{grid-column:span 3}.hb_card_form[data-v-866a050a] .ant-form-item.col_4,.hb_card_form[data-v-866a050a] .ant-form-item.col_all{grid-column:span 4}@media screen and (max-width:1600px){.hb_card_form[data-v-866a050a] .ant-form-item.col_all{grid-column:span 3}}.hb_card_form[data-v-866a050a] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_form[data-v-866a050a] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_form[data-v-866a050a] .ant-form-item-label{padding:0 0 2px!important}@media screen and (max-width:1600px){.hb_card_form[data-v-866a050a]{grid-template-columns:repeat(3,1fr)}.hb_card_form .col_2[data-v-866a050a]{grid-column:span 2}.hb_card_form .col_3[data-v-866a050a],.hb_card_form .col_4[data-v-866a050a]{grid-column:span 3}}.hb_card_form[data-v-866a050a] .ant-form-item-label>label:after{margin-right:5px;content:""}.hb_card_flex_form[data-v-866a050a]{display:flex;justify-content:space-between;flex-wrap:wrap}.hb_card_flex_form[data-v-866a050a] .ant-form-item-with-help{margin-bottom:0!important}.hb_card_flex_form[data-v-866a050a] .ant-form-item{margin-bottom:var(--hb-card-form-item-mb)}.hb_card_flex_form[data-v-866a050a] .ant-form-item-with-help .ant-form-item-explain{font-size:12px;min-height:20px}.hb_card_flex_form[data-v-866a050a] .ant-form-item-label>label:after{margin:0 8px}.hb_card_flex_form[data-v-866a050a] .ant-form-item{width:48%!important}.hb_card_flex_form.l1c[data-v-866a050a] .ant-form-item{width:100%!important}.hb_card_flex_form.l3c[data-v-866a050a] .ant-form-item{width:30%!important}.hb_card_flex_form.l3c[data-v-866a050a] .ant-form-item.col_2{width:65%!important}.hb_card_flex_form.l4c[data-v-866a050a] .ant-form-item{width:23%!important}.hb_card_flex_form.l4c[data-v-866a050a] .ant-form-item.col_2{width:48.7%!important}.hb_card_flex_form.l4c[data-v-866a050a] .ant-form-item.col_3{width:74.4%!important}.hb_card_flex_form[data-v-866a050a] .ant-form-item.col_all{width:100%!important}.hb_modal_wrapper .__module-card[data-v-866a050a]{margin-bottom:0!important}.hb_modal_wrapper[data-v-866a050a] .hb_card{border:none!important;box-shadow:var(--box-shadow-base);background-color:#fff;overflow:hidden;color:#1f2837;-webkit-transition:.3s;transition:.3s}.hb_modal_wrapper[data-v-866a050a] .hb_card_header{padding:6px;box-sizing:border-box}.hb_modal_wrapper[data-v-866a050a] .hb_fix{display:flex;justify-content:space-between;align-items:center}.hb_modal_wrapper[data-v-866a050a] .hb_fix .hb_card_header-title{display:inline-flex;align-items:center;font-weight:700;font-size:13px;color:#374151bf}.hb_modal_wrapper[data-v-866a050a] .hb_fix .hb_card_header-title:before{content:"";margin-right:8px;background:var(--hb-theme-color);display:inline-block;width:4px;height:14px}.hb_modal_wrapper[data-v-866a050a] .ant-form-vertical .ant-form-item-label{padding:0 0 2px}.hb_modal_wrapper[data-v-866a050a] .hb_card_body{padding:0 6px}.hb_modal_wrapper[data-v-866a050a] .ant-form-item-label>label{font-size:13px;color:#000000ad}.hb_modal_wrapper .hb_card_form_sub_title[data-v-866a050a]{font-size:13px;color:#374151bf}.hb_modal_wrapper[data-v-866a050a] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_modal_wrapper[data-v-866a050a] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_modal_wrapper[data-v-866a050a] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_modal_wrapper[data-v-866a050a] .ant-table-content>table>tbody>tr>td{padding:6px;font-size:13px}.hb_modal_wrapper[data-v-866a050a] .ant-empty-normal{margin:0}.hb_modal_wrapper[data-v-866a050a] .ant-table-footer{padding:6px 16px}.hb_detail_modal_wrapper .__module-card[data-v-866a050a]{margin-bottom:0!important}.hb_detail_modal_wrapper[data-v-866a050a] .hb_card_body{padding-top:0}.hb_detail_modal_wrapper[data-v-866a050a] .ant-form-item-label>label:after{margin:0 8px}.hb_detail_modal_wrapper .hb_card_form_sub_title[data-v-866a050a]{font-size:13px;font-weight:700}.hb_detail_modal_wrapper[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:6px!important;font-size:13px}.hb_detail_modal_wrapper.hb_need_set_desc_label_width[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{width:var(--hb-detail-desc-label-width)}.hb_detail_modal_wrapper.hb_need_set_desc_value_width[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{width:var(--hb-detail-desc-value-width)}.hb_detail_modal_wrapper[data-v-866a050a] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-pagination.ant-pagination{margin:5px 0}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-tbody>tr>td{padding:6px;font-size:13px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-content>table>tbody>tr>td{padding:6px;font-size:13px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}.hb_detail_modal_wrapper[data-v-866a050a] .ant-empty-normal{margin:0}.hb_detail_modal_wrapper[data-v-866a050a] .ant-table-footer{padding:6px 16px}.hb_detail_modal_wrapper[data-v-866a050a] .hb_card{border:none}.__detail-content[data-v-41f1fc73]{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-41f1fc73]{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-41f1fc73]{height:100%;overflow:auto}.hb_detail_content[data-v-41f1fc73]{min-width:800px;margin:0 auto;box-sizing:border-box}.hb_detail_content .anticon-rollback[data-v-41f1fc73]{color:var(--hb-theme-color)}[data-v-41f1fc73] .ant-table-content::-webkit-scrollbar-thumb{background:#f3f4f6}[data-v-41f1fc73] .ant-table-content::-webkit-scrollbar-thumb:hover{background:#ff5000}[data-v-41f1fc73] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,[data-v-41f1fc73] .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:6px!important;font-size:13px}[data-v-41f1fc73] .ant-table-pagination.ant-pagination{margin:6px 0}[data-v-41f1fc73] .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:6px 4px}[data-v-41f1fc73] .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:6px 4px}[data-v-41f1fc73] .ant-table-tbody>tr>td{padding:6px;font-size:13px}[data-v-41f1fc73] .ant-table-thead>tr>th{color:#6b7280;font-weight:600;background:#f3f4f6;font-size:13px;padding:6px}[data-v-41f1fc73] .ant-empty-normal{margin:0}[data-v-41f1fc73] .ant-table-footer{padding:6px 16px}.hb_edit_wrapper[data-v-41f1fc73] .ant-form-item-label>label{font-size:13px;color:#374151}.hb_edit_header[data-v-83fcd208]{left:var(--pageHeaderOrFonterLeft);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-83fcd208]{font-size:14px;font-weight:700;color:#374151;height:100%;display:flex;align-items:center;padding-left:10px}.hb_edit_header_left .anticon-rollback[data-v-83fcd208]{color:var(--hb-theme-color)}.hb_edit_header_left .backBtn[data-v-83fcd208]{margin-left:6px;height:100%;display:flex;align-items:center}.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-form-item-margin: 10px;--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}.hb_lib_loading_loading_anima[data-v-22f438b9]{background-color:#f0f0f059;display:flex;justify-content:center;align-items:center;perspective:800px;position:fixed;inset:0}.cube[data-v-22f438b9]{position:relative;width:100px;height:100px;transform-style:preserve-3d;animation:rotate-22f438b9 4s infinite linear}.side[data-v-22f438b9]{position:absolute;width:100px;height:100px;background:#ff5000cc;border:3px solid #fff;opacity:.9;box-shadow:inset 0 0 15px #ffffff80}.front[data-v-22f438b9]{transform:translateZ(50px);background:#ff5000f2}.back[data-v-22f438b9]{transform:rotateY(180deg) translateZ(50px);background:#e64800e6}.right[data-v-22f438b9]{transform:rotateY(90deg) translateZ(50px);background:#ff6626e6}.left[data-v-22f438b9]{transform:rotateY(-90deg) translateZ(50px);background:#ff4000e6}.top[data-v-22f438b9]{transform:rotateX(90deg) translateZ(50px);background:#ff8040e6}.bottom[data-v-22f438b9]{transform:rotateX(-90deg) translateZ(50px);background:#cc4000e6}@keyframes rotate-22f438b9{0%{transform:rotateX(0) rotateY(0) rotate(0)}to{transform:rotateX(360deg) rotateY(360deg) rotate(360deg)}}.hb_lib_loading_load_tips[data-v-22f438b9]{position:absolute;bottom:36%;text-align:center;font-size:16px;color:#666}.file-preview-modal-wrap.ant-modal-wrap .ant-modal-content[data-v-fcdd69c0]{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.file-preview-modal-wrap--mobile.ant-modal-wrap .ant-modal[data-v-fcdd69c0]{width:100%!important;max-width:100vw;top:0;padding-bottom:0;margin:0}.file-preview-modal-wrap--mobile.ant-modal-wrap .ant-modal-content[data-v-fcdd69c0]{border-radius:0;display:flex;flex-direction:column;max-height:100vh}@media screen and (max-width:768px){.file-preview-modal-footer__close[data-v-fcdd69c0]{margin-left:0!important}.file-preview-modal-title[data-v-fcdd69c0]{width:90%}}.file-preview-modal-body--fill[data-v-fcdd69c0]{flex:1;min-height:0;width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.file-preview-modal-title__tip[data-v-fcdd69c0]{font-size:11px;color:red;margin-left:10px}.file-preview-modal-body__iframe[data-v-fcdd69c0]{flex:1;min-height:0;width:100%;align-self:stretch}.file-preview-modal-body--fill[data-v-fcdd69c0]>:not(.file-preview-modal-body__img):not(.no-preview){flex:1;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden;align-self:stretch}.file-preview-modal-body--fill[data-v-fcdd69c0] .vue-office-excel,.file-preview-modal-body--fill[data-v-fcdd69c0] .vue-office-docx,.file-preview-modal-body--fill[data-v-fcdd69c0] div[class*=vue-office]{flex:1;min-height:0!important;height:100%!important;overflow:auto}.file-preview-modal-body__plaintext[data-v-fcdd69c0]{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;overflow:hidden}.file-preview-modal-body__pre[data-v-fcdd69c0]{flex:1;min-height:0;margin:0;padding:12px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:1.3rem;line-height:1.5;color:#000000d9;background:#00000005;border-radius:4px}.file-preview-modal-body__img[data-v-fcdd69c0]{display:block;max-width:100%;max-height:70vh;margin:0 auto;object-fit:contain}.file-preview-modal-body__hint[data-v-fcdd69c0]{margin:8px 0 0;font-size:12px;line-height:1.5;color:#00000073}.no-preview[data-v-fcdd69c0]{padding:24px 16px;text-align:center;color:#00000073}.file-preview-modal-footer[data-v-fcdd69c0]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;width:100%}.file-preview-modal-footer__nav[data-v-fcdd69c0]{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.file-preview-modal-footer--mobile[data-v-fcdd69c0]{flex-direction:column;align-items:stretch;gap:12px}.file-preview-modal-footer--mobile .file-preview-modal-footer__nav[data-v-fcdd69c0]{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.file-preview-modal-footer--mobile .file-preview-modal-footer__nav[data-v-fcdd69c0] .ant-btn{min-height:44px}:root{--hb-form-item-margin: 10px;--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_form_item_mb{margin-bottom:var(--hb-form-item-margin)!important}.hb_small_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.ant-form-item .ant-input-textarea-show-count:after{margin-bottom:-9px}