@spacego/fe-components 0.3.0 → 0.3.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.
- package/lib/fe-form/fe-form/index.js +25 -27
- package/lib/fe-layouts/basics-layout/components/utils/index.js +8 -8
- package/lib/index.css +1 -1
- package/lib/index.js +101 -103
- package/lib/router/utils.js +31 -30
- package/lib/types/fe-form/fe-form/form.d.ts +0 -57
- package/lib/types/fe-form/index.d.ts +0 -1
- package/lib/types/fe-layouts/basics-layout/components/utils/index.d.ts +7 -6
- package/lib/types/fe-table/fe-table-utils/index.d.ts +4 -4
- package/lib/types/fe-table/type/table.d.ts +2 -2
- package/lib/types/router/utils.d.ts +2 -1
- package/lib/types/typings/index.d.ts +2 -2
- package/package.json +1 -1
- package/lib/fe-form/fe-form-input-input/index.js +0 -63
- package/lib/types/fe-form/fe-form-input-input/index.d.ts +0 -3
|
@@ -12,39 +12,37 @@ import _ from "../fe-form-checkbox-group/index.js";
|
|
|
12
12
|
import $ from "../fe-form-date-picker/index.js";
|
|
13
13
|
import q from "../fe-form-date-range-picker/index.js";
|
|
14
14
|
import O from "../fe-form-input/index.js";
|
|
15
|
-
import U from "../fe-form-input-
|
|
16
|
-
import z from "../fe-form-
|
|
17
|
-
import J from "../fe-form-
|
|
18
|
-
import K from "../fe-form-
|
|
19
|
-
import Q from "../fe-form-
|
|
20
|
-
import Y from "../fe-form-
|
|
21
|
-
import Z from "../fe-form-
|
|
22
|
-
import ee from "../fe-form-text/index.js";
|
|
23
|
-
import te from "../fe-form-
|
|
24
|
-
import re from "../fe-form-
|
|
25
|
-
import oe from "../fe-form-upload/index.js";
|
|
15
|
+
import U from "../fe-form-input-number/index.js";
|
|
16
|
+
import z from "../fe-form-radio/index.js";
|
|
17
|
+
import J from "../fe-form-render/index.js";
|
|
18
|
+
import K from "../fe-form-rich-text/index.js";
|
|
19
|
+
import Q from "../fe-form-select/index.js";
|
|
20
|
+
import Y from "../fe-form-switch/index.js";
|
|
21
|
+
import Z from "../fe-form-text/index.js";
|
|
22
|
+
import ee from "../fe-form-text-area/index.js";
|
|
23
|
+
import te from "../fe-form-time-picker/index.js";
|
|
24
|
+
import re from "../fe-form-upload/index.js";
|
|
26
25
|
/* empty css */
|
|
27
26
|
const S = /* @__PURE__ */ new Map([
|
|
28
27
|
["input", O],
|
|
29
|
-
["select",
|
|
30
|
-
["textarea",
|
|
28
|
+
["select", Q],
|
|
29
|
+
["textarea", ee],
|
|
31
30
|
["cascader", X],
|
|
32
|
-
["inputNumber",
|
|
33
|
-
["upload",
|
|
34
|
-
["richText",
|
|
35
|
-
["timePicker",
|
|
31
|
+
["inputNumber", U],
|
|
32
|
+
["upload", re],
|
|
33
|
+
["richText", K],
|
|
34
|
+
["timePicker", te],
|
|
36
35
|
["datePicker", $],
|
|
37
36
|
["dateRange", q],
|
|
38
|
-
["
|
|
39
|
-
["
|
|
40
|
-
["switch", Z],
|
|
37
|
+
["radio", z],
|
|
38
|
+
["switch", Y],
|
|
41
39
|
["btnGroup", N],
|
|
42
40
|
["checkbox", _],
|
|
43
|
-
["text",
|
|
44
|
-
["render",
|
|
41
|
+
["text", Z],
|
|
42
|
+
["render", J],
|
|
45
43
|
["autoComplete", G]
|
|
46
|
-
]),
|
|
47
|
-
const [m,
|
|
44
|
+
]), De = (e) => {
|
|
45
|
+
const [m, R] = T(typeof e.isExpanded == "boolean" ? e.isExpanded : !0), [r] = x.useForm(), a = g({}), d = g(""), I = /* @__PURE__ */ new Map(), f = /* @__PURE__ */ new Map([
|
|
48
46
|
["uploadCard", 24],
|
|
49
47
|
["uploadDrag", 24],
|
|
50
48
|
["uploadDefault", 24]
|
|
@@ -55,7 +53,7 @@ const S = /* @__PURE__ */ new Map([
|
|
|
55
53
|
const t = [...e.formItems];
|
|
56
54
|
return t.filter((o) => S.has(o.type) && !o.isHidden).slice(0, m || e.type === "form" ? t.length : 2).map((o) => {
|
|
57
55
|
const p = o.dataIndex;
|
|
58
|
-
let c =
|
|
56
|
+
let c = I.get(o.type) ?? o.colSpan ?? b(o);
|
|
59
57
|
e.type === "form" && e.formColSpan && (c = c ?? e.formColSpan);
|
|
60
58
|
const h = e.type === "search" && (e.formReactive ?? !0) === !0, D = h ? { span: 24, md: 24, lg: 12, xl: 8 } : { span: (h ? 8 : c) ?? 8 }, E = S.get(o.type);
|
|
61
59
|
return /* @__PURE__ */ M(y, { ...D, key: p }, /* @__PURE__ */ n("div", { style: { paddingInline: "16px" }, children: /* @__PURE__ */ n(E, { labelWidth: e.labelWidth, ...o, forceValue: d.current }, p) }));
|
|
@@ -113,7 +111,7 @@ const S = /* @__PURE__ */ new Map([
|
|
|
113
111
|
{
|
|
114
112
|
style: { color: "var(--theme-color)", cursor: "pointer" },
|
|
115
113
|
onClick: () => {
|
|
116
|
-
|
|
114
|
+
R(!m);
|
|
117
115
|
},
|
|
118
116
|
children: [
|
|
119
117
|
/* @__PURE__ */ n(B, { rotate: m ? 180 : 0 }),
|
|
@@ -129,5 +127,5 @@ const S = /* @__PURE__ */ new Map([
|
|
|
129
127
|
] }) });
|
|
130
128
|
};
|
|
131
129
|
export {
|
|
132
|
-
|
|
130
|
+
De as default
|
|
133
131
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
function d(e) {
|
|
2
2
|
return e ? e === "/" ? "/" : e.replace(/\/+$/, "") : "";
|
|
3
3
|
}
|
|
4
|
-
function
|
|
4
|
+
function o(e, i) {
|
|
5
5
|
const t = d(e);
|
|
6
6
|
for (const n of i) {
|
|
7
7
|
if (n.children && n.children.length > 0) {
|
|
8
|
-
const u =
|
|
8
|
+
const u = o(e, n.children);
|
|
9
9
|
if (u) return u;
|
|
10
10
|
}
|
|
11
11
|
if (n.id === "Home" && t === "/")
|
|
@@ -19,20 +19,20 @@ function f(e, i) {
|
|
|
19
19
|
function s(e) {
|
|
20
20
|
const i = /* @__PURE__ */ new Map(), t = (n) => {
|
|
21
21
|
n.forEach((r) => {
|
|
22
|
-
r.
|
|
22
|
+
r.dbId !== void 0 && i.set(r.dbId, r), r.children && r.children.length > 0 && t(r.children);
|
|
23
23
|
});
|
|
24
24
|
};
|
|
25
25
|
return t(e), i;
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function f(e, i) {
|
|
28
28
|
return i.get(e) || null;
|
|
29
29
|
}
|
|
30
30
|
function a(e, i) {
|
|
31
31
|
var r;
|
|
32
32
|
const t = [e];
|
|
33
33
|
let n = e;
|
|
34
|
-
for (; n.parentId && n.parentId !==
|
|
35
|
-
const u =
|
|
34
|
+
for (; n.parentId && n.parentId !== 0; ) {
|
|
35
|
+
const u = f(n.parentId, i);
|
|
36
36
|
if (u)
|
|
37
37
|
((r = n.handle) == null ? void 0 : r.isIndependentMenu) === !0 || t.unshift(u), n = u;
|
|
38
38
|
else
|
|
@@ -66,7 +66,7 @@ export {
|
|
|
66
66
|
l as findMenuByKey,
|
|
67
67
|
c as findMenuParentKeys,
|
|
68
68
|
a as findParentRoutes,
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
o as findRouteByPath,
|
|
70
|
+
f as getRouteById,
|
|
71
71
|
d as normalizePath
|
|
72
72
|
};
|
package/lib/index.css
CHANGED
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2017-2024, Slab
|
|
5
5
|
* Copyright (c) 2014, Jason Chen
|
|
6
6
|
* Copyright (c) 2013, salesforce.com
|
|
7
|
-
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media(pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after{visibility:visible}.uploadFile-crop{width:100%;max-width:800px;margin:0 auto;background:#fff;border-radius:8px;overflow:hidden}.uploadFile-crop__content{position:relative;width:100%;height:400px;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.uploadFile-crop__content canvas{max-width:100%;max-height:100%;cursor:move}.uploadFile-crop__toolBar{padding:16px 0;display:flex;align-items:center;gap:16px}.uploadFile-crop__toolBar_scale{flex:1;display:flex;align-items:center;gap:8px}.toolbarTitle{min-width:40px;color:#666}.crop-button{padding:8px 16px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s}.crop-button:hover{background:#40a9ff}.crop-button:active{background:#096dd9}.fe-upload{width:max-content}.fe-upload .ant-upload-animate-inline-leave,.fe-upload .ant-upload-animate-inline-leave-active,.fe-upload .ant-upload-animate-leave,.fe-upload .ant-upload-animate-leave-active{display:none!important;height:0!important;width:0!important;margin:0!important;padding:0!important;border:none!important;opacity:0!important}.fe-upload.fe-upload__default .fe-upload__default-content{border:0;background:none;color:#4096ff;cursor:pointer}.fe-upload.fe-upload__default .fe-upload__default-title{margin-top:8px}.fe-upload.fe-upload__default .ant-upload-list .ant-upload:hover{border-color:#333!important}.fe-upload.fe-upload__default .ant-upload-list .ant-upload-list-item:before{width:100%!important;height:100%!important;margin-left:-8px}.fe-upload-tips{font-size:12px;color:#999;margin-top:8px}.fe-upload__card{overflow:hidden;width:100%!important;display:flex!important;flex-wrap:wrap;gap:8px}.fe-upload__card:before{display:none!important}.fe-upload__card .ant-upload-drag{border:none;height:auto;width:max-content}.fe-upload__card .ant-upload-drag .ant-upload{padding:0}.fe-upload__card .ant-upload-drag .ant-upload .fe-upload__card-content{width:200px;height:130px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-size:16px;border:1px dashed #d9d9d9;border-radius:8px;transition:all .2s}.fe-upload__card .ant-upload-drag .ant-upload .fe-upload__card-content:hover{border-color:#333}.fe-upload__card .ant-upload-list{display:contents!important}.fe-upload__card .ant-upload-list-picture-card .ant-upload-list-item-container{width:200px!important;height:130px!important;background-color:#00000005;border:1px dashed #d9d9d9;border-radius:8px;margin:0!important}.fe-upload__card .ant-upload-list-picture-card .ant-upload-list-item-container .ant-upload-list-item{border:none}.fe-upload__card .ant-upload-list-picture-card .ant-upload-list-item-container .ant-upload-list-item:before{width:100%!important;height:100%!important;margin-left:-8px}.fe-form-upload-multi .ant-form-item-control .ant-form-item-control-input-content{display:flex;flex-wrap:wrap;gap:8px 52px}.fe-form-upload-multi .ant-form-item-label .fe-form-upload__required{display:inline-block;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1}.fe-upload__drag .ant-upload-drag{width:320px}.fe-upload__drag .ant-upload-drag:hover,.fe-upload__drag .ant-upload-drag-hover{border-color:#333!important}.fe-upload__drag .ant-upload-list{width:320px}.ant-form-item .ant-form-item-label .fe-form-custom__required{display:inline-block;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1}.fe-form-input-input-multi .ant-form-item-control .ant-form-item-control-input-content{display:flex;flex-wrap:wrap;gap:16px;min-height:32px}.fe-form-input-input-multi .fe-form-input-input-multi__item:not(:last-child):not(:first-child) .ant-form-item-control-input .ant-input-outlined{border-left-color:transparent;border-right-color:transparent}.fe-form-input-input-multi .fe-form-input-input-multi__item:not(:last-child):not(:first-child) .ant-form-item-control-input .ant-input-outlined:focus-within{border-left-color:#4096ff;border-right-color:#4096ff}.fe-form-input-input-multi .fe-form-input-input-multi__item:not(:last-child):not(:first-child) .ant-form-item-control-input .ant-input-outlined:hover{border-left-color:#4096ff;border-right-color:#4096ff}.fe-form-select-input .ant-form-item-control .ant-form-item-control-input-content{min-height:32px}.fe-form-select-input .ant-form-item-control .ant-form-item-control-input-content .fe-form-select-input__pure{flex-wrap:wrap}.bg-background-deep{background-color:#f1f3f6}.bg-background-deep .login-background{background:linear-gradient(154deg,#07070915 30%,color-mix(in srgb,var(--color-primary) 30%,transparent) 48%,#07070915 64%);filter:blur(100px)}.bg-background-deep .-enter-x{animation:enter-x-animation .3s ease-in-out .2s forwards;opacity:0;transform:translate(-50px)}.bg-background-deep .animate-float{animation:float 5s linear 0s infinite}.login-side .side-content{animation-name:slide-right;animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.login-side .side-content.exit-x{animation-name:exit-x-animation;animation-duration:.5s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:forwards}.basics-layout{--sidebar-width: 220px;--header-height: 64px;--tabs-height: 44px;--background-primary-light: color-mix(in srgb, var(--color-primary) 10%, transparent);--hover-background-color: #f4f4f5;--icon-text-color: #323639}[data-theme=dark] .basics-layout{--hover-background-color: #2e3033;--icon-text-color: #dddddd;--background-primary-light: #292a2d}.basics-layout .layout-header{flex-shrink:0}.basics-layout .layout-header .basics-breadcrumb .ant-breadcrumb-separator{display:flex;align-items:center;margin-inline:6px}.basics-layout .layout-sidebar{z-index:20;flex-shrink:0}.basics-layout .layout-sidebar .sidebar-menu{background:var(--global-background-color);border:none}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item{margin:4px 8px;width:calc(100% - 16px);border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);padding-inline:30%}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item:hover{background:var(--hover-background-color)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item:hover .ant-menu-item-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:scale(1.18)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item.ant-menu-item-selected{background-color:var(--background-primary-light);color:var(--color-primary)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item .ant-menu-title-content{margin-inline-start:8px}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-submenu-title{margin:4px 8px;width:calc(100% - 16px);border-radius:8px;padding-inline:30%}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-submenu-title:hover{background-color:var(--hover-background-color)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-submenu-title:hover .ant-menu-item-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:scale(1.18)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-sub{background:transparent}.basics-layout .custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.basics-layout .custom-scrollbar::-webkit-scrollbar-track{background:transparent}.basics-layout .custom-scrollbar::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}.basics-layout .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#00000080}.basics-layout .layout-tabs{position:relative;scrollbar-width:thin}.loading-spin{background-color:#ffffff40;position:fixed;top:0;left:0}.loading-spin .spin-animation path{animation:custom 2s linear infinite}@keyframes custom{0%{opacity:0}25%{opacity:.1}50%{opacity:.2}75%{opacity:.5}to{opacity:1}}.loading-spin .spin-animation path:nth-child(1){animation-delay:0s}.loading-spin .spin-animation path:nth-child(2){animation-delay:.5s}.loading-spin .spin-animation path:nth-child(3){animation-delay:1s}.loading-spin .spin-animation path:nth-child(4){animation-delay:2s}#fe-map-box{box-sizing:border-box;width:100%}#fe-map-box #map-box{position:relative}#fe-map-box #map-box .search-box{position:absolute;width:100%;padding:0 32px;top:30px;left:0;z-index:999;display:flex;box-sizing:border-box;justify-content:space-between;align-items:center}#fe-map-box #map-box .search-box .ant-select-selector{width:150px!important}#fe-map-box #map-box .search-box #province,#fe-map-box #map-box .search-box #city,#fe-map-box #map-box .search-box #district{margin:0 3px;border:1px solid #e0e0e0}#fe-map-box #map-box .search-box .search-box-left{width:500px;display:flex;gap:8px}#fe-map-box .addressContent{white-space:nowrap}#fe-map-box #fe-map-container{width:100%;height:500px}#fe-map-box .infoWindow{width:100%;height:50px;background-color:#fff}#fe-map-box #tip-input{padding-left:8px;width:300px;border:1px solid #e0e0e0}#fe-map-box #tip-input:focus{border:none!important}#fe-map-box .info{padding:.75rem 1.25rem;margin-bottom:1rem;border-radius:.25rem;background-color:#fff;width:auto;min-width:22rem;border-width:0;right:1rem;box-shadow:0 2px 6px #727cf580}#fe-map-box .input-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;width:100%;height:3rem}#fe-map-box .input-item:last-child{margin-bottom:0}#fe-map-box .input-item>select,#fe-map-box .input-item>input[type=text],#fe-map-box .input-item>input[type=date]{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}#fe-map-box .input-item>select:not(:last-child),#fe-map-box .input-item>input[type=text]:not(:last-child),#fe-map-box .input-item>input[type=date]:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}#fe-map-box .input-item>select:not(:first-child),#fe-map-box .input-item>input[type=text]:not(:first-child),#fe-map-box .input-item>input[type=date]:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}#fe-map-box.input-item-prepend{margin-right:-1px}#fe-map-box .input-item-text,#fe-map-box input[type=text],#fe-map-box input[type=date],#fe-map-box select{height:calc(2.2rem + 2px)}#fe-map-box .input-item-text{width:6rem;text-align:justify;padding:.4rem .7rem;display:inline-block;text-justify:distribute-all-lines;text-align-last:justify;-moz-text-align-last:justify;-webkit-text-align-last:justify;-ms-flex-align:center;align-items:center;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;border-bottom-right-radius:0;border-top-right-radius:0}.amap-sug-result{display:none;width:200px!important;overflow:auto!important}.fe-panel{background-color:#fff;box-shadow:0 1px 4px #0000000f;border-radius:6px;border:none;box-sizing:border-box;padding:12px 12px 0;margin-bottom:15px}.fe-panel .header{display:flex;justify-content:space-between;align-items:center}.fe-panel .header .header__subTitle{font-size:12px;color:#333}.fe-panel .header .header__operate{display:flex;align-items:center;gap:8px}.fe-panel .header .header__title{font-size:16px;font-weight:700;color:#333;line-height:32px}.fe-panel .header+.body{margin-top:15px}.ant-pro-table-list-toolbar-container{padding-block:0!important;padding-bottom:16px!important}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--leading-tight:1.25;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-3xl:1.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.right-3{right:calc(var(--spacing)*3)}.right-\[-7px\]{right:-7px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-3{bottom:calc(var(--spacing)*3)}.left-0{left:calc(var(--spacing)*0)}.left-\[-7px\]{left:-7px}.z-1{z-index:1}.z-10{z-index:10}.z-9999{z-index:9999}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-1\!{margin-inline:calc(var(--spacing)*1)!important}.mx-9{margin-inline:calc(var(--spacing)*9)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mr-20{margin-right:calc(var(--spacing)*20)}.mr-\[-10px\]{margin-right:-10px}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-\[2px\]{margin-bottom:2px}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[2\]{aspect-ratio:2}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-\[10px\]{width:10px;height:10px}.size-full{width:100%;height:100%}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-64{height:calc(var(--spacing)*64)}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[38px\]{height:38px}.h-\[46px\]{height:46px}.h-\[50px\]{height:50px}.h-full{height:100%}.h-screen{height:100vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:calc(var(--spacing)*0)}.w-2\/5{width:40%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-full{width:100%}.min-w-\[204px\]{min-width:204px}.min-w-fit{min-width:fit-content}.flex-1{flex:1}.shrink-0{flex-shrink:0}.origin-right{transform-origin:100%}.scale-0{--tw-scale-x:0%;--tw-scale-y:0%;--tw-scale-z:0%;scale:var(--tw-scale-x)var(--tw-scale-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-6{gap:calc(var(--spacing)*6)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-tl-\[8px\]{border-top-left-radius:8px}.rounded-tr-\[8px\]{border-top-right-radius:8px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-\(--border-color\){border-color:var(--border-color)}.border-\(--color-primary\){border-color:var(--color-primary)}.border-transparent{border-color:#0000}.bg-\(--background-primary-light\)\!{background-color:var(--background-primary-light)!important}.bg-\(--global-background-color\){background-color:var(--global-background-color)}.bg-\(--global-background-color\)\!{background-color:var(--global-background-color)!important}.bg-\[\#eff1f4\]{background-color:#eff1f4}.bg-\[\#f4f4f5\]{background-color:#f4f4f5}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.fill-transparent{fill:#0000}.p-0\!{padding:calc(var(--spacing)*0)!important}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-\[16px\]{padding-inline:16px}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-10{padding-block:calc(var(--spacing)*10)}.pt-1{padding-top:calc(var(--spacing)*1)}.pl-4{padding-left:calc(var(--spacing)*4)}.text-center{text-align:center}.font-sans{font-family:var(--font-sans)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-sm\!{font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-\(--color-primary\){color:var(--color-primary)}.text-\(--color-primary\)\!{color:var(--color-primary)!important}.text-\(--icon-text-color\){color:var(--icon-text-color)}.text-\(--text-color\){color:var(--text-color)}.text-\[\#2d2f32\]{color:#2d2f32}.text-\[\#333\]{color:#333}.text-\[\#18181bcc\]{color:#18181bcc}.text-\[\#71717a\]{color:#71717a}.text-\[\#323639\]{color:#323639}.text-\[\#323639cc\]{color:#323639cc}.text-\[\#333333\]{color:#333}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-white{color:var(--color-white)}.italic{font-style:italic}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-60{opacity:.6}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-2{outline-style:var(--tw-outline-style);outline-width:2px}.outline-\(--color-primary\){outline-color:var(--color-primary)}.outline-\[\#e4e4e7\]{outline-color:#e4e4e7}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.group-hover\:scale-100:is(:where(.group):hover *){--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.group-\[\.is-active\]\:fill-\(--background-primary-light\):is(:where(.group).is-active *){fill:var(--background-primary-light)}@media(hover:hover){.hover\:bg-\(--hover-background-color\):hover{background-color:var(--hover-background-color)}.hover\:bg-\[\#dfe3e4\]:hover{background-color:#dfe3e4}.hover\:bg-\[\#f4f4f5\]:hover{background-color:#f4f4f5}.hover\:text-\(--hover-primary-color\)\!:hover{color:var(--hover-primary-color)!important}.hover\:text-\[\#18181b\]:hover{color:#18181b}.hover\:text-\[\#323639\]:hover{color:#323639}.hover\:text-black:hover{color:var(--color-black)}}@media(min-width:40rem){.sm\:top-6{top:calc(var(--spacing)*6)}.sm\:left-6{left:calc(var(--spacing)*6)}}@media(min-width:48rem){.md\:flex{display:flex}}@media(min-width:64rem){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:flex-initial{flex:0 auto}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}.dark\:bg-\[\#1a1c1f\]\!:where([data-theme=dark],[data-theme=dark] *){background-color:#1a1c1f!important}.dark\:bg-\[\#1a1c1f\]\/80:where([data-theme=dark],[data-theme=dark] *){background-color:#1a1c1fcc}.dark\:bg-\[\#2e3033\]:where([data-theme=dark],[data-theme=dark] *){background-color:#2e3033}.dark\:bg-\[\#292a2d\]:where([data-theme=dark],[data-theme=dark] *){background-color:#292a2d}.dark\:bg-\[\#14161a\]:where([data-theme=dark],[data-theme=dark] *){background-color:#14161a}.dark\:bg-\[\#070709\]\!:where([data-theme=dark],[data-theme=dark] *){background-color:#070709!important}.dark\:bg-\[\#141619\]:where([data-theme=dark],[data-theme=dark] *){background-color:#141619}.dark\:text-\[\#a1a1a2\]:where([data-theme=dark],[data-theme=dark] *){color:#a1a1a2}.dark\:text-\[\#a1a1aa\]:where([data-theme=dark],[data-theme=dark] *){color:#a1a1aa}.dark\:text-\[\#cfd0d0\]:where([data-theme=dark],[data-theme=dark] *){color:#cfd0d0}.dark\:text-\[\#f0f0f0\]:where([data-theme=dark],[data-theme=dark] *){color:#f0f0f0}.dark\:text-\[\#f2f2f2\]:where([data-theme=dark],[data-theme=dark] *){color:#f2f2f2}.dark\:text-\[\#f9f9f9\]\!:where([data-theme=dark],[data-theme=dark] *){color:#f9f9f9!important}.dark\:outline-\[\#36363a\]:where([data-theme=dark],[data-theme=dark] *){outline-color:#36363a}@media(hover:hover){.dark\:hover\:bg-\[\#292a2d\]:where([data-theme=dark],[data-theme=dark] *):hover{background-color:#292a2d}.dark\:hover\:bg-\[\#333538\]:where([data-theme=dark],[data-theme=dark] *):hover{background-color:#333538}.dark\:hover\:bg-transparent:where([data-theme=dark],[data-theme=dark] *):hover{background-color:#0000}.dark\:hover\:text-\[\#f0f0f0\]:where([data-theme=dark],[data-theme=dark] *):hover{color:#f0f0f0}.dark\:hover\:text-white:where([data-theme=dark],[data-theme=dark] *):hover{color:var(--color-white)}}}@keyframes enter-x-animation{to{opacity:1;transform:translate(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes exit-x-animation{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes scale-pulse{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.hover-scale-animation:hover{animation:.3s cubic-bezier(.4,0,.2,1) scale-pulse}:root{--color-primary:#006be6;--global-background-color:white;--border-color:#e4e4e7;--text-color:#323639}[data-theme=dark]{--global-background-color:#1a1c1f;--border-color:#36363a;--text-color:#f2f2f2}html{background-color:var(--global-background-color);--hover-primary-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){html{--hover-primary-color:color-mix(in srgb,var(--color-primary)80%,transparent)}}#root,body,html{width:100%;height:100%}body{min-height:100vh}.spin-wrapper-full,.spin-wrapper-full .ant-spin-container{width:100%;height:100%}.spin-wrapper-full .ant-spin{max-height:100%!important}#nprogress .bar{background:var(--color-primary)!important}#nprogress .peg{box-shadow:0 0 10px var(--color-primary),0 0 5px var(--color-primary)!important}#nprogress .spinner-icon{border-top-color:var(--color-primary)!important;border-left-color:var(--color-primary)!important}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
|
|
7
|
+
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media(pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after{visibility:visible}.uploadFile-crop{width:100%;max-width:800px;margin:0 auto;background:#fff;border-radius:8px;overflow:hidden}.uploadFile-crop__content{position:relative;width:100%;height:400px;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.uploadFile-crop__content canvas{max-width:100%;max-height:100%;cursor:move}.uploadFile-crop__toolBar{padding:16px 0;display:flex;align-items:center;gap:16px}.uploadFile-crop__toolBar_scale{flex:1;display:flex;align-items:center;gap:8px}.toolbarTitle{min-width:40px;color:#666}.crop-button{padding:8px 16px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s}.crop-button:hover{background:#40a9ff}.crop-button:active{background:#096dd9}.fe-upload{width:max-content}.fe-upload .ant-upload-animate-inline-leave,.fe-upload .ant-upload-animate-inline-leave-active,.fe-upload .ant-upload-animate-leave,.fe-upload .ant-upload-animate-leave-active{display:none!important;height:0!important;width:0!important;margin:0!important;padding:0!important;border:none!important;opacity:0!important}.fe-upload.fe-upload__default .fe-upload__default-content{border:0;background:none;color:#4096ff;cursor:pointer}.fe-upload.fe-upload__default .fe-upload__default-title{margin-top:8px}.fe-upload.fe-upload__default .ant-upload-list .ant-upload:hover{border-color:#333!important}.fe-upload.fe-upload__default .ant-upload-list .ant-upload-list-item:before{width:100%!important;height:100%!important;margin-left:-8px}.fe-upload-tips{font-size:12px;color:#999;margin-top:8px}.fe-upload__card{overflow:hidden;width:100%!important;display:flex!important;flex-wrap:wrap;gap:8px}.fe-upload__card:before{display:none!important}.fe-upload__card .ant-upload-drag{border:none;height:auto;width:max-content}.fe-upload__card .ant-upload-drag .ant-upload{padding:0}.fe-upload__card .ant-upload-drag .ant-upload .fe-upload__card-content{width:200px;height:130px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-size:16px;border:1px dashed #d9d9d9;border-radius:8px;transition:all .2s}.fe-upload__card .ant-upload-drag .ant-upload .fe-upload__card-content:hover{border-color:#333}.fe-upload__card .ant-upload-list{display:contents!important}.fe-upload__card .ant-upload-list-picture-card .ant-upload-list-item-container{width:200px!important;height:130px!important;background-color:#00000005;border:1px dashed #d9d9d9;border-radius:8px;margin:0!important}.fe-upload__card .ant-upload-list-picture-card .ant-upload-list-item-container .ant-upload-list-item{border:none}.fe-upload__card .ant-upload-list-picture-card .ant-upload-list-item-container .ant-upload-list-item:before{width:100%!important;height:100%!important;margin-left:-8px}.fe-form-upload-multi .ant-form-item-control .ant-form-item-control-input-content{display:flex;flex-wrap:wrap;gap:8px 52px}.fe-form-upload-multi .ant-form-item-label .fe-form-upload__required{display:inline-block;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1}.fe-upload__drag .ant-upload-drag{width:320px}.fe-upload__drag .ant-upload-drag:hover,.fe-upload__drag .ant-upload-drag-hover{border-color:#333!important}.fe-upload__drag .ant-upload-list{width:320px}.ant-form-item .ant-form-item-label .fe-form-custom__required{display:inline-block;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1}.fe-form-select-input .ant-form-item-control .ant-form-item-control-input-content{min-height:32px}.fe-form-select-input .ant-form-item-control .ant-form-item-control-input-content .fe-form-select-input__pure{flex-wrap:wrap}.bg-background-deep{background-color:#f1f3f6}.bg-background-deep .login-background{background:linear-gradient(154deg,#07070915 30%,color-mix(in srgb,var(--color-primary) 30%,transparent) 48%,#07070915 64%);filter:blur(100px)}.bg-background-deep .-enter-x{animation:enter-x-animation .3s ease-in-out .2s forwards;opacity:0;transform:translate(-50px)}.bg-background-deep .animate-float{animation:float 5s linear 0s infinite}.login-side .side-content{animation-name:slide-right;animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.login-side .side-content.exit-x{animation-name:exit-x-animation;animation-duration:.5s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:forwards}.basics-layout{--sidebar-width: 220px;--header-height: 64px;--tabs-height: 44px;--background-primary-light: color-mix(in srgb, var(--color-primary) 10%, transparent);--hover-background-color: #f4f4f5;--icon-text-color: #323639}[data-theme=dark] .basics-layout{--hover-background-color: #2e3033;--icon-text-color: #dddddd;--background-primary-light: #292a2d}.basics-layout .layout-header{flex-shrink:0}.basics-layout .layout-header .basics-breadcrumb .ant-breadcrumb-separator{display:flex;align-items:center;margin-inline:6px}.basics-layout .layout-sidebar{z-index:20;flex-shrink:0}.basics-layout .layout-sidebar .sidebar-menu{background:var(--global-background-color);border:none}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item{margin:4px 8px;width:calc(100% - 16px);border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);padding-inline:30%}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item:hover{background:var(--hover-background-color)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item:hover .ant-menu-item-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:scale(1.18)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item.ant-menu-item-selected{background-color:var(--background-primary-light);color:var(--color-primary)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-item .ant-menu-title-content{margin-inline-start:8px}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-submenu-title{margin:4px 8px;width:calc(100% - 16px);border-radius:8px;padding-inline:30%}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-submenu-title:hover{background-color:var(--hover-background-color)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-submenu-title:hover .ant-menu-item-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:scale(1.18)}.basics-layout .layout-sidebar .sidebar-menu .ant-menu-sub{background:transparent}.basics-layout .custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.basics-layout .custom-scrollbar::-webkit-scrollbar-track{background:transparent}.basics-layout .custom-scrollbar::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}.basics-layout .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#00000080}.basics-layout .layout-tabs{position:relative;scrollbar-width:thin}.loading-spin{background-color:#ffffff40;position:fixed;top:0;left:0}.loading-spin .spin-animation path{animation:custom 2s linear infinite}@keyframes custom{0%{opacity:0}25%{opacity:.1}50%{opacity:.2}75%{opacity:.5}to{opacity:1}}.loading-spin .spin-animation path:nth-child(1){animation-delay:0s}.loading-spin .spin-animation path:nth-child(2){animation-delay:.5s}.loading-spin .spin-animation path:nth-child(3){animation-delay:1s}.loading-spin .spin-animation path:nth-child(4){animation-delay:2s}#fe-map-box{box-sizing:border-box;width:100%}#fe-map-box #map-box{position:relative}#fe-map-box #map-box .search-box{position:absolute;width:100%;padding:0 32px;top:30px;left:0;z-index:999;display:flex;box-sizing:border-box;justify-content:space-between;align-items:center}#fe-map-box #map-box .search-box .ant-select-selector{width:150px!important}#fe-map-box #map-box .search-box #province,#fe-map-box #map-box .search-box #city,#fe-map-box #map-box .search-box #district{margin:0 3px;border:1px solid #e0e0e0}#fe-map-box #map-box .search-box .search-box-left{width:500px;display:flex;gap:8px}#fe-map-box .addressContent{white-space:nowrap}#fe-map-box #fe-map-container{width:100%;height:500px}#fe-map-box .infoWindow{width:100%;height:50px;background-color:#fff}#fe-map-box #tip-input{padding-left:8px;width:300px;border:1px solid #e0e0e0}#fe-map-box #tip-input:focus{border:none!important}#fe-map-box .info{padding:.75rem 1.25rem;margin-bottom:1rem;border-radius:.25rem;background-color:#fff;width:auto;min-width:22rem;border-width:0;right:1rem;box-shadow:0 2px 6px #727cf580}#fe-map-box .input-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;width:100%;height:3rem}#fe-map-box .input-item:last-child{margin-bottom:0}#fe-map-box .input-item>select,#fe-map-box .input-item>input[type=text],#fe-map-box .input-item>input[type=date]{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}#fe-map-box .input-item>select:not(:last-child),#fe-map-box .input-item>input[type=text]:not(:last-child),#fe-map-box .input-item>input[type=date]:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}#fe-map-box .input-item>select:not(:first-child),#fe-map-box .input-item>input[type=text]:not(:first-child),#fe-map-box .input-item>input[type=date]:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}#fe-map-box.input-item-prepend{margin-right:-1px}#fe-map-box .input-item-text,#fe-map-box input[type=text],#fe-map-box input[type=date],#fe-map-box select{height:calc(2.2rem + 2px)}#fe-map-box .input-item-text{width:6rem;text-align:justify;padding:.4rem .7rem;display:inline-block;text-justify:distribute-all-lines;text-align-last:justify;-moz-text-align-last:justify;-webkit-text-align-last:justify;-ms-flex-align:center;align-items:center;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;border-bottom-right-radius:0;border-top-right-radius:0}.amap-sug-result{display:none;width:200px!important;overflow:auto!important}.fe-panel{background-color:#fff;box-shadow:0 1px 4px #0000000f;border-radius:6px;border:none;box-sizing:border-box;padding:12px 12px 0;margin-bottom:15px}.fe-panel .header{display:flex;justify-content:space-between;align-items:center}.fe-panel .header .header__subTitle{font-size:12px;color:#333}.fe-panel .header .header__operate{display:flex;align-items:center;gap:8px}.fe-panel .header .header__title{font-size:16px;font-weight:700;color:#333;line-height:32px}.fe-panel .header+.body{margin-top:15px}.ant-pro-table-list-toolbar-container{padding-block:0!important;padding-bottom:16px!important}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--leading-tight:1.25;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-3xl:1.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.right-3{right:calc(var(--spacing)*3)}.right-\[-7px\]{right:-7px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-3{bottom:calc(var(--spacing)*3)}.left-0{left:calc(var(--spacing)*0)}.left-\[-7px\]{left:-7px}.z-1{z-index:1}.z-10{z-index:10}.z-9999{z-index:9999}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-1\!{margin-inline:calc(var(--spacing)*1)!important}.mx-9{margin-inline:calc(var(--spacing)*9)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mr-20{margin-right:calc(var(--spacing)*20)}.mr-\[-10px\]{margin-right:-10px}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-\[2px\]{margin-bottom:2px}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[2\]{aspect-ratio:2}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-\[10px\]{width:10px;height:10px}.size-full{width:100%;height:100%}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-64{height:calc(var(--spacing)*64)}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[38px\]{height:38px}.h-\[46px\]{height:46px}.h-\[50px\]{height:50px}.h-full{height:100%}.h-screen{height:100vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:calc(var(--spacing)*0)}.w-2\/5{width:40%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-full{width:100%}.min-w-\[204px\]{min-width:204px}.min-w-fit{min-width:fit-content}.flex-1{flex:1}.shrink-0{flex-shrink:0}.origin-right{transform-origin:100%}.scale-0{--tw-scale-x:0%;--tw-scale-y:0%;--tw-scale-z:0%;scale:var(--tw-scale-x)var(--tw-scale-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-6{gap:calc(var(--spacing)*6)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-tl-\[8px\]{border-top-left-radius:8px}.rounded-tr-\[8px\]{border-top-right-radius:8px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-\(--border-color\){border-color:var(--border-color)}.border-\(--color-primary\){border-color:var(--color-primary)}.border-transparent{border-color:#0000}.bg-\(--background-primary-light\)\!{background-color:var(--background-primary-light)!important}.bg-\(--global-background-color\){background-color:var(--global-background-color)}.bg-\(--global-background-color\)\!{background-color:var(--global-background-color)!important}.bg-\[\#eff1f4\]{background-color:#eff1f4}.bg-\[\#f4f4f5\]{background-color:#f4f4f5}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.fill-transparent{fill:#0000}.p-0\!{padding:calc(var(--spacing)*0)!important}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-\[16px\]{padding-inline:16px}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-10{padding-block:calc(var(--spacing)*10)}.pt-1{padding-top:calc(var(--spacing)*1)}.pl-4{padding-left:calc(var(--spacing)*4)}.text-center{text-align:center}.font-sans{font-family:var(--font-sans)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-sm\!{font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-\(--color-primary\){color:var(--color-primary)}.text-\(--color-primary\)\!{color:var(--color-primary)!important}.text-\(--icon-text-color\){color:var(--icon-text-color)}.text-\(--text-color\){color:var(--text-color)}.text-\[\#2d2f32\]{color:#2d2f32}.text-\[\#333\]{color:#333}.text-\[\#18181bcc\]{color:#18181bcc}.text-\[\#71717a\]{color:#71717a}.text-\[\#323639\]{color:#323639}.text-\[\#323639cc\]{color:#323639cc}.text-\[\#333333\]{color:#333}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-white{color:var(--color-white)}.italic{font-style:italic}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-60{opacity:.6}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-2{outline-style:var(--tw-outline-style);outline-width:2px}.outline-\(--color-primary\){outline-color:var(--color-primary)}.outline-\[\#e4e4e7\]{outline-color:#e4e4e7}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.group-hover\:scale-100:is(:where(.group):hover *){--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.group-\[\.is-active\]\:fill-\(--background-primary-light\):is(:where(.group).is-active *){fill:var(--background-primary-light)}@media(hover:hover){.hover\:bg-\(--hover-background-color\):hover{background-color:var(--hover-background-color)}.hover\:bg-\[\#dfe3e4\]:hover{background-color:#dfe3e4}.hover\:bg-\[\#f4f4f5\]:hover{background-color:#f4f4f5}.hover\:text-\(--hover-primary-color\)\!:hover{color:var(--hover-primary-color)!important}.hover\:text-\[\#18181b\]:hover{color:#18181b}.hover\:text-\[\#323639\]:hover{color:#323639}.hover\:text-black:hover{color:var(--color-black)}}@media(min-width:40rem){.sm\:top-6{top:calc(var(--spacing)*6)}.sm\:left-6{left:calc(var(--spacing)*6)}}@media(min-width:48rem){.md\:flex{display:flex}}@media(min-width:64rem){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:flex-initial{flex:0 auto}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}.dark\:bg-\[\#1a1c1f\]\!:where([data-theme=dark],[data-theme=dark] *){background-color:#1a1c1f!important}.dark\:bg-\[\#1a1c1f\]\/80:where([data-theme=dark],[data-theme=dark] *){background-color:#1a1c1fcc}.dark\:bg-\[\#2e3033\]:where([data-theme=dark],[data-theme=dark] *){background-color:#2e3033}.dark\:bg-\[\#292a2d\]:where([data-theme=dark],[data-theme=dark] *){background-color:#292a2d}.dark\:bg-\[\#14161a\]:where([data-theme=dark],[data-theme=dark] *){background-color:#14161a}.dark\:bg-\[\#070709\]\!:where([data-theme=dark],[data-theme=dark] *){background-color:#070709!important}.dark\:bg-\[\#141619\]:where([data-theme=dark],[data-theme=dark] *){background-color:#141619}.dark\:text-\[\#a1a1a2\]:where([data-theme=dark],[data-theme=dark] *){color:#a1a1a2}.dark\:text-\[\#a1a1aa\]:where([data-theme=dark],[data-theme=dark] *){color:#a1a1aa}.dark\:text-\[\#cfd0d0\]:where([data-theme=dark],[data-theme=dark] *){color:#cfd0d0}.dark\:text-\[\#f0f0f0\]:where([data-theme=dark],[data-theme=dark] *){color:#f0f0f0}.dark\:text-\[\#f2f2f2\]:where([data-theme=dark],[data-theme=dark] *){color:#f2f2f2}.dark\:text-\[\#f9f9f9\]\!:where([data-theme=dark],[data-theme=dark] *){color:#f9f9f9!important}.dark\:outline-\[\#36363a\]:where([data-theme=dark],[data-theme=dark] *){outline-color:#36363a}@media(hover:hover){.dark\:hover\:bg-\[\#292a2d\]:where([data-theme=dark],[data-theme=dark] *):hover{background-color:#292a2d}.dark\:hover\:bg-\[\#333538\]:where([data-theme=dark],[data-theme=dark] *):hover{background-color:#333538}.dark\:hover\:bg-transparent:where([data-theme=dark],[data-theme=dark] *):hover{background-color:#0000}.dark\:hover\:text-\[\#f0f0f0\]:where([data-theme=dark],[data-theme=dark] *):hover{color:#f0f0f0}.dark\:hover\:text-white:where([data-theme=dark],[data-theme=dark] *):hover{color:var(--color-white)}}}@keyframes enter-x-animation{to{opacity:1;transform:translate(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes exit-x-animation{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes scale-pulse{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.hover-scale-animation:hover{animation:.3s cubic-bezier(.4,0,.2,1) scale-pulse}:root{--color-primary:#006be6;--global-background-color:white;--border-color:#e4e4e7;--text-color:#323639}[data-theme=dark]{--global-background-color:#1a1c1f;--border-color:#36363a;--text-color:#f2f2f2}html{background-color:var(--global-background-color);--hover-primary-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){html{--hover-primary-color:color-mix(in srgb,var(--color-primary)80%,transparent)}}#root,body,html{width:100%;height:100%}body{min-height:100vh}.spin-wrapper-full{width:100%;height:100vh}.spin-wrapper-full .ant-spin-container{width:100%;height:100%}.spin-wrapper-full .ant-spin{max-height:100%!important}#nprogress .bar{background:var(--color-primary)!important}#nprogress .peg{box-shadow:0 0 10px var(--color-primary),0 0 5px var(--color-primary)!important}#nprogress .spinner-icon{border-top-color:var(--color-primary)!important;border-left-color:var(--color-primary)!important}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
|
package/lib/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { getIcon as a, renderIcon as f } from "./utils/icon.js";
|
|
2
|
-
import { applyTheme as p, applyThemeColor as
|
|
2
|
+
import { applyTheme as p, applyThemeColor as s, applyThemeWithTransition as u, getRealTheme as l, getTheme as x, initTheme as d, listenSystemTheme as F, toggleTheme as i } from "./utils/theme.js";
|
|
3
3
|
import { useLayoutConfigStore as c } from "./store/modules/layout-config.store.js";
|
|
4
4
|
import { useThemeStore as h } from "./store/modules/theme.store.js";
|
|
5
5
|
import { NOOP as g, STORE_KEY as C } from "./config/constants.js";
|
|
6
6
|
import { THEME_COLORS as b } from "./config/theme.js";
|
|
7
7
|
import { generateRouter as y } from "./router/index.js";
|
|
8
|
-
import { useAuth as
|
|
8
|
+
import { useAuth as S } from "./hooks/use-auth.hook/index.js";
|
|
9
9
|
import "@spacego/turbo-utils";
|
|
10
10
|
import "react";
|
|
11
11
|
import { default as A } from "./fe-description-render/index.js";
|
|
@@ -25,60 +25,59 @@ import { default as oe } from "./fe-form/fe-form/index.js";
|
|
|
25
25
|
import { default as te } from "./fe-form/fe-form-auto-complete/index.js";
|
|
26
26
|
import { default as fe } from "./fe-form/fe-form-btn-group/index.js";
|
|
27
27
|
import { default as pe } from "./fe-form/fe-form-cascader/index.js";
|
|
28
|
-
import { default as
|
|
28
|
+
import { default as ue } from "./fe-form/fe-form-checkbox-group/index.js";
|
|
29
29
|
import { default as xe } from "./fe-form/fe-form-date-picker/index.js";
|
|
30
30
|
import { default as Fe } from "./fe-form/fe-form-date-range-picker/index.js";
|
|
31
31
|
import { default as ne } from "./fe-form/fe-form-input/index.js";
|
|
32
|
-
import { default as Te } from "./fe-form/fe-form-input-
|
|
33
|
-
import { default as Pe } from "./fe-form/fe-form-
|
|
34
|
-
import { default as Ce } from "./fe-form/fe-form-
|
|
35
|
-
import { default as be } from "./fe-form/fe-form-
|
|
36
|
-
import { default as ye } from "./fe-form/fe-form-
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as Ae } from "./fe-form/fe-form-
|
|
39
|
-
import { default as Ge } from "./fe-form/fe-form-
|
|
40
|
-
import { default as De } from "./fe-form/fe-form-
|
|
41
|
-
import { default as Ne } from "./fe-form/fe-form-text/index.js";
|
|
42
|
-
import { default as ve } from "./fe-form/fe-form-
|
|
43
|
-
import { default as we } from "./fe-form/fe-form-
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { default as Ye } from "./fe-input/index.js";
|
|
47
|
-
import { default as Je } from "./fe-
|
|
48
|
-
import { default as Ve } from "./fe-layouts/
|
|
49
|
-
import { default as Ze } from "./fe-layouts/
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { default as fo } from "./fe-layouts/
|
|
53
|
-
import { default as po } from "./fe-
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as xo } from "./fe-
|
|
56
|
-
import { default as io } from "./fe-
|
|
57
|
-
import { default as co } from "./fe-
|
|
58
|
-
import { default as ho } from "./fe-
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import { default as Lo } from "./fe-
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as Eo } from "./fe-
|
|
65
|
-
import { default as Bo } from "./fe-
|
|
66
|
-
import { default as Oo } from "./fe-
|
|
67
|
-
import { default as Uo } from "./fe-
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import { default as zo } from "./fe-table/use-
|
|
71
|
-
import { default as Ko } from "./fe-
|
|
72
|
-
import { default as Yo } from "./fe-
|
|
73
|
-
import { default as Jo } from "./fe-
|
|
74
|
-
import { default as Vo } from "./fe-upload/index.js";
|
|
75
|
-
import { default as Zo } from "./fe-upload-
|
|
76
|
-
import {
|
|
77
|
-
import { createLazyComponent as rr, getPath as tr, processRoutes as ar } from "./router/utils.js";
|
|
32
|
+
import { default as Te } from "./fe-form/fe-form-input-number/index.js";
|
|
33
|
+
import { default as Pe } from "./fe-form/fe-form-item/index.js";
|
|
34
|
+
import { default as Ce } from "./fe-form/fe-form-label/index.js";
|
|
35
|
+
import { default as be } from "./fe-form/fe-form-radio/index.js";
|
|
36
|
+
import { default as ye } from "./fe-form/fe-form-render/index.js";
|
|
37
|
+
import { default as Se } from "./fe-form/fe-form-rich-text/index.js";
|
|
38
|
+
import { default as Ae } from "./fe-form/fe-form-select/index.js";
|
|
39
|
+
import { default as Ge } from "./fe-form/fe-form-switch/index.js";
|
|
40
|
+
import { default as De } from "./fe-form/fe-form-text/index.js";
|
|
41
|
+
import { default as Ne } from "./fe-form/fe-form-text-area/index.js";
|
|
42
|
+
import { default as ve } from "./fe-form/fe-form-time-picker/index.js";
|
|
43
|
+
import { default as we } from "./fe-form/fe-form-upload/index.js";
|
|
44
|
+
import { getFormItemProps as qe, getLabelProps as ze } from "./fe-form/utils/index.js";
|
|
45
|
+
import { default as Ke } from "./fe-input/index.js";
|
|
46
|
+
import { default as Ye } from "./fe-input-number/index.js";
|
|
47
|
+
import { default as Je } from "./fe-layouts/auth-layout/index.js";
|
|
48
|
+
import { default as Ve } from "./fe-layouts/basics-layout/index.js";
|
|
49
|
+
import { default as Ze } from "./fe-layouts/blank-layout/index.js";
|
|
50
|
+
import { GlobalContext as eo, useGlobal as oo } from "./fe-layouts/context/context.js";
|
|
51
|
+
import { default as to } from "./fe-layouts/context/global-context.provider.js";
|
|
52
|
+
import { default as fo } from "./fe-layouts/layout.js";
|
|
53
|
+
import { default as po } from "./fe-link/index.js";
|
|
54
|
+
import { default as uo } from "./fe-loading/index.js";
|
|
55
|
+
import { default as xo } from "./fe-map/index.js";
|
|
56
|
+
import { default as io } from "./fe-modal/index.js";
|
|
57
|
+
import { default as co } from "./fe-pagination/index.js";
|
|
58
|
+
import { default as ho } from "./fe-panel/index.js";
|
|
59
|
+
import { usePanelContext as go } from "./fe-panel/use-panel-context.js";
|
|
60
|
+
import { FePermission as Ro } from "./fe-permission/index.js";
|
|
61
|
+
import { default as ko } from "./fe-permission-provider/index.js";
|
|
62
|
+
import { default as Lo } from "./fe-radio/index.js";
|
|
63
|
+
import { default as Io } from "./fe-radio-group/index.js";
|
|
64
|
+
import { default as Eo } from "./fe-rich-text/index.js";
|
|
65
|
+
import { default as Bo } from "./fe-select/index.js";
|
|
66
|
+
import { default as Oo } from "./fe-switch/index.js";
|
|
67
|
+
import { default as Uo } from "./fe-table/fe-table/index.js";
|
|
68
|
+
import { shouldRequestPreviousPage as Mo } from "./fe-table/fe-table-utils/index.js";
|
|
69
|
+
import { default as _o } from "./fe-table/use-edit-table/index.js";
|
|
70
|
+
import { default as zo } from "./fe-table/use-table/index.js";
|
|
71
|
+
import { default as Ko } from "./fe-text-area/index.js";
|
|
72
|
+
import { default as Yo } from "./fe-time-picker/index.js";
|
|
73
|
+
import { default as Jo } from "./fe-upload/index.js";
|
|
74
|
+
import { default as Vo } from "./fe-upload-atomic/index.js";
|
|
75
|
+
import { default as Zo } from "./fe-upload-crop/index.js";
|
|
76
|
+
import { createLazyComponent as er, getPath as or, processRoutes as rr } from "./router/utils.js";
|
|
78
77
|
export {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
Je as AuthLayout,
|
|
79
|
+
Ve as BasicsLayout,
|
|
80
|
+
Ze as BlankLayout,
|
|
82
81
|
N as FeAutoComplete,
|
|
83
82
|
v as FeButton,
|
|
84
83
|
w as FeCascader,
|
|
@@ -93,75 +92,74 @@ export {
|
|
|
93
92
|
te as FeFormAutoComplete,
|
|
94
93
|
fe as FeFormBtnGroup,
|
|
95
94
|
pe as FeFormCascader,
|
|
96
|
-
|
|
95
|
+
ue as FeFormCheckboxGroup,
|
|
97
96
|
xe as FeFormDatePicker,
|
|
98
97
|
Fe as FeFormDateRangePicker,
|
|
99
98
|
ne as FeFormInput,
|
|
100
|
-
Te as
|
|
101
|
-
Pe as
|
|
102
|
-
Ce as
|
|
103
|
-
be as
|
|
104
|
-
ye as
|
|
105
|
-
|
|
106
|
-
Ae as
|
|
107
|
-
Ge as
|
|
108
|
-
De as
|
|
109
|
-
Ne as
|
|
110
|
-
ve as
|
|
111
|
-
we as
|
|
112
|
-
|
|
113
|
-
Ye as
|
|
114
|
-
|
|
115
|
-
po as
|
|
116
|
-
|
|
117
|
-
xo as
|
|
118
|
-
io as
|
|
119
|
-
co as
|
|
120
|
-
ho as
|
|
121
|
-
|
|
122
|
-
ko as
|
|
123
|
-
Lo as
|
|
124
|
-
|
|
125
|
-
Eo as
|
|
126
|
-
Bo as
|
|
127
|
-
Oo as
|
|
128
|
-
Uo as
|
|
129
|
-
|
|
130
|
-
Yo as
|
|
131
|
-
Jo as
|
|
132
|
-
Vo as
|
|
133
|
-
Zo as
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
fo as GlobalContextProvider,
|
|
99
|
+
Te as FeFormInputNumber,
|
|
100
|
+
Pe as FeFormItem,
|
|
101
|
+
Ce as FeFormLabel,
|
|
102
|
+
be as FeFormRadio,
|
|
103
|
+
ye as FeFormRender,
|
|
104
|
+
Se as FeFormRichText,
|
|
105
|
+
Ae as FeFormSelect,
|
|
106
|
+
Ge as FeFormSwitch,
|
|
107
|
+
De as FeFormText,
|
|
108
|
+
Ne as FeFormTextArea,
|
|
109
|
+
ve as FeFormTimePicker,
|
|
110
|
+
we as FeFormUpload,
|
|
111
|
+
Ke as FeInput,
|
|
112
|
+
Ye as FeInputNumber,
|
|
113
|
+
fo as FeLayout,
|
|
114
|
+
po as FeLink,
|
|
115
|
+
uo as FeLoading,
|
|
116
|
+
xo as FeMap,
|
|
117
|
+
io as FeModal,
|
|
118
|
+
co as FePagination,
|
|
119
|
+
ho as FePanel,
|
|
120
|
+
Ro as FePermission,
|
|
121
|
+
ko as FePermissionProvider,
|
|
122
|
+
Lo as FeRadio,
|
|
123
|
+
Io as FeRadioGroup,
|
|
124
|
+
Eo as FeRichText,
|
|
125
|
+
Bo as FeSelect,
|
|
126
|
+
Oo as FeSwitch,
|
|
127
|
+
Uo as FeTable,
|
|
128
|
+
Ko as FeTextArea,
|
|
129
|
+
Yo as FeTimePicker,
|
|
130
|
+
Jo as FeUpload,
|
|
131
|
+
Vo as FeUploadAtomic,
|
|
132
|
+
Zo as FeUploadCrop,
|
|
133
|
+
eo as GlobalContext,
|
|
134
|
+
to as GlobalContextProvider,
|
|
137
135
|
g as NOOP,
|
|
138
136
|
C as STORE_KEY,
|
|
139
137
|
b as THEME_COLORS,
|
|
140
138
|
p as applyTheme,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
139
|
+
s as applyThemeColor,
|
|
140
|
+
u as applyThemeWithTransition,
|
|
141
|
+
er as createLazyComponent,
|
|
144
142
|
y as generateRouter,
|
|
145
|
-
|
|
143
|
+
qe as getFormItemProps,
|
|
146
144
|
a as getIcon,
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
ze as getLabelProps,
|
|
146
|
+
or as getPath,
|
|
149
147
|
l as getRealTheme,
|
|
150
148
|
x as getTheme,
|
|
151
149
|
d as initTheme,
|
|
152
150
|
F as listenSystemTheme,
|
|
153
|
-
|
|
151
|
+
rr as processRoutes,
|
|
154
152
|
f as renderIcon,
|
|
155
|
-
|
|
153
|
+
Mo as shouldRequestPreviousPage,
|
|
156
154
|
i as toggleTheme,
|
|
157
|
-
|
|
158
|
-
|
|
155
|
+
S as useAuth,
|
|
156
|
+
_o as useEditTable,
|
|
159
157
|
$ as useForm,
|
|
160
|
-
|
|
158
|
+
oo as useGlobal,
|
|
161
159
|
c as useLayoutConfigStore,
|
|
162
160
|
G as useNProgress,
|
|
163
|
-
|
|
161
|
+
go as usePanelContext,
|
|
164
162
|
D as usePermission,
|
|
165
|
-
|
|
163
|
+
zo as useTable,
|
|
166
164
|
h as useThemeStore
|
|
167
165
|
};
|
package/lib/router/utils.js
CHANGED
|
@@ -2,28 +2,29 @@ import { lazy as y, createElement as C } from "react";
|
|
|
2
2
|
function R(o) {
|
|
3
3
|
return `/src/pages/${o.replace(/^\/+/, "")}/index.tsx`;
|
|
4
4
|
}
|
|
5
|
-
function v(o,
|
|
6
|
-
const
|
|
7
|
-
return
|
|
5
|
+
function v(o, d) {
|
|
6
|
+
const r = d[R(o)];
|
|
7
|
+
return r ? y(r) : (console.warn(`Module not found for path: ${o}`), y(() => Promise.resolve({ default: () => C("div", null, `Module not found: ${o}`) })));
|
|
8
8
|
}
|
|
9
9
|
function w(o) {
|
|
10
10
|
if (o)
|
|
11
11
|
return o.startsWith("/") ? o : `/${o}`;
|
|
12
12
|
}
|
|
13
|
-
function T(o,
|
|
14
|
-
return (o.sort ?? 0) - (
|
|
13
|
+
function T(o, d) {
|
|
14
|
+
return (o.sort ?? 0) - (d.sort ?? 0);
|
|
15
15
|
}
|
|
16
|
-
function N(o,
|
|
16
|
+
function N(o, d, r) {
|
|
17
17
|
const p = [...o].sort(T).reduce((e, t) => {
|
|
18
18
|
const n = t.menuType || 2;
|
|
19
19
|
return e[n] || (e[n] = []), e[n].push(t), e;
|
|
20
20
|
}, {}), g = (p[3] || []).filter((e) => e.menuCode).map((e) => e.menuCode), l = [
|
|
21
21
|
...p[1] || [],
|
|
22
22
|
...p[2] || []
|
|
23
|
-
].sort(T),
|
|
23
|
+
].sort(T), u = /* @__PURE__ */ new Map(), f = [];
|
|
24
24
|
l.forEach((e) => {
|
|
25
|
-
const t = e.parentId ||
|
|
25
|
+
const t = e.parentId || 0, n = w(e.path), s = {
|
|
26
26
|
id: e.menuId,
|
|
27
|
+
dbId: e.id,
|
|
27
28
|
path: n,
|
|
28
29
|
parentId: t,
|
|
29
30
|
// 将 title、icon 放入 handle 字段
|
|
@@ -36,22 +37,22 @@ function N(o, i, d) {
|
|
|
36
37
|
}
|
|
37
38
|
};
|
|
38
39
|
if (e.menuType === 2 && e.menuCode) {
|
|
39
|
-
const
|
|
40
|
-
|
|
40
|
+
const i = v(e.menuCode, d);
|
|
41
|
+
i && (s.Component = i), e.index && (s.index = !0, delete s.path), e.protected !== !1 && r && (s.loader = r);
|
|
41
42
|
}
|
|
42
|
-
|
|
43
|
+
u.set(e.id, s);
|
|
43
44
|
}), l.forEach((e) => {
|
|
44
|
-
const t =
|
|
45
|
-
if (n && n !==
|
|
46
|
-
const s =
|
|
45
|
+
const t = u.get(e.id), n = e.parentId;
|
|
46
|
+
if (n && n !== 0) {
|
|
47
|
+
const s = u.get(n);
|
|
47
48
|
s ? (s.children || (s.children = []), s.children.push(t)) : f.push(t);
|
|
48
49
|
} else
|
|
49
50
|
f.push(t);
|
|
50
51
|
});
|
|
51
|
-
const a = /* @__PURE__ */ new Map(), h = [],
|
|
52
|
-
|
|
53
|
-
const t =
|
|
54
|
-
const { children:
|
|
52
|
+
const a = /* @__PURE__ */ new Map(), h = [], M = l.filter((e) => e.isShowMenu !== !1);
|
|
53
|
+
M.forEach((e) => {
|
|
54
|
+
const t = u.get(e.id), n = t ? (() => {
|
|
55
|
+
const { children: i, ...m } = t;
|
|
55
56
|
return m;
|
|
56
57
|
})() : void 0, s = {
|
|
57
58
|
key: e.menuId,
|
|
@@ -61,27 +62,27 @@ function N(o, i, d) {
|
|
|
61
62
|
menuType: e.menuType,
|
|
62
63
|
isIndependentMenu: e.isIndependentMenu
|
|
63
64
|
};
|
|
64
|
-
a.set(e.
|
|
65
|
-
}),
|
|
66
|
-
const t = a.get(e.
|
|
67
|
-
if (n && n !==
|
|
65
|
+
a.set(e.id, s);
|
|
66
|
+
}), M.forEach((e) => {
|
|
67
|
+
const t = a.get(e.id), n = e.parentId;
|
|
68
|
+
if (n && n !== 0) {
|
|
68
69
|
const s = a.get(n);
|
|
69
70
|
s ? (s.children || (s.children = []), s.children.push(t)) : h.push(t);
|
|
70
71
|
} else
|
|
71
72
|
h.push(t);
|
|
72
73
|
});
|
|
73
|
-
function
|
|
74
|
+
function I(e) {
|
|
74
75
|
const t = [];
|
|
75
76
|
return e.forEach((n) => {
|
|
76
|
-
if (n.children && n.children.length > 0 && (n.children =
|
|
77
|
-
const s = n.children.filter((
|
|
77
|
+
if (n.children && n.children.length > 0 && (n.children = I(n.children)), n.menuType === 1 && n.children && n.children.length > 0) {
|
|
78
|
+
const s = n.children.filter((i) => i.isIndependentMenu === !0 && i.menuType === 2 && !i.customType);
|
|
78
79
|
if (s.length > 0) {
|
|
79
|
-
const
|
|
80
|
-
...
|
|
80
|
+
const i = s.map((c) => ({
|
|
81
|
+
...c,
|
|
81
82
|
customType: "menu-promoted"
|
|
82
83
|
// 内部标识,表示这个菜单是被提升的
|
|
83
|
-
})), m = n.children.filter((
|
|
84
|
-
t.push(...
|
|
84
|
+
})), m = n.children.filter((c) => !(c.isIndependentMenu === !0 && c.menuType === 2 && !c.customType));
|
|
85
|
+
t.push(...i, ...m);
|
|
85
86
|
} else
|
|
86
87
|
t.push(n);
|
|
87
88
|
} else
|
|
@@ -90,7 +91,7 @@ function N(o, i, d) {
|
|
|
90
91
|
}
|
|
91
92
|
return {
|
|
92
93
|
routes: f,
|
|
93
|
-
menus:
|
|
94
|
+
menus: I(h),
|
|
94
95
|
permissions: g
|
|
95
96
|
};
|
|
96
97
|
}
|
|
@@ -124,10 +124,6 @@ export interface IFeFormItems<DataType = Record<string, any>> extends FeFormLabe
|
|
|
124
124
|
* @default single
|
|
125
125
|
*/
|
|
126
126
|
selectType?: 'single' | 'multiple';
|
|
127
|
-
/**
|
|
128
|
-
* @name 下拉框数据
|
|
129
|
-
*/
|
|
130
|
-
options?: Array<{ dataIndex: string | number; label: string }>;
|
|
131
127
|
/**
|
|
132
128
|
* @name 是否显示全选功能
|
|
133
129
|
* @default false
|
|
@@ -206,59 +202,6 @@ export interface IFeFormItems<DataType = Record<string, any>> extends FeFormLabe
|
|
|
206
202
|
*/
|
|
207
203
|
colSpan?: number | number[];
|
|
208
204
|
};
|
|
209
|
-
/**
|
|
210
|
-
* @name 选择器输入框属性
|
|
211
|
-
*/
|
|
212
|
-
selectInputAttributes?: {
|
|
213
|
-
/**
|
|
214
|
-
* @name 选择器属性
|
|
215
|
-
*/
|
|
216
|
-
selectAttributes?: IFeFormItems['selectAttributes'] & {
|
|
217
|
-
/**
|
|
218
|
-
* @name pure 模式下 下拉框数据
|
|
219
|
-
*/
|
|
220
|
-
pureOptions?: Array<{ dataIndex: keyof DataType; label: string }>;
|
|
221
|
-
/**
|
|
222
|
-
* @name pure 模式下 select的值,值为pureOptions的dataIndex
|
|
223
|
-
*/
|
|
224
|
-
pureSelectValue?: keyof DataType;
|
|
225
|
-
/**
|
|
226
|
-
* @name colSpan 已启用珊格布局 选择器栅格占位
|
|
227
|
-
* @default 12
|
|
228
|
-
*/
|
|
229
|
-
colSpan?: number;
|
|
230
|
-
};
|
|
231
|
-
/**
|
|
232
|
-
* @name 输入框属性
|
|
233
|
-
*/
|
|
234
|
-
inputAttributes?: IFeFormItems['inputAttributes'] & {
|
|
235
|
-
/**
|
|
236
|
-
* @name colSpan 已启用珊格布局 选择器栅格占位
|
|
237
|
-
* @default 12
|
|
238
|
-
*/
|
|
239
|
-
colSpan?: number;
|
|
240
|
-
};
|
|
241
|
-
/**
|
|
242
|
-
* @name 数字输入框属性
|
|
243
|
-
*/
|
|
244
|
-
inputNumberAttributes?: IFeFormItems['inputNumberAttributes'] & {
|
|
245
|
-
/**
|
|
246
|
-
* @name colSpan 已启用珊格布局 选择器栅格占位
|
|
247
|
-
* @default 12
|
|
248
|
-
*/
|
|
249
|
-
colSpan?: number;
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* @name 是否纯净模式
|
|
253
|
-
*
|
|
254
|
-
* 纯净模式意为:不占用额外的key,select的value为input的key。故纯净模式下dataIndex无效
|
|
255
|
-
*/
|
|
256
|
-
isPure?: boolean;
|
|
257
|
-
/**
|
|
258
|
-
* @name input类型 普通input和数字input
|
|
259
|
-
*/
|
|
260
|
-
inputType?: 'input' | 'inputNumber';
|
|
261
|
-
};
|
|
262
205
|
/**
|
|
263
206
|
* @name 单选属性
|
|
264
207
|
*/
|
|
@@ -8,7 +8,6 @@ export { default as FeFormCheckboxGroup } from './fe-form-checkbox-group';
|
|
|
8
8
|
export { default as FeFormDatePicker } from './fe-form-date-picker';
|
|
9
9
|
export { default as FeFormDateRangePicker } from './fe-form-date-range-picker';
|
|
10
10
|
export { default as FeFormInput } from './fe-form-input';
|
|
11
|
-
export { default as FeFormInputInput } from './fe-form-input-input';
|
|
12
11
|
export { default as FeFormInputNumber } from './fe-form-input-number';
|
|
13
12
|
export { default as FeFormItem } from './fe-form-item';
|
|
14
13
|
export * from './fe-form-item/form-item.d';
|
|
@@ -2,7 +2,8 @@ import { RouteObject } from 'react-router-dom';
|
|
|
2
2
|
import { MenuItem } from '../../../../router/utils';
|
|
3
3
|
/** RouteNode 类型定义 */
|
|
4
4
|
export type RouteNode = RouteObject & {
|
|
5
|
-
parentId?:
|
|
5
|
+
parentId?: number;
|
|
6
|
+
dbId?: number;
|
|
6
7
|
children?: RouteNode[];
|
|
7
8
|
handle?: {
|
|
8
9
|
title?: string;
|
|
@@ -20,17 +21,17 @@ export declare function normalizePath(path?: string): string;
|
|
|
20
21
|
*/
|
|
21
22
|
export declare function findRouteByPath(path: string, routeList: RouteNode[]): RouteNode | null;
|
|
22
23
|
/**
|
|
23
|
-
* 构建路由映射表(
|
|
24
|
+
* 构建路由映射表(dbId -> RouteNode)
|
|
24
25
|
*/
|
|
25
|
-
export declare function buildRouteMap(routeList: RouteNode[]): Map<
|
|
26
|
+
export declare function buildRouteMap(routeList: RouteNode[]): Map<number, RouteNode>;
|
|
26
27
|
/**
|
|
27
|
-
* 根据
|
|
28
|
+
* 根据 dbId 查找路由节点
|
|
28
29
|
*/
|
|
29
|
-
export declare function getRouteById(id:
|
|
30
|
+
export declare function getRouteById(id: number, routeMap: Map<number, RouteNode>): RouteNode | null;
|
|
30
31
|
/**
|
|
31
32
|
* 递归查找父级路由链(从根到当前),根据 isIndependentMenu 过滤层级
|
|
32
33
|
*/
|
|
33
|
-
export declare function findParentRoutes(route: RouteNode, routeMap: Map<
|
|
34
|
+
export declare function findParentRoutes(route: RouteNode, routeMap: Map<number, RouteNode>): RouteNode[];
|
|
34
35
|
/**
|
|
35
36
|
* 递归查找菜单的父级 key
|
|
36
37
|
*/
|
|
@@ -48,7 +48,7 @@ export declare const processTableColumns: (columns: ITableColumns<any>[], column
|
|
|
48
48
|
filter?: any;
|
|
49
49
|
dictfilterParams?: {
|
|
50
50
|
dictList: Array<{
|
|
51
|
-
|
|
51
|
+
value: string;
|
|
52
52
|
label: string;
|
|
53
53
|
}>;
|
|
54
54
|
};
|
|
@@ -57,7 +57,7 @@ export declare const processTableColumns: (columns: ITableColumns<any>[], column
|
|
|
57
57
|
filter?: any;
|
|
58
58
|
dictfilterParams?: {
|
|
59
59
|
dictList: Array<{
|
|
60
|
-
|
|
60
|
+
value: string;
|
|
61
61
|
label: string;
|
|
62
62
|
}>;
|
|
63
63
|
};
|
|
@@ -100,7 +100,7 @@ export declare const applyColumnStyles: (columns: ITableColumns<any>[]) => {
|
|
|
100
100
|
filter?: any;
|
|
101
101
|
dictfilterParams?: {
|
|
102
102
|
dictList: Array<{
|
|
103
|
-
|
|
103
|
+
value: string;
|
|
104
104
|
label: string;
|
|
105
105
|
}>;
|
|
106
106
|
};
|
|
@@ -109,7 +109,7 @@ export declare const applyColumnStyles: (columns: ITableColumns<any>[]) => {
|
|
|
109
109
|
filter?: any;
|
|
110
110
|
dictfilterParams?: {
|
|
111
111
|
dictList: Array<{
|
|
112
|
-
|
|
112
|
+
value: string;
|
|
113
113
|
label: string;
|
|
114
114
|
}>;
|
|
115
115
|
};
|
|
@@ -286,7 +286,7 @@ export interface ITableColumns<T = any> {
|
|
|
286
286
|
* @name 过滤器参数
|
|
287
287
|
*/
|
|
288
288
|
dictfilterParams?: {
|
|
289
|
-
dictList: Array<{
|
|
289
|
+
dictList: Array<{ value: string; label: string }>;
|
|
290
290
|
};
|
|
291
291
|
};
|
|
292
292
|
/**
|
|
@@ -301,7 +301,7 @@ export interface ITableColumns<T = any> {
|
|
|
301
301
|
* @name 过滤器参数
|
|
302
302
|
*/
|
|
303
303
|
dictfilterParams?: {
|
|
304
|
-
dictList: Array<{
|
|
304
|
+
dictList: Array<{ value: string; label: string }>;
|
|
305
305
|
};
|
|
306
306
|
/**
|
|
307
307
|
* @name 分割符
|
|
@@ -21,7 +21,8 @@ export declare function getPath(name: string): string;
|
|
|
21
21
|
export declare function createLazyComponent(name: string, modules: TModule): import('react').LazyExoticComponent<ComponentType<any>> | import('react').LazyExoticComponent<() => import('react').DetailedReactHTMLElement<import('react').HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
22
22
|
/** 路由节点类型 */
|
|
23
23
|
type RouteNode = RouteObject & {
|
|
24
|
-
parentId:
|
|
24
|
+
parentId: number;
|
|
25
|
+
dbId: number;
|
|
25
26
|
children?: RouteNode[];
|
|
26
27
|
};
|
|
27
28
|
/** 菜单项类型(用于 antd Menu 组件) */
|
package/package.json
CHANGED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { isString as d, classnames as m, isArray as c } from "@spacego/turbo-utils";
|
|
3
|
-
import { Row as f, Space as b, Col as I } from "antd";
|
|
4
|
-
import s from "../fe-form-input/index.js";
|
|
5
|
-
import h from "../fe-form-item/index.js";
|
|
6
|
-
import { getFormItemProps as o, getLabelProps as F } from "../utils/index.js";
|
|
7
|
-
const x = (e) => {
|
|
8
|
-
var u;
|
|
9
|
-
return e = { ...e }, e.attributes = e.attributes ?? {}, /* @__PURE__ */ a(
|
|
10
|
-
s,
|
|
11
|
-
{
|
|
12
|
-
...e,
|
|
13
|
-
placeholder: e.placeholder,
|
|
14
|
-
needLabel: !1,
|
|
15
|
-
inputAttributes: {
|
|
16
|
-
...e.inputInputAttributes,
|
|
17
|
-
inputType: "input"
|
|
18
|
-
},
|
|
19
|
-
requiredMessage: e.requiredMessage ?? e.placeholder,
|
|
20
|
-
attributes: {
|
|
21
|
-
...e.attributes,
|
|
22
|
-
className: m("fe-form-input-input-multi__item", (u = e.attributes) == null ? void 0 : u.className)
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
}, C = (e) => {
|
|
27
|
-
var i;
|
|
28
|
-
e = { ...e }, e.dataIndex = (d(e.dataIndex) ? [e.dataIndex] : e.dataIndex) ?? [];
|
|
29
|
-
const u = (l) => {
|
|
30
|
-
var r;
|
|
31
|
-
const t = (r = e.inputInputAttributes) == null ? void 0 : r.colSpan, n = 24 / e.dataIndex.length;
|
|
32
|
-
return !e.inputInputAttributes || !t ? n : (c(t) ? t[l] : t) ?? n;
|
|
33
|
-
};
|
|
34
|
-
return /* @__PURE__ */ a(
|
|
35
|
-
h,
|
|
36
|
-
{
|
|
37
|
-
required: e.required ?? !1,
|
|
38
|
-
type: e.type,
|
|
39
|
-
rules: e.rules,
|
|
40
|
-
...F(e),
|
|
41
|
-
...o(e),
|
|
42
|
-
labelLeft: e.required && /* @__PURE__ */ a("span", { className: "fe-form-custom__required", children: "*" }),
|
|
43
|
-
attributes: {
|
|
44
|
-
...e.attributes || {},
|
|
45
|
-
className: m("fe-form-input-input-multi", (i = e.attributes) == null ? void 0 : i.className)
|
|
46
|
-
},
|
|
47
|
-
children: /* @__PURE__ */ a(f, { children: /* @__PURE__ */ a(b.Compact, { block: !0, children: e.dataIndex.map((l, t) => {
|
|
48
|
-
var n;
|
|
49
|
-
return /* @__PURE__ */ a(I, { span: u(t), children: /* @__PURE__ */ a(
|
|
50
|
-
x,
|
|
51
|
-
{
|
|
52
|
-
...e,
|
|
53
|
-
dataIndex: l,
|
|
54
|
-
placeholder: d(e.placeholder) ? e.placeholder : ((n = e.placeholder) == null ? void 0 : n[t]) ?? `请输入${e.label}`
|
|
55
|
-
}
|
|
56
|
-
) }, l);
|
|
57
|
-
}) }) })
|
|
58
|
-
}
|
|
59
|
-
);
|
|
60
|
-
};
|
|
61
|
-
export {
|
|
62
|
-
C as default
|
|
63
|
-
};
|